zed/crates/gpui
Antonio Scandurra 66d13cf42c Query isKeyWindow on windowDidBecomeKey or windowDidResignKey
Before we were assuming that receiving a callback meant that the window
was in that "key" state accordingly, but with popups that's not always
the case. In particular, there was a bug that caused an unrelated window
to receive `windowDidBecomeKey` when making an `NSPanel` the key window.
2022-09-15 15:57:02 +02: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 Query isKeyWindow on windowDidBecomeKey or windowDidResignKey 2022-09-15 15:57:02 +02:00
build.rs Extract io_surface crate and invoke custom callback on frame sample 2022-09-13 14:10:13 +02:00
Cargo.toml Pass CVImageBuffers into GPUI instead of IOSurfaces 2022-09-13 14:10:13 +02:00