4b2040a
Move diff logic back into `BufferDiff::update`
Julia created
4b2040a
Move diff logic back into `BufferDiff::update`
Julia created
a2e8fc7
Switch head range from row range to byte offset range
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
61ff24e
Move cloneable diff state into new snapshot type
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
a86e93d
Checkpoint on incremental diff sumtree shenanigans
Julia created
883d5b7
Update git gutter status after debounced delay
Co-authored-by: Max Brunsfeld <max@zed.com>
Julia and Max Brunsfeld created
5157c71
Render deletion gutter markers
Julia created
fdda2ab
Correct start/end of git diff hunks
Julia created
641daf0
Correct git gutter indicator scroll position & add rounded corner
Julia created
55ca023
Start painting some sort of hunk info, it's wrong but it's close
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
6fa2e62
Start asking Editors to update git after a debounced delay
Julia created
2a14af4
Load a file's head text on file load just to get started
ForLoveOfCats created
1898e81
Encapsulate `Room` interaction within `ActiveCall`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
e0db621
Rename `room` crate to `call`
Also, rename `client::Call` to `client::IncomingCall`. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
1158911
Wire up accepting/declining a call
Antonio Scandurra created
634f9de
Avoid using global for `Room` and extract that logic into `ActiveCall`
Antonio Scandurra created
efdedaa
Merge pull request #1668 from zed-industries/telemetry-fixes
Telemetry fixes
Max Brunsfeld created
0d3486c
Remove TestTelemetry command
Max Brunsfeld created
af7c2b8
Set minimum user id length in amplitude calls
Max Brunsfeld created
64253e4
0.56.0
Max Brunsfeld created
f8da5ab
Remove "get" prefix from function names
Joseph T Lyons created
fbe5f92
Add descriptions to journal settings
Joseph T Lyons created
4f44375
Make Buffer::language_at fall back to Buffer::language
For languages with no grammar (plain text), there will be no layers.
Max Brunsfeld created
773423f
Initial work to add settings to journal feature
Joseph T Lyons created
a62e2a3
Update projectPanel.ts
Nate Butler created
48dcc46
WIP
Nate Butler created
d0c50b4
Style tab bar
Nate Butler created
2da32af
Update EditorTestContext usage to reflect new synchronous constructor
Max Brunsfeld created
2b0794f
Restructure autoclosing to account for multi-language documents
Max Brunsfeld created
67e188a
Add Buffer::language_at, update MultiBuffer to use it
Co-authored-by: Julia Risley <floc@unpromptedtirade.com>
Max Brunsfeld and Julia Risley created
a2e57e8
Add basic syntax highlighting for CSS
Max Brunsfeld created
21fb2b9
Tweak HTML indents and highlights
Max Brunsfeld created
e4f5e85
Add JavaScript language injection in HTML
Max Brunsfeld created
a48995c
Basic html highlighting + lsp support
Isaac Clayton created
04d1949
WIP: Start on `ActiveCall`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
46b61fe
Open popup window when receiving a call
We still need to style and allow people to accept the call but this is a good starting point. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
aa3cb8e
Rename `collab_titlebar_item` crate to `collab_ui`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
5d8fe33
Merge pull request #1635 from zed-industries/new-signup-flow
Implement APIs for new signup flow
Max Brunsfeld created
8ff4f04
Start a call when clicking on a contact in the contacts popover
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo and Antonio Scandurra created
ab3a6f7
WIP Titlebar styling
Nate Butler created
815cf44
Rename AddParticipantPopover to ContactsPopover
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo and Antonio Scandurra created
f5b2d56
Remove contacts menu bar extra
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo and Antonio Scandurra created
1d1bd39
Remove current user from contacts
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra , Nathan Sobo , and Mikayla Maki created
4b73239
WIP: Start moving contacts panel into "add participants" popover
Antonio Scandurra created
0a29e13
Add active style when participant popover is open
Antonio Scandurra created
0db6eb2
Show add participant popover on click
Antonio Scandurra created
782309f
Rename `contacts_titlebar_item` to `collab_titlebar_item`
Antonio Scandurra created
5a3a85b
Introduce a `+` button in the titlebar
Antonio Scandurra created
c8a48e8
Extract contacts titlebar item into a separate crate
This allows us to implement a new contacts popover that uses the `editor` crate.
Antonio Scandurra created
80ab144
Ring users upon connection if somebody was calling them before connecting
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
6aa0f0b
Leave room automatically on disconnection
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created