zed/crates/gpui/src
2023-08-01 01:31:28 +03:00
..
app Add drag end events 2023-07-23 13:28:30 -07:00
elements Block extra drag events in original drag handlers 2023-07-26 14:57:46 -07:00
keymap_matcher Ignore keybindings with NoAction in config overrides 2023-07-17 18:34:39 +03:00
platform In macOS platform layer map a ctrl-click to a right click 2023-07-19 15:43:45 -04:00
scene fmt 2023-07-26 09:39:35 -07:00
views
app.rs Add buffer search history 2023-08-01 01:31:28 +03:00
assets.rs
clipboard.rs
color.rs Change color representation in json schema 2023-06-19 11:47:11 -07:00
elements.rs Add a derive macro for Element 2023-06-25 07:51:50 -06:00
executor.rs Fix deafened -> enabled mistranslation 2023-06-20 15:17:49 -07:00
font_cache.rs feat: add JsonSchema to gpui 2023-06-16 21:36:42 +02:00
fonts.rs Tidy up font schema a little 2023-06-19 11:36:42 -07:00
geometry.rs
gpui.rs Add the math for pane resizing 2023-07-12 22:35:51 -07:00
image_data.rs
json.rs
keymap_matcher.rs Simplify NoAction filtering logic 2023-07-17 20:42:35 +03:00
platform.rs Add JsonSchema to container style and fix compile errors 2023-06-19 11:31:17 -07:00
scene.rs feat: add JsonSchema to gpui 2023-06-16 21:36:42 +02:00
test.rs
text_layout.rs
util.rs
views.rs