c9225bb
WIP: Start integrating with LiveKit when creating/joining rooms
Antonio Scandurra created
c9225bb
WIP: Start integrating with LiveKit when creating/joining rooms
Antonio Scandurra created
75c3398
Add `live_kit_server::api::Client::{create,delete}_room`
Antonio Scandurra created
e39c7c6
Update livekit_client
Antonio Scandurra created
b6bb298
Merge pull request #1767 from zed-industries/notify-on-auto-update
Notify `ActivityIndicator` when `AutoUpdater` changes
Antonio Scandurra created
6bdbab2
Notify `ActivityIndicator` when `AutoUpdater` changes
This fixes a bug that caused the status bar to not update when the auto-update system changed its status.
Antonio Scandurra created
f09d6b7
WIP
Antonio Scandurra created
19a2752
WIP: Update token module to support server api
Nathan Sobo created
5d433b1
WIP: start on live_kit_server
Antonio Scandurra created
caeae38
Move `live_kit` to `live_kit_client` and add `live_kit_server`
Antonio Scandurra created
c25acc1
Move ownership of `MacOSDisplay` to the rust side
Antonio Scandurra created
4222f86
Temporarily use legacy screen capture API
Antonio Scandurra created
9569323
WIP: Getting a big black window, then a crash
Nathan Sobo created
0bbba90
Use ScreenCaptureKit-enabled LiveKit SDK and add display_sources function
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo and Antonio Scandurra created
f1ff557
Rearranged mouse handling
Mikayla Maki created
23d7143
Merge pull request #1666 from zed-industries/settings-for-journal
Settings for journal
Joseph T. Lyons created
12eab65
Remove dispatch_event from Element trait
Nathan Sobo created
d25c6b1
Move Terminal key down event handling from element to View::key_down method
Nathan Sobo created
b9308ad
Move handling of modifier changes to new View hook
Nathan Sobo created
6e363e4
Start on view-level dispatch approach for keyboard events
Nathan Sobo created
6e53deb
Refine mouse event naming
Nathan Sobo created
0717c16
Derive Serialize on HourFormat
Joseph T Lyons created
6d020a3
Do not derive Default on JournalSettings
Joseph T Lyons created
9a381c1
Merge branch 'main' into settings-for-journal
Joseph T Lyons created
3e23d1f
Merge pull request #1762 from zed-industries/less-click-and-hover-invalidation
Reduce unnecessary view invalidations related to mouse events
Nathan Sobo created
1750fcf
Merge pull request #1761 from zed-industries/mouse-region-view-invalidation
Remove unconditional invalidation when calling mouse region handlers
Nathan Sobo created
646d344
Avoid re-rendering editor on mouse move
Only notify editor when clearing highlights if there were highlights to begin with. Co-Authored-By: Max Brunsfeld <max@zed.dev>
Nathan Sobo and Max Brunsfeld created
bc03592
Only invalidate parent view on click/hover if we read that state when rendering
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Nathan Sobo and Max Brunsfeld created
a4b518e
Merge pull request #1760 from zed-industries/invite-unknown-platform
Include waitlist entries w/ unknown platform when summarizing and sending invites
Max Brunsfeld created
b541ac3
Revert unnecessary logic for fetching invites' platform_unknown flag
Max Brunsfeld created
934474f
Remove unconditional invalidation when calling mouse region handlers
We want invalidation to opt-in as much as possible. If you want a view to re-render, you need to call `cx.notify`.
Nathan Sobo created
3a4e802
Include waitlist entries w/ unknown platform when summarizing and sending invites
Max Brunsfeld created
b3eb5f7
WIP
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia and Kay Simmons created
c21e0e9
Merge pull request #1759 from zed-industries/move-page-up-down
Move page up / down
Mikayla Maki created
d301a21
Finished implementing vscode, emacs, and mac style pageup/down. Added keybindings ctrl-v, alt-v for emacs up/down and shift-pageup, shift-pagedown for vscode style. Also improved incorporated pageup/down into context menus
Mikayla Maki created
8044bef
v0.60.4
Max Brunsfeld created
8df84e0
Add MovePageUp and MovePageDown editor commands
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld and Mikayla Maki created
137a9ce
Enable auto-scroll when moving cursors in Editor::handle_input
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld and Mikayla Maki created
55576f8
Merge pull request #1758 from zed-industries/editor-paint-panic
Consolidate calculation of editor's visible row range
Max Brunsfeld created
78aee53
Merge pull request #1757 from zed-industries/detect-unshare
Clear project's shared state upon every disconnection
Max Brunsfeld created
8640204
Consolidate calculation of editor's visible row range
We think this will fix a panic that was occuring in `paint_highlighted_range` due to an out-of-bounds read into the line layouts. We think doing essentially the same calculation in two different ways with floating point numbers might have caused a different end row to be calculated in 2 different code paths. Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
2d3d07d
Clear project's shared state upon every disconnection
Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Antonio Scandurra <as-cii@zed.dev>
Max Brunsfeld , Nathan Sobo , and Antonio Scandurra created
ad6f9b2
0.60.3
Max Brunsfeld created
3309684
Merge pull request #1756 from zed-industries/autoclose-wrong-closing-bracket
Avoid skipping over a different closing bracket in autoclose
Max Brunsfeld created
4b12fb6
Avoid skipping over a different closing bracket in autoclose
Max Brunsfeld created
eef086f
0.60.2
Nathan Sobo created
6ac0b81
Merge pull request #1754 from zed-industries/fix-list-scroll
Pass the current view id when painting List's mouse region instead of 10
Nathan Sobo created
8d82702
Pass the current view id value when painting List's mouse region
Previously, a dummy value was being passed. I think this slipped in accidentally.
Nathan Sobo created
dde3dfd
Quick cut of using display point conversion to layout hunks
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
8d60995
Clean
Julia created
16f854b
Expand diff gutter indicator to cover all of a wrapped line
Julia created