zed/crates/gpui/src
2023-08-09 10:37:22 -07:00
..
app Fix two mouse event bugs (#2835) 2023-08-09 09:04:32 -07:00
elements Merge remote-tracking branch 'origin/main' into paint-context 2023-08-08 18:27:16 -06:00
keymap_matcher Ignore keybindings with NoAction in config overrides 2023-07-17 18:34:39 +03:00
platform Fix two mouse event bugs (#2835) 2023-08-09 09:04:32 -07:00
scene Fix failure to remove hovered region_ids on element removal 2023-08-08 17:39:05 -07:00
views Remove ViewContext::dispatch_action 2023-05-01 16:27:36 +02:00
app.rs Merge remote-tracking branch 'origin/main' into paint-context 2023-08-08 18:27:16 -06:00
assets.rs Add png image loading to gpui 2023-03-06 14:26:32 -08:00
clipboard.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
color.rs Change color representation in json schema 2023-06-19 11:47:11 -07:00
elements.rs Merge branch 'main' into collab-panel 2023-08-09 10:37:22 -07: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 Pass PaintContext to Element::paint 2023-07-25 17:32:31 -06:00
geometry.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
gpui.rs Add the math for pane resizing 2023-07-12 22:35:51 -07:00
image_data.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
json.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
keymap_matcher.rs Simplify NoAction filtering logic 2023-07-17 20:42:35 +03:00
platform.rs Store AnyWindowHandles instead of usizes 2023-08-08 16:06:53 -06:00
scene.rs feat: add JsonSchema to gpui 2023-06-16 21:36:42 +02:00
test.rs Move methods querying window state into AsyncAppContext 2023-05-02 19:38:48 +02:00
text_layout.rs Add a test 2023-05-08 19:36:51 +03:00
util.rs Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
views.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00