zed/crates/gpui/src
Conrad Irwin 08786fa7bf
Make BufferSearch less wide (#10459)
This also adds some "responsiveness" so that UI elements are hidden
before everything has to be occluded

Release Notes:

- Improved search UI. It now works in narrower panes, and avoids
scrolling the editor on open.

<img width="899" alt="Screenshot 2024-04-11 at 21 33 17"
src="https://github.com/zed-industries/zed/assets/94272/44b95d4f-08d6-4c40-a175-0e594402ca01">
<img width="508" alt="Screenshot 2024-04-11 at 21 33 45"
src="https://github.com/zed-industries/zed/assets/94272/baf4638d-427b-43e6-ad67-13d43f0f18a2">
<img width="361" alt="Screenshot 2024-04-11 at 21 34 00"
src="https://github.com/zed-industries/zed/assets/94272/ff60b561-2f77-49c0-9df7-e26227fe9225">
<img width="348" alt="Screenshot 2024-04-11 at 21 37 03"
src="https://github.com/zed-industries/zed/assets/94272/a2a700a2-ce99-41bd-bf47-9b14d7082b0e">
2024-04-11 23:07:29 -06:00
..
app WIP: remoting (#10085) 2024-04-11 15:36:35 -06:00
elements Make BufferSearch less wide (#10459) 2024-04-11 23:07:29 -06:00
keymap docs: Fix "it's" typos that should be "its" (#8690) 2024-03-01 20:32:27 -05:00
platform Windows: Add missing delete key (#10422) 2024-04-11 16:20:28 -07:00
text_system Fix block cursor does not render italic for vim (#10249) 2024-04-08 14:50:50 -06:00
window Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
action.rs gpui-macros: Hide autogenerated action types/functions (#10417) 2024-04-11 15:38:47 +02:00
app.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
asset_cache.rs gpui: Add SVG rendering to img element and generic asset cache (#9931) 2024-03-29 17:09:49 -07:00
assets.rs Revert "Revert "Revert dependency updates in #9836 (#10089)"" 2024-04-02 13:12:38 -06: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 fix rejoin after quit (#10100) 2024-04-02 20:35:14 -06:00
geometry.rs gpui/metal: Clamp max texture width/height to 16kB (#10314) 2024-04-09 14:09:09 +02:00
gpui.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
input.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
interactive.rs WIP: Refactor Linux platform implementation (#10227) 2024-04-08 16:40:35 -07:00
key_dispatch.rs Remove if-not-else patterns (#10402) 2024-04-11 03:48:06 -04:00
keymap.rs chore: Bump Rust version to 1.76 (#7592) 2024-02-09 10:45:39 +02:00
platform.rs WIP: remoting (#10085) 2024-04-11 15:36:35 -06: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 Add preview tabs (#9125) 2024-04-11 23:09:12 +02: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 Update resvg to fix panic (#10393) 2024-04-10 20:12:05 -06: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 Switch to the system UI font on macOS (#10317) 2024-04-09 07:44:57 -06: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 Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00