zed/crates/gpui
K Simmons 1d8717f4de Remove focus filtering from gpui so all focus events result in focus-in and focus-out calls
Remove pane focused event in favor of focus_in at the workspace level
Added is_child to ViewContext to determine if a given view is a child of the current view
Fix issue where dock would get in a infinite loop when activated after dragging an item out of it
Fix issue where the last focused view in an item was not correctly refocused when a pane is focused after switching active tabs

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
2022-10-12 15:10:00 -07:00
..
examples Make capture example its own crate 2022-09-13 14:10:13 +02:00
grammars/context-predicate WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
src Remove focus filtering from gpui so all focus events result in focus-in and focus-out calls 2022-10-12 15:10:00 -07:00
build.rs Extract io_surface crate and invoke custom callback on frame sample 2022-09-13 14:10:13 +02:00
Cargo.toml Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00