Commit log
ba24824
Allow terminal to be docked left, bottom, or right
Click to expand commit body
Co-Authored-By: Joseph Lyons <joseph@zed.dev>
Nathan Sobo
and
Joseph Lyons
created
2 years ago
6a7feb4
Allow the project panel to be docked right or left
Click to expand commit body
Co-Authored-By: Joseph Lyons <joseph@zed.dev>
Nathan Sobo
and
Joseph Lyons
created
2 years ago
0d78266
Replace todo with unimplemented to reduce distractions
Nathan Sobo
created
2 years ago
6d16d22
Merge branch 'main' into panels
Nathan Sobo
created
2 years ago
5e8b7bd
Replace todo with unimplemented to reduce distractions
Nathan Sobo
created
2 years ago
26d80ee
Merge pull request #2456 from zed-industries/fix-dock-pane-focus
Click to expand commit body
Make dock not eagerly steal focus from sub items
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
Nathan Sobo
created
2 years ago
6dfb48d
Fix center items not being activated when deserialized
Mikayla Maki
created
2 years ago
8d561d6
Make dock not eagerly steal focus from sub items
Mikayla Maki
created
2 years ago
8f12489
WIP: Allow panels to be moved
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
45df092
Remove unused code
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
37d3ed5
Focus new item if pane was focused when removing previous active item
Click to expand commit body
Previously, we were relying on the item getting blurred and the workspace
receiving focus, which would in turn focus the active pane. This doesn't
play well with docks because they aren't part of the workspace panes.
Antonio Scandurra
created
2 years ago
641f5d1
Ensure `ctrl-`` works in the terminal panel
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
48ad386
Randomly mutate worktree in addition to mutating the file-system
Click to expand commit body
This ensures that we test the code path that refreshes entries.
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra
and
Julia Risley
created
2 years ago
7f27d72
Deliver file-system change events in batches in randomized worktree test
Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra
and
Julia Risley
created
2 years ago
5c859da
Only update changed local worktree buffers
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
2 years ago
634b699
Allow customization of `Pane` tab bar buttons
Antonio Scandurra
created
2 years ago
ad7f32d
Fix bottom dock resizing
Antonio Scandurra
created
2 years ago
26fe7a8
Prevent splits in the terminal panel
Antonio Scandurra
created
2 years ago
e6be35c
Show terminal count in panel button
Antonio Scandurra
created
2 years ago
02066af
Don't pass `&mut Workspace` when closing items in a `Pane`
Click to expand commit body
This allows closing items via actions even in the `TerminalPanel`
where the `Pane` is not directly owned by a `Workspace`.
Antonio Scandurra
created
2 years ago
506f978
Automatically close terminal dock when the last terminal was closed
Antonio Scandurra
created
2 years ago
916612c
Prevent dragging items that aren't terminals to the terminal panel
Antonio Scandurra
created
2 years ago
6ddc610
WIP: Start on `TerminalPanel`
Antonio Scandurra
created
2 years ago
1ddbda5
Rename DockItem to Panel
Nathan Sobo
created
2 years ago
03f8c12
Rename Sidebar to Dock
Nathan Sobo
created
2 years ago
1919a82
Remove dock from workspace
Nathan Sobo
created
2 years ago
2d7cfb8
Merge pull request #2454 from zed-industries/fix-mismatching-panes-when-deserializing-empty-panes
Click to expand commit body
Fully remove panes and update internal data structures
Mikayla Maki
created
2 years ago
fa049be
Refactor and fix format
Mikayla Maki
created
2 years ago
49335d0
Add manual removal code to remove_panes
Mikayla Maki
created
2 years ago
9b2d3fc
Fully remove panes and update internal data structures
Mikayla Maki
created
2 years ago
Max Brunsfeld
created
2 years ago
1d66f24
Merge pull request #2428 from zed-industries/add-branch-name
Click to expand commit body
Add branch name and synchronize repository representations on the worktree.
Mikayla Maki
created
2 years ago
9366a0d
Bump protocol version number
Mikayla Maki
created
2 years ago
f28419c
Fix styling of titlebar highlights
Mikayla Maki
created
2 years ago
712fb5a
Add postgres migration
Mikayla Maki
created
2 years ago
1a9afd1
Restore randomized integration tests
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
d227967
Fix panic in tests
Mikayla Maki
created
2 years ago
62e763d
Removed test modifications, added special case to git initialization for when the repository is inside a .git folder
Mikayla Maki
created
2 years ago
f9e4464
Refresh titlebar on project notifications
Mikayla Maki
created
2 years ago
2c2076b
Adjust tests to not create repositories inside repositories
Mikayla Maki
created
2 years ago
ab952f1
Fixed randomized test failures
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
d8dac07
Removed scan ID from repository interfaces
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
270147d
Finished RepositoryEntry refactoring, smoke tests passing
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
53569ec
WIP: Change RepositoryEntry representation to be keyed off of the work directory
Click to expand commit body
Removes branches button scaffolding
Mikayla Maki
created
2 years ago
b6d6f5c
WIP: re-arranging the RepositoryEntry representation
Click to expand commit body
Added branches to the randomized test to check the git branch
Added the remaining database integrations in collab
Co-authored-by: Max <max@zed.dev>
Co-authored-by: Petros <petros@zed.dev>
Mikayla Maki
,
Max
, and
Petros
created
2 years ago
8bde496
Add branch name in title UI
Click to expand commit body
co-authored-by: Petros <petros@zed.dev>
Mikayla Maki
and
Petros
created
2 years ago
Page 8 of 189