Commit log
8521369
Merge pull request #1639 from zed-industries/fix-jump-on-quad-click
Click to expand commit body
Fixed autoscroll jump on 4-click
Mikayla Maki
created
3 years ago
e0635a3
Fixed autoscroll jump on 4-click
Mikayla Maki
created
3 years ago
Max Brunsfeld
created
3 years ago
e77263a
Remove bulk user creation admin API
Max Brunsfeld
created
3 years ago
963ced1
Preserve metrics_id from signup to user record
Max Brunsfeld
created
3 years ago
3dd8845
Add waitlist summary API
Max Brunsfeld
created
3 years ago
f8c7c92
Update APIs and DB interactions to reflect email confirmation step
Max Brunsfeld
created
3 years ago
d85ecc8
Add collab APIs for new signup flow
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
b8f362f
WIP hyperlink detection
Mikayla Maki
created
3 years ago
9f81f39
WIP Hyperlinks
Mikayla Maki
created
3 years ago
f081dbc
Merge pull request #1634 from zed-industries/dock-tweaks
Click to expand commit body
Dock Tweaks
Kay Simmons
created
3 years ago
1993a87
Hyperlink clicking is working
Mikayla Maki
created
3 years ago
ac39074
WIP hyperlinks
Mikayla Maki
created
3 years ago
b682fd8
remove rounded corners on dock due to rendering issue
K Simmons
created
3 years ago
da05e34
Fix dock keybindings
K Simmons
created
3 years ago
1ce48f4
Minor improvements to dock visuals, rework dock keybindings, and fix panic on split when dock is active
K Simmons
created
3 years ago
359802f
Merge pull request #1630 from zed-industries/capture
Click to expand commit body
Lay the groundwork for call-oriented collaboration
Antonio Scandurra
created
3 years ago
e07f4f3
Copy WebRTC.framework in the `deps` directory
Click to expand commit body
Also, define the `rpath` on `live_kit` to avoid errors when running
tests.
Antonio Scandurra
created
3 years ago
20778a0
Allow using `live_kit` with macOS >= 10.15
Antonio Scandurra
created
3 years ago
32c65cf
Specify macOS target version manually
Antonio Scandurra
created
3 years ago
8bd059a
Try using the unversioned triple when compiling live_kit
Antonio Scandurra
created
3 years ago
b76f337
Target a triple explicitly when building Swift bridge
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
a0e2b7a
Update `Package.resolved`
Antonio Scandurra
created
3 years ago
582ca66
Don't assume `BOOL` is a boolean
Antonio Scandurra
created
3 years ago
80d7df7
Use an older version of the swift toolchain
Antonio Scandurra
created
3 years ago
b6ff8e7
Introduce workaround for spurious `windowDidBecomeKey` event
Antonio Scandurra
created
3 years ago
7a16e9c
Allow panels to appear on top of full-screen apps
Antonio Scandurra
created
3 years ago
3163366
Inline empty `NSTrackingArea` rect
Antonio Scandurra
created
3 years ago
3ec3f83
Autorelease `NSTrackingArea` to avoid leaking it
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
5898fa6
Temporarily disable status item so that we can merge to `main`
Antonio Scandurra
created
3 years ago
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
3 years ago
ea00a00
Start showing a filter query in contacts popover
Antonio Scandurra
created
3 years ago
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
3 years ago
1472681
Animate popup window as if it were an `NSMenu`
Antonio Scandurra
created
3 years ago
9efa39e
Merge branch 'main' into capture
Antonio Scandurra
created
3 years ago
0c422fa
Style contacts popover background based on theme
Antonio Scandurra
created
3 years ago
4455387
Allow contacts popover to be activated even if app isn't foregrounded
Antonio Scandurra
created
3 years ago
4dbded3
Implemented cell for mouse pointer
Mikayla Maki
created
3 years ago
29f4653
Merge pull request #1614 from zed-industries/dock
Click to expand commit body
Dock
Kay Simmons
created
3 years ago
6af7b7f
Added toggle dock test
Mikayla Maki
created
3 years ago
4c07dc9
Added focus on dock toggle
Mikayla Maki
created
3 years ago
1c9c7ef
Add the ability to specify a level when creating windows
Click to expand commit body
This lets some windows stay on top of others, independently of
whether the application is in the foreground.
Antonio Scandurra
created
3 years ago
c1f448d
Use `viewDidChangeEffectiveAppearance` to detect appearance changes
Antonio Scandurra
created
3 years ago
d10f6f6
Toggle contacts popover when clicking on status bar icon
Antonio Scandurra
created
3 years ago
9b8492a
Extract a common `App::register_platform_window`
Antonio Scandurra
created
3 years ago
f67e2be
Refresh windows when OS appearance changes
Antonio Scandurra
created
3 years ago
61ec334
Minor tweak to dock tests
K Simmons
created
3 years ago
3b9b2cd
Add tests for the dock
K Simmons
created
3 years ago
Page 20 of 137