zed/crates/gpui/src
2023-02-21 21:13:03 -08:00
..
app use more predictable rules for selecting which bracket to jump to and where 2023-02-15 14:04:16 -08:00
elements Don't render tooltip keystroke label if there's no focused view 2023-02-10 07:57:01 -07:00
keymap_matcher Remove catch all keymap and KeyPressed action 2023-02-13 13:50:37 -08:00
platform Used the pre-existing app_path call in the GPUI platform 2023-02-17 10:30:28 -08:00
presenter WIP - adds platform APIs for checking the top most window 2023-01-25 09:10:35 -08:00
scene Add in-window on-move-out mouse handler concept 2023-01-19 12:34:13 -05:00
views
app.rs fix test warning 2023-02-21 21:13:03 -08:00
assets.rs
clipboard.rs
color.rs
elements.rs Fix layout of elements in the feedback editor's toolbar 2023-02-08 21:26:27 -05:00
executor.rs
font_cache.rs
fonts.rs
geometry.rs
gpui.rs working f and t bindings 2023-01-06 14:24:20 -08:00
image_data.rs
json.rs
keymap_matcher.rs Add labeled tasks to gpui and observe them in the activity status to give feedback when we are still waiting for the language server 2023-02-20 20:28:48 -08:00
platform.rs Switch to open based restarting 2023-02-16 16:47:43 -08:00
presenter.rs Fixed a bug where the command palette wouldn't check the keymap context when showing available actions 2023-02-06 15:42:14 -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