7d0731c
zed 0.77.1
Nathan Sobo created
7d0731c
zed 0.77.1
Nathan Sobo created
7bbdfa1
Merge pull request #2280 from zed-industries/terms
Add terms of use to DMG in the bundle script
Nathan Sobo created
6c1c079
v0.77.x preview
Max Brunsfeld created
1096720
Merge pull request #2244 from zed-industries/less-surprising-defaults
Clean up some default settings
Max Brunsfeld created
5c7c4dd
Clean up some default settings
Julia created
da35202
Merge pull request #2278 from zed-industries/screenshares-from-before-joining
Fix failure to see screenshare tracks that were started prior to join…
Max Brunsfeld created
f5c4a2a
Fix failure to see screenshare tracks that were started prior to joining a call
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld and Antonio Scandurra created
77a63c6
Merge pull request #2277 from zed-industries/switch-invite-person-icon
Update Collab + icon
Mikayla Maki created
edd925f
Format
Nate Butler created
6d0f829
Merge pull request #2276 from zed-industries/improve-picker-state-contrast
Improve picker state contrast
Nate Butler created
6497ca8
Update icon
Nate Butler created
e60dea7
collab 0.7.2
Max Brunsfeld created
e64fe6d
Improve contrast of project panel active state in light themes
Nate Butler created
f6f09e8
Merge pull request #2274 from zed-industries/leave-on-quit
Leave room on quit
Antonio Scandurra created
ef7d8f4
Merge pull request #2273 from zed-industries/fix-dock-opening-in-collaboration
Fix dock opening on collaboration
Max Brunsfeld created
7df2440
Format
Nate Butler created
6fd4e28
Update picker active and hover styles
Thanks for pointing this out @ForLoveOfCats Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Nate Butler and Julia created
bca1acf
Leave room on quit
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
097a768
Remove panic in recent projects picker
Mikayla Maki created
404dd43
Fix dock opening on collaboration
Mikayla Maki created
c6f2790
Merge pull request #2271 from zed-industries/petros/z-278-lock-pop-up-to-the-terminal-button
A new approach for positioning pop-up menus tied to an icon/button
Petros Amoiridis created
f6b0c56
Merge pull request #2268 from zed-industries/mention-username-of-user-in-prompt-when-removing-a-contact
Mention username of user in prompt when removing a contact
Antonio Scandurra created
e45d680
Merge pull request #2272 from zed-industries/add-textmate-keymap
Add TextMate keymap
Antonio Scandurra created
e993d32
Merge pull request #2270 from zed-industries/add-default-keybindings-for-reveal-in-finder
Add default keybindings for reveal in finder
Antonio Scandurra created
09911d4
Merge pull request #2269 from zed-industries/unify-action-names-with-keybinding-names
Unify action names with keybinding name
Antonio Scandurra created
c869614
Add TextMate keymap
Joseph Lyons created
db73d83
Use local overlay position mode and alignment
When we show the context menu, we don't specify an explicit position other than the default one which is equal to the origin in the context of a local overlay position mode. We then rely on `AnchorCorner` and aligning the context menu child view in the stack with `top().right()` for pop-ups that need to appear at the top of the icon/button. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis and Antonio Scandurra created
d2411a6
Merge pull request #2253 from zed-industries/joseph/z-226-add-terminal-popup-menu
Add terminal pop up menu
Petros Amoiridis created
726c8eb
Use type_id to determine what has the focus
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis and Antonio Scandurra created
c59dafa
Update method names to match action names
Joseph Lyons created
e272a1a
Switch github_login to String
One of our macros, `impl_actions!`, didn't like that `RemoveContact` had a lifetime.
Joseph Lyons created
90bca1b
Add default keybindings for reveal in finder
Joseph Lyons created
06ad3a7
Unify action names with keybinding name
Joseph Lyons created
c18f1b6
Mention username of user in prompt when removing a contact
Joseph Lyons created
46efb84
Remove hardcoding of "Terminal" string
Joseph Lyons created
29f0078
Show tooltip for Give Feedback icon
Petros Amoiridis created
432aeea
Remove comment
I know @JosephTLyons you had added that, but I am not entirely sure this is how the view should be called. Let's discuss this further if you fill strong about it.
Petros Amoiridis created
8440a98
Activate terminal button when a terminal is focus
This is code I brought over from https://github.com/zed-industries/zed/pull/2267 by @mikayla-maki after fixing the conflicts. Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis and Mikayla Maki created
bccc34c
Merge branch 'main' into joseph/z-226-add-terminal-popup-menu
Petros Amoiridis created
e8b3d4e
Encode db-max-connections env var as a string in k8s manifest
Max Brunsfeld created
ff1c7db
collab 0.7.1
Max Brunsfeld created
30a0846
Merge pull request #2263 from zed-industries/language-status-bar
Language status bar
Mikayla Maki created
c8de738
Align feedback button styles with other sidebar buttons
Make feedback button reflect whether you're in a feedback buffer
Mikayla Maki created
87ac409
Merge pull request #2265 from zed-industries/fix-menu-bar-greying-out
Fix too-agressive menu bar greying
Mikayla Maki created
badfe70
Merge pull request #2267 from zed-industries/fix-terminal-icon-active-state
Activate and deactivate the terminal icon based on focused view
Mikayla Maki created
11d8394
Fix the terminal icon button to only be active when a terminal is focused
Mikayla Maki created
c241941
Merge pull request #2257 from zed-industries/check-all-contexts
Fix keyboard shortcuts not showing
Mikayla Maki created
ece2af1
Fix a corner case in available action resolution
Add tests for new keybinding resolution behavior co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
adf94a1
Switch from using the key window to the main window mac platform API
When the help menu is open, the help menu's search field is the key window, and this was causing menu item action resolution to fail co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
09d306d
Merge pull request #2266 from zed-industries/avoid-panic
Avoid panic scanning recursive symlink before gitignore is encountered
Julia created