zed/crates/gpui/src
Dzmitry Malyshau 02cc0b9afa
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
Update Blade with acquire fixes, multisampling (#22409)
Fixes #22406

Picks up:
- https://github.com/kvark/blade/pull/234 and
https://github.com/kvark/blade/pull/237 (`OutOfDate` workaround)
- https://github.com/kvark/blade/pull/229 ("metal-rs" to "objc2"
migration)

Release Notes:

- Improved handling of resizing and multiple monitors in Linux/Windows
2024-12-27 21:29:03 +00:00
..
app Use LiveKit's Rust SDK on Linux while continue using Swift SDK on Mac (#21550) 2024-12-05 15:06:17 -08:00
elements Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
keymap Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
platform Update Blade with acquire fixes, multisampling (#22409) 2024-12-27 21:29:03 +00:00
text_system Allow splitting the terminal panel (#21238) 2024-11-27 20:22:39 +02:00
window
action.rs Unbind app menu actions (#20268) 2024-11-05 16:18:41 -08:00
app.rs Store focus handles in AppContext instead of Window (#22158) 2024-12-17 14:41:00 -07:00
arena.rs
asset_cache.rs Add Loading and Fallback States to Image Elements (via StyledImage) (#20371) 2024-11-15 19:12:01 -08:00
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 gpui: Rename GPUSpecs to GpuSpecs (#22166) 2024-12-17 17:22:53 -05:00
input.rs Clip UTF-16 offsets in text for range (#20968) 2024-11-20 22:04:26 -07:00
interactive.rs
key_dispatch.rs Revert "Use correct context path for focused element in WindowContext::bindings_for_action (#18843)" (#20367) 2024-11-07 09:45:23 -07:00
keymap.rs Revert "Use correct context path for focused element in WindowContext::bindings_for_action (#18843)" (#20367) 2024-11-07 09:45:23 -07:00
platform.rs linux: Fix non-maximized Zed windows growing larger across sessions (#22301) 2024-12-20 22:23:25 +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
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 gpui: Clean up Styled doc comments (#20731) 2024-11-15 11:27:49 -05:00
subscription.rs
svg_renderer.rs Add Loading and Fallback States to Image Elements (via StyledImage) (#20371) 2024-11-15 19:12:01 -08:00
taffy.rs
test.rs
text_system.rs Add missing field to impl Hash for RenderGlyphParams (#20316) 2024-11-07 09:34:54 -07:00
util.rs
view.rs Do not reuse render cache for nested items whose parents are re-rendered (#21165) 2024-11-25 15:58:45 +02:00
window.rs linux: Fix non-maximized Zed windows growing larger across sessions (#22301) 2024-12-20 22:23:25 +00:00