zed/crates/gpui/src
2023-03-06 17:08:35 +01:00
..
app Reverts keymap precedence order change 2023-02-23 13:32:45 -08:00
elements Remove Flex::with_reversed_pain_order 2023-02-22 11:34:55 -05:00
keymap_matcher Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
platform Tidy up SpriteCache::render_glyph 2023-03-06 17:08:35 +01:00
presenter
scene
views
app.rs Add interactable fold markers 2023-03-03 12:26:36 -08:00
assets.rs
clipboard.rs
color.rs
elements.rs Add code folding indicators into the gutter. 2023-02-28 16:34:28 -08:00
executor.rs
font_cache.rs
fonts.rs
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap_matcher.rs Remove comment 2023-02-23 14:24:53 -08:00
platform.rs
presenter.rs Merge pull request #2233 from zed-industries/fix-code-folding-initialization 2023-03-03 12:30:53 -08:00
scene.rs
test.rs
text_layout.rs
util.rs
views.rs