ZIm/crates/gpui/src
Michael Sloan 3ec69a5bc0
Make getting keybinding for display more efficient (#27046)
No longer iterates all the matching bindings, and no longer clones the
result.

Release Notes:

- N/A
2025-03-19 20:15:33 +00:00
..
app Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
elements Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
keymap Use Vec for KeyContext instead of SmallVec (#24916) 2025-02-17 12:43:28 -07:00
platform Make getting keybinding for display more efficient (#27046) 2025-03-19 20:15:33 +00:00
text_system gpui: Fix text underline width (#26827) 2025-03-15 09:18:11 -07:00
window gpui: Rename rounded_sm to rounded_xs (#26221) 2025-03-06 16:08:19 +00:00
action.rs Support hunk-wise StageAndNext and UnstageAndNext (#25845) 2025-03-01 02:39:08 +00:00
app.rs gpui: Update doc comment for App::new (#27089) 2025-03-19 16:51:19 +00:00
arena.rs Track caller on <usize as ToOffset>::to_offset (#24503) 2025-02-08 15:29:29 +00: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 interval in pattern (#26459) 2025-03-14 12:51:09 -07:00
element.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
executor.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
geometry.rs Fix some visual bugs w/ edit predictions (#24591) 2025-02-10 23:49:08 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02:00
input.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
interactive.rs Use click event to determine modifier keys (#22988) 2025-01-30 16:40:20 -08:00
key_dispatch.rs Rework git toasts (#26420) 2025-03-11 21:39:29 +00:00
keymap.rs Make getting keybinding for display more efficient (#27046) 2025-03-19 20:15:33 +00:00
path_builder.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02:00
platform.rs windows: Dock menu impl 2 (#26010) 2025-03-06 12:40:34 +00:00
prelude.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
scene.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02:00
shared_string.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs gpui: Add restrict_scroll_to_axis to match web scrolling behavior (#25963) 2025-03-03 17:32:08 -05:00
styled.rs gpui: Fix line_through, underline position when used text center or right (#24721) 2025-03-15 11:44:51 +02:00
subscription.rs Synchronize modal commit editor with panel editor (#26068) 2025-03-04 21:58:26 +00:00
svg_renderer.rs gpui: Add support for text in SVGs (#26335) 2025-03-14 08:25:11 -05:00
taffy.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
test.rs Add seed argument to #[gpui::test] attribute macro (#26764) 2025-03-14 13:40:02 -03:00
text_system.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
util.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
view.rs Add more view tracking (#24683) 2025-02-11 19:18:54 +00:00
window.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00