ZIm/crates/gpui/src
Mikayla Maki e07192e4e3
Implement is_minimized for macOS (#9651)
Release Notes:

- N/A
2024-03-21 09:36:54 -07:00
..
app Add keyboard shortcut to suppress prompt while deleting files/dirs (#9452) 2024-03-18 11:43:43 -07:00
elements Action release handlers (#8782) 2024-03-20 18:43:31 -06:00
keymap docs: Fix "it's" typos that should be "its" (#8690) 2024-03-01 20:32:27 -05:00
platform Implement is_minimized for macOS (#9651) 2024-03-21 09:36:54 -07:00
text_system Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
window Action release handlers (#8782) 2024-03-20 18:43:31 -06:00
action.rs Vim: enable sending multiple keystrokes from custom keybinding (#7965) 2024-02-20 15:01:45 -07:00
app.rs Wayland: double click (#9608) 2024-03-20 19:22:47 -07:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
assets.rs Load embedded fonts directly from .rdata instead of cloning (#6932) 2024-01-29 10:06:57 +01:00
bounds_tree.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
color.rs GPUI custom window prompts (#8980) 2024-03-06 18:15:06 -08:00
element.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
executor.rs Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
geometry.rs Add an animation to the LSP checking indicator (#9463) 2024-03-19 10:16:18 -07:00
gpui.rs Image viewer (#9425) 2024-03-19 10:13:10 -07:00
image_cache.rs Image viewer (#9425) 2024-03-19 10:13:10 -07:00
input.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
interactive.rs Open new windows with a default size and position (#9204) 2024-03-12 21:19:51 -07:00
key_dispatch.rs Action release handlers (#8782) 2024-03-20 18:43:31 -06:00
keymap.rs chore: Bump Rust version to 1.76 (#7592) 2024-02-09 10:45:39 +02:00
platform.rs windows: Avoid recording minimized position to database (#9407) 2024-03-21 09:15:16 -07:00
prelude.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
scene.rs Add an animation to the LSP checking indicator (#9463) 2024-03-19 10:16:18 -07:00
shared_string.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
styled.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
subscription.rs Switch Arc<Mutex<Keymap>> to Rc<RefCell<Keymap>>, a relic of the GPUI2 port. 2024-01-22 19:30:38 -08:00
svg_renderer.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
taffy.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
test.rs Throttle the sending of UpdateFollowers messages (#8918) 2024-03-06 14:58:41 +01:00
text_system.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
util.rs Pull out fluent builder helpers into re-usable trait 2024-01-18 15:31:31 -08:00
view.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
window.rs windows: Avoid recording minimized position to database (#9407) 2024-03-21 09:15:16 -07:00