ZIm/crates/gpui/src
tidely 738cfdff84
gpui: Simplify u8 to u32 conversion (#32099)
Removes an allocation when converting four u8 into a u32.
Makes some functions const compatible.

Release Notes:

- N/A
2025-06-05 23:57:27 +08:00
..
app gpui: Improve window.prompt to support ESC with non-English cancel text on macOS (#29538) 2025-05-30 15:26:27 +00:00
elements Remove block_mouse_down in favor of stop_mouse_events_except_scroll (#30401) 2025-05-29 22:07:34 +00:00
keymap Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
platform gpui: Simplify u8 to u32 conversion (#32099) 2025-06-05 23:57:27 +08:00
text_system Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
window gpui: Improve window.prompt to support ESC with non-English cancel text on macOS (#29538) 2025-05-30 15:26:27 +00:00
action.rs Validate actions in docs (#31073) 2025-06-04 19:18:12 +00:00
app.rs gpui: Add API for read and write active drag cursor style (#32028) 2025-06-04 06:53:03 +05:30
arena.rs chore: Prepare for Rust edition bump to 2024 (without autofix) (#27791) 2025-03-31 20:10:36 +02:00
asset_cache.rs gpui: Relax AssetLogger trait bounds (#29450) 2025-04-29 12:43:54 -07:00
assets.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
bounds_tree.rs gpui: Optimize the ordering update in the BoundsTree (#31025) 2025-05-30 08:23:27 -07:00
color.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
colors.rs gpui: Add a standard text example (#30747) 2025-05-16 17:35:44 +02:00
element.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
executor.rs Add a test for remote tool use by the agent (#30289) 2025-05-08 16:53:04 -04:00
geometry.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
input.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
inspector.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
interactive.rs gpui: Optimize coalesce float sign checking (#28072) 2025-04-10 14:39:50 -06:00
key_dispatch.rs Unify the tasks modal and the new session modal (#31646) 2025-05-29 21:33:52 -04:00
keymap.rs gpui: Filter out NoAction bindings from pending input (#30260) 2025-06-02 13:22:36 -06:00
path_builder.rs gpui: Add more shapes for PathBuilder (#30904) 2025-05-26 12:49:42 +03:00
platform.rs Support macOS Sequoia titlebar double-click action (#30468) 2025-05-30 17:13:50 +00:00
prelude.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
scene.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
shared_string.rs chore: Prepare for Rust edition bump to 2024 (without autofix) (#27791) 2025-03-31 20:10:36 +02:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
styled.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
subscription.rs gpui: Replace Mutex with RefCell for SubscriberSet (#30907) 2025-05-19 11:08:04 +02:00
svg_renderer.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
taffy.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
test.rs Add seed argument to #[gpui::test] attribute macro (#26764) 2025-03-14 13:40:02 -03:00
text_system.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
util.rs gpui: Fix race condition when upgrading a weak reference (#30952) 2025-05-30 08:18:25 -07:00
view.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
window.rs gpui: Implement window_handle and display_handle for wayland platform (#28152) 2025-05-30 15:45:03 -07:00