ZIm/crates/gpui/src
Piotr Osiewicz c4083b9b63
Fix unnecessary-mut-passed lint (#36490)
Release Notes:

- N/A
2025-08-19 14:20:01 +00:00
..
app Fix unnecessary-mut-passed lint (#36490) 2025-08-19 14:20:01 +00:00
elements Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
keymap Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
platform Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
text_system Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +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 gpui: Reduce manual shifting & other minor improvements (#34407) 2025-07-15 16:39:33 +02:00
app.rs Fix unnecessary-mut-passed lint (#36490) 2025-08-19 14:20:01 +00:00
arena.rs chore: Bump Rust version to 1.88 (#33439) 2025-06-26 20:54:19 +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 Rasterize glyphs without D2D (#35376) 2025-08-01 19:46:09 +02:00
colors.rs gpui: Add a standard text example (#30747) 2025-05-16 17:35:44 +02:00
element.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +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 grid support to GPUI (#36153) 2025-08-14 00:01:17 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Add FutureExt::with_timeout and use it for for Room::maintain_connection (#36175) 2025-08-14 17:02:51 +02:00
input.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
inspector.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
interactive.rs gpui: Impl Default for ClickEvent (#35751) 2025-08-06 23:24:37 -04:00
key_dispatch.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
keymap.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
path_builder.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
platform.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
prelude.rs Sketch in a table for the keybindings UI (#32436) 2025-06-30 19:25:11 -04:00
scene.rs Fix underline flickering (#35989) 2025-08-11 19:17:48 +02:00
shared_string.rs gpui: Add support for custom prompt text in PathPromptOptions (#36410) 2025-08-18 19:48:02 +00:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs Add grid support to GPUI (#36153) 2025-08-14 00:01:17 +00:00
styled.rs Add grid support to GPUI (#36153) 2025-08-14 00:01:17 +00:00
subscription.rs Handle auth for claude (#36442) 2025-08-18 20:40:59 +00:00
svg_renderer.rs gpui: Use static keyword with LazyLock when loading system fonts (#34555) 2025-07-18 12:35:38 +02:00
tab_stop.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
taffy.rs gpui: Introduce stacker to address stack overflows with deep layout trees (#35813) 2025-08-19 08:26:37 +00:00
test.rs Add seed argument to #[gpui::test] attribute macro (#26764) 2025-03-14 13:40:02 -03:00
text_system.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
util.rs Add FutureExt::with_timeout and use it for for Room::maintain_connection (#36175) 2025-08-14 17:02:51 +02:00
view.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
window.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00