zed/crates/gpui/src
2022-05-31 10:36:10 +02:00
..
app Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
elements Always re-render visible elements in List 2022-05-31 09:52:44 +02:00
platform Merge branch 'main' into project-panel-with-new-mouse-events 2022-05-30 18:29:46 +02:00
views Switch MouseEventHandler to use MouseRegions 2022-05-26 20:00:01 -06:00
app.rs Avoid notifying views that have been removed 2022-05-31 10:36:10 +02:00
assets.rs
clipboard.rs
color.rs Style search in buffer below breadcrumbs 2022-03-31 11:44:16 -06:00
elements.rs WIP 2022-05-26 09:59:25 +02:00
executor.rs Allow guests to create files from the project panel 2022-05-04 10:28:44 -07:00
font_cache.rs Compute line-height as a multiple of font size 2022-03-15 16:35:06 +01:00
fonts.rs Compute line-height as a multiple of font size 2022-03-15 16:35:06 +01:00
geometry.rs
gpui.rs Allow hovered and clicked mouse regions to be tracked in the presenter 2022-05-26 12:44:52 -06:00
image_data.rs
json.rs
keymap.rs WIP 2022-05-26 09:59:25 +02:00
platform.rs Add an API for setting a window's title 2022-05-27 10:45:55 -07:00
presenter.rs Prevent mouse down events from piercing through overlays 2022-05-31 09:34:37 +02:00
scene.rs Sort mouse regions by their stacking context's depth 2022-05-28 08:45:10 +02:00
test.rs
text_layout.rs Render emojis 2022-04-13 17:31:10 +02:00
util.rs Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
views.rs