ZIm/crates/gpui/src
Richard Feldman 33d1145c3f
Refactor to use SharedString in more places (#23813)
Splitting this off from
https://github.com/zed-industries/zed/pull/23808, per @maxdeviant's
suggestion!

Release Notes:

- N/A

---------

Co-authored-by: Nathan <nathan@zed.dev>
2025-01-28 19:04:21 -05:00
..
app Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
elements Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
keymap Load all key bindings that parse and use markdown in error notifications (#23113) 2025-01-18 22:27:08 +00:00
platform gpui: Add support for slash pattern fills (///) (#23576) 2025-01-28 11:33:34 -05:00
text_system Fix closest_index_for_x to get correct offset when only 1 char (#23603) 2025-01-27 23:18:18 -07:00
window Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
action.rs Load all key bindings that parse and use markdown in error notifications (#23113) 2025-01-18 22:27:08 +00:00
app.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
asset_cache.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
assets.rs repl: Set up a way to copy output from the REPL (#16649) 2024-08-22 15:03:42 -07:00
bounds_tree.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
color.rs gpui: Add support for slash pattern fills (///) (#23576) 2025-01-28 11:33:34 -05:00
element.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
executor.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
geometry.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
input.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
interactive.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
key_dispatch.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
keymap.rs Prefer later bindings in keymap section for display in UI (#23378) 2025-01-20 23:20:15 +00:00
platform.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
prelude.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
scene.rs gpui: Add linear gradient support to fill background (#20812) 2024-12-11 21:52:52 +02:00
shared_string.rs Refactor to use SharedString in more places (#23813) 2025-01-28 19:04:21 -05:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs gpui: Add support for slash pattern fills (///) (#23576) 2025-01-28 11:33:34 -05:00
styled.rs gpui: Clean up Styled doc comments (#20731) 2024-11-15 11:27:49 -05:00
subscription.rs Refine inline transformation UX (#12939) 2024-06-13 08:35:22 +02:00
svg_renderer.rs Add Loading and Fallback States to Image Elements (via StyledImage) (#20371) 2024-11-15 19:12:01 -08:00
taffy.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
test.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
text_system.rs gpui/perf: Use SharedString on API boundary of line layout (#22566) 2025-01-02 11:06:01 +00:00
util.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
view.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
window.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00