5898fa6
Temporarily disable status item so that we can merge to `main`
Antonio Scandurra
created
66d13cf
Query `isKeyWindow` on `windowDidBecomeKey` or `windowDidResignKey`
Click to expand commit body
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.
Antonio Scandurra
created
ea00a00
Start showing a filter query in contacts popover
Antonio Scandurra
created
462e585
Use an "always active" tracking area to detect `mouseMoved` events
Click to expand commit body
This ensures that we can still receive mouse moved events (e.g. for
setting the cursor style) for panels that float above other windows
even if the application isn't active.
Antonio Scandurra
created
1472681
Animate popup window as if it were an `NSMenu`
0b5952e
Fix incorrect rendering of toolbar in right anchored dock
Click to expand commit body
Make dock keybinding activate the dock if it wasn't hidden, and hide it if it was already active
Make clicking the expanded dock wash, hide the dock
Fix some issues with programmatically activating other panes, not hiding the dock
Tweak dock anchor menu text
Swap dock hide button for thin variant
Fix dock sidebar interactions
Add clicked state to search button and fix presenter issue sending clicked events when mouse not overlapping MouseRegion
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
3c88aa3
Fix hovering over hover popovers in the editor