Commit log
5fea49e
Pass the 'Save' format trigger when formatting on save
Click to expand commit body
In an earlier refactor, I accidentally caused the 'Manual'
trigger to *always* be passed.
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla Maki
created
2 years ago
0704d9d
Merge pull request #2216 from zed-industries/update-bromberg
Click to expand commit body
Update bromberg dependency to have alloc
Mikayla Maki
created
2 years ago
a57fcf5
Update bromberg dependency to have alloc
Mikayla Maki
created
2 years ago
Max Brunsfeld
created
2 years ago
d5123bc
Merge pull request #2215 from zed-industries/revert-2214-fix-reveal-path-panic
Click to expand commit body
Revert "Remove borrow from reveal_path()"
Mikayla Maki
created
2 years ago
8656708
Revert "Remove borrow from reveal_path()"
Mikayla Maki
created
2 years ago
7219780
Tweak code to remove duplication
Joseph Lyons
created
2 years ago
f8f1a3f
Unify text style names
Joseph Lyons
created
2 years ago
2ec25be
Merge pull request #2214 from zed-industries/fix-reveal-path-panic
Click to expand commit body
Remove borrow from reveal_path()
Mikayla Maki
created
2 years ago
89ddf14
Remove borrow from reveal_path()
Mikayla Maki
created
2 years ago
be86cb3
Merge pull request #2213 from zed-industries/per-project-follow-status
Click to expand commit body
Differentiate between follow state on a per-project basis
Julia
created
2 years ago
465d8cc
Differentiate between follow state on a per-project basis
Julia
created
2 years ago
93b9e76
Merge pull request #2212 from zed-industries/initial-traffic-light-position
Click to expand commit body
Adjust window's traffic light position when setting its title
Max Brunsfeld
created
2 years ago
fbc934b
Adjust window's traffic light position when setting its title
Max Brunsfeld
created
2 years ago
350b7b8
Merge pull request #2207 from zed-industries/project-panel-actions
Click to expand commit body
Fix project panel actions
Mikayla Maki
created
2 years ago
b179fc2
Remove comment
Mikayla Maki
created
2 years ago
8860346
Fix broken dock command
Mikayla Maki
created
2 years ago
9004640
Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage
Mikayla Maki
created
2 years ago
0349831
Merge pull request #2211 from zed-industries/hover-binding
Click to expand commit body
add hover binding from vscode
Kay Simmons
created
2 years ago
ce4b672
add hover binding from vscode
Kay Simmons
created
2 years ago
3f9405f
Merge pull request #2210 from zed-industries/fix-enter-vim-normal-mode
Click to expand commit body
Fix enter in normal mode acting incorrectly
Kay Simmons
created
2 years ago
2276d25
Fix enter in normal mode acting incorrectly
Kay Simmons
created
2 years ago
ffe53be
Reverts keymap precedence order change
Mikayla Maki
created
2 years ago
37f9109
Add link to community repo in feedback editor
Joseph Lyons
created
2 years ago
1e3b4f0
Merge pull request #2208 from zed-industries/new-collab-ui-3
Click to expand commit body
Add same grayscale logic to followers which leaders have; new call UI [3/N]
Julia
created
2 years ago
e1df85e
Add same grayscale logic to followers which leaders have
Julia
created
2 years ago
f6601f6
Added editor-in-project-panel overrides to the default keymap
Mikayla Maki
created
2 years ago
6ccc903
Merge pull request #2206 from zed-industries/fix-refresh-room
Click to expand commit body
Fix error when deleting rooms containing projects on refresh
Antonio Scandurra
created
2 years ago
bbeb33b
Fix error when deleting rooms containing projects on refresh
Click to expand commit body
A foreign key violation was causing the server to never delete stale
rooms during `Database::refresh_room` due to having one or more project
records referencing the room.
Antonio Scandurra
created
2 years ago
e74db2d
Merge pull request #2205 from zed-industries/call-ui-follow-up
Click to expand commit body
Refine new call UI
Antonio Scandurra
created
2 years ago
74e0bed
Fix compilation errors after restructuring `room_transaction`
Antonio Scandurra
created
2 years ago
832549f
Merge branch 'main' into call-ui-follow-up
Antonio Scandurra
created
2 years ago
b965333
Show avatar in user menu
Antonio Scandurra
created
2 years ago
2be0283
Merge pull request #2204 from zed-industries/fix-description-of-telemetry-setting
Click to expand commit body
Fix description of telemetry setting
Joseph T. Lyons
created
2 years ago
59a6619
Avoid trying to reconnect to a room if client is signed out
Antonio Scandurra
created
2 years ago
9334267
Tear down peer when signing out
Antonio Scandurra
created
2 years ago
a0daf47
Don't panic when rendering collab titlebar item while signed out
Antonio Scandurra
created
2 years ago
9a729a2
Merge pull request #2202 from zed-industries/petros/z-86-replace-terminal-tab-title-with-an-icon
Click to expand commit body
Replace terminal tab title with an icon
Petros Amoiridis
created
2 years ago
1c63650
Merge pull request #2200 from zed-industries/fix-slow-project-join
Click to expand commit body
Hold room lock through the entirety of a `room_transaction`
Antonio Scandurra
created
2 years ago
65a9ac4
Remove leave button from the title bar
Max Brunsfeld
created
2 years ago
bf5c3d9
Rearrange collab titlebar items to avoid movement of the toggle contacts button
Click to expand commit body
* Replace username in titelbar with a `...` user menu that shows
the current user name and contains a sign-in/sign-out button.
* Move the '+' (toggle contacts) button back to the right side.
* Move the collaborators back to the right side.
* Move the share/unshare button to the left side, beside the project title
* Only show the share/unshare button when in a call.
Max Brunsfeld
created
2 years ago
c33d0f9
Fix description of telemetry setting
Joseph Lyons
created
2 years ago
24e0a02
Run check-formatting CI job on a mac mini
Max Brunsfeld
created
2 years ago
d49e35f
Merge pull request #2203 from zed-industries/collab-ui-fixes
Click to expand commit body
Fix minor issues with new collab UI
Max Brunsfeld
created
2 years ago
40aee8d
Add missing tooltip for contacts menu button
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
2 years ago
d33d27f
Fix ToggleContactsMenu action name in keymap
Click to expand commit body
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld
and
Joseph Lyons
created
2 years ago
46ead28
Bump RPC protocol version number
Max Brunsfeld
created
2 years ago
Max Brunsfeld
created
2 years ago
Max Brunsfeld
created
2 years ago
b73423d
Merge pull request #2114 from zed-industries/new-collaboration-ui
Click to expand commit body
New collaboration UI part 1/N
Max Brunsfeld
created
2 years ago
Page 25 of 182