zed/crates/gpui/src
2022-05-28 08:45:10 +02:00
..
app Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
elements Add mouse down out handlers 2022-05-27 12:56:44 -06:00
platform Add right-click support to MouseEventHandler 2022-05-27 10:47:54 +02:00
views Switch MouseEventHandler to use MouseRegions 2022-05-26 20:00:01 -06:00
app.rs Allow context menu to be cancelled after deploying it twice 2022-05-27 12:00:11 -06:00
assets.rs
clipboard.rs
color.rs
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
fonts.rs
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 Disable menu item key equivalents while there are pending keystrokes 2022-05-20 10:04:43 -07:00
presenter.rs Add mouse down out handlers 2022-05-27 12:56:44 -06: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
views.rs