zed/crates/gpui/src
Mikayla Maki 3b31f10c6f Made the theme picker sort from dark to light
Added a layer into 'ConstrainedBox' to clip it
's children

Made the welcome experience responsive to small and large sizes
2023-03-06 18:36:18 -08:00
..
app Reverts keymap precedence order change 2023-02-23 13:32:45 -08:00
elements Made the theme picker sort from dark to light 2023-03-06 18:36:18 -08: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 WIP - adds platform APIs for checking the top most window 2023-01-25 09:10:35 -08:00
scene
views
app.rs Start on welcome experience settings 2023-03-06 14:25:10 -08:00
assets.rs Add png image loading to gpui 2023-03-06 14:26:32 -08:00
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 Move reveal_path to ForegroundPlatform 2023-02-20 18:57:37 +02:00
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 More vim fixes and move some more things out of app.rs 2023-02-13 13:50:37 -08:00
text_layout.rs
util.rs
views.rs