zed/crates/gpui/src
2022-05-26 17:02:05 -07:00
..
app Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
elements Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00
platform Start work on handling multibuffers properly when closing unsaved buffers 2022-05-22 16:48:33 -07:00
views WIP 2022-05-05 15:15:58 +02:00
app.rs Visual line mode handles soft wraps 2022-05-26 17:02:05 -07:00
assets.rs
clipboard.rs
color.rs Style search in buffer below breadcrumbs 2022-03-31 11:44:16 -06:00
elements.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +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 actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
image_data.rs
json.rs
keymap.rs Disable menu item key equivalents while there are pending keystrokes 2022-05-20 10:04:43 -07:00
platform.rs Disable menu item key equivalents while there are pending keystrokes 2022-05-20 10:04:43 -07:00
presenter.rs Merge branch 'main' into request-to-join-project 2022-05-17 14:55:20 +02:00
scene.rs Apply cursor styles during paint 2022-04-22 10:54:18 -06:00
test.rs
text_layout.rs Render emojis 2022-04-13 17:31:10 +02:00
util.rs
views.rs