zed/crates/gpui/src
Conrad Irwin 23fe720ca6 Fix multi-key shortcuts
An old fix was ported over from gpui1, and the two fixes could not exist
side-by-side. Delete this code and let the keymap handle it
2024-01-11 11:24:55 -07:00
..
app Ensure focus_in and focus_out fire on window activation (#3993) 2024-01-10 10:00:07 -07:00
elements Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
keymap Reverse context arrays in child predicate test 2024-01-10 19:54:39 -08:00
platform Fix multi-key shortcuts 2024-01-11 11:24:55 -07:00
text_system Restore GPUI test 2024-01-10 11:43:52 -08:00
action.rs Add remaining tests 2024-01-10 19:39:43 -08:00
app.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
arena.rs Ensure ArenaRef pointers are aligned to their contained type 2024-01-10 10:36:08 -08:00
assets.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
color.rs Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
element.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
executor.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
geometry.rs gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
gpui.rs gpui: Add SharedUrl type (#3975) 2024-01-09 10:55:49 -05:00
image_cache.rs gpui: Add SharedUrl type (#3975) 2024-01-09 10:55:49 -05:00
input.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
interactive.rs Take into account multiple scroll deltas within a single frame 2024-01-09 14:32:43 -05:00
key_dispatch.rs Fixed test 2024-01-09 11:52:03 -08:00
platform.rs gpui: Sweep through cargo doc output and mark dubious items as non-public (#3932) 2024-01-06 23:47:51 +01:00
prelude.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
scene.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
shared_string.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
shared_url.rs gpui: Add SharedUrl type (#3975) 2024-01-09 10:55:49 -05:00
style.rs Resolve more todos 2024-01-09 15:08:05 -08:00
styled.rs Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
subscription.rs Clean up references in doc comments (#3983) 2024-01-09 14:48:48 -05:00
svg_renderer.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
taffy.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
test.rs Resolve more todos 2024-01-09 15:08:05 -08:00
text_system.rs Resolve more todos 2024-01-09 15:08:05 -08:00
util.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
view.rs Bring back zed.rs tests (#3907) 2024-01-08 12:29:54 +01:00
window.rs Fix first few asserts 2024-01-10 18:26:01 -08:00