zed/crates/gpui/src
Michael Sloan 6aba3950d2
Some checks are pending
CI / check_docs_only (push) Waiting to run
CI / Check Postgres and Protobuf migrations, mergability (push) Waiting to run
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Run Clippy and tests (push) Blocked by required conditions
CI / (Linux) Build Remote Server (push) Blocked by required conditions
CI / (Windows) Run Clippy and tests (push) Blocked by required conditions
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
CI / Auto release preview (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Script / ShellCheck Scripts (push) Waiting to run
Improve keymap json schema (#23044)
Also:

* Adds `impl_internal_actions!` for deriving the `Action` trait without
registering.

* Removes some deserializers that immediately fail in favor of
`#[serde(skip)]` on fields where they were used. This also omits them
from the schema.

Release Notes:

- Keymap settings file now has more JSON schema information to inform
`json-language-server` completions and info, particularly for actions
that take input.
2025-01-13 02:34:35 +00:00
..
app Improve panic report with reentrant SlotMap use (#22667) 2025-01-04 20:37:40 +00:00
elements Fix conversation selector popover menu offset (#22796) 2025-01-08 13:32:48 +00:00
keymap
platform Add a dedicated action to open files (#22625) 2025-01-08 14:29:15 +00:00
text_system gpui/perf: Use SharedString on API boundary of line layout (#22566) 2025-01-02 11:06:01 +00:00
window
action.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
app.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
arena.rs
asset_cache.rs
assets.rs
bounds_tree.rs
color.rs gpui: Add linear gradient support to fill background (#20812) 2024-12-11 21:52:52 +02:00
element.rs Store focus handles in AppContext instead of Window (#22158) 2024-12-17 14:41:00 -07:00
executor.rs Remove Task::get_ready method I added, which is unusable in practice (#22012) 2024-12-14 03:21:41 -07:00
geometry.rs Fix docs for Bounds::from_corner_and_size (#22265) 2024-12-19 21:50:52 +00:00
global.rs
gpui.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
input.rs
interactive.rs Dequalify WindowContext and ViewContext references (#22477) 2024-12-28 23:09:55 +00:00
key_dispatch.rs Improve doc comments about keybinding order (#23014) 2025-01-11 22:47:42 +00:00
keymap.rs Improve doc comments about keybinding order (#23014) 2025-01-11 22:47:42 +00:00
platform.rs Add a dedicated action to open files (#22625) 2025-01-08 14:29:15 +00:00
prelude.rs gpui: Don't export named Context from prelude (#21869) 2024-12-11 13:21:40 -05:00
scene.rs gpui: Add linear gradient support to fill background (#20812) 2024-12-11 21:52:52 +02:00
shared_string.rs gpui/perf: Use SharedString on API boundary of line layout (#22566) 2025-01-02 11:06:01 +00:00
shared_uri.rs
style.rs Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
styled.rs
subscription.rs
svg_renderer.rs
taffy.rs
test.rs deps: Bump smol to 2.0 (#22956) 2025-01-10 13:38:00 +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
view.rs Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
window.rs Improve doc comments about keybinding order (#23014) 2025-01-11 22:47:42 +00:00