zed/crates/gpui/src
2022-03-02 10:08:38 +01:00
..
elements Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
platform Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
views Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
app.rs Avoid storing type name string on AnyViewHandle 2022-03-01 18:22:09 -08:00
assets.rs
clipboard.rs
color.rs Fix flaky test_highlighted_ranges due to random TypeId ordering 2022-02-02 10:09:12 +01:00
elements.rs Introduce Expanded element 2022-01-06 17:35:45 -08:00
executor.rs Delete timer state when the future that's awaiting it gets dropped 2022-03-02 10:08:38 +01:00
font_cache.rs Calculate an overshoot when mousing to build columnar selections 2021-11-24 10:28:32 +01:00
fonts.rs Filter and sort suggestions in autocomplete 2022-02-01 15:11:20 +01:00
geometry.rs
gpui.rs Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
image_data.rs
json.rs
keymap.rs Implement Debug for keymap::MatchResult 2022-02-25 16:13:53 -07:00
platform.rs Merge remote-tracking branch 'origin/main' into go-to-definition 2022-01-21 11:12:38 -07:00
presenter.rs Re-activate the most recently-activated project search on cmd-shift-F 2022-02-27 18:07:46 -07:00
scene.rs Display squiggly underlines underneath text with diagnostics 2022-01-26 15:52:40 +01:00
test.rs Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
text_layout.rs Position underlines at a distance proportional to the line descent 2022-01-26 16:03:06 +01:00
util.rs Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
views.rs