Commit log

990c83e Embed live_kit_client's .gitignore into top-level .gitignore

Click to expand commit body
Co-authored-by: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

ddc7165 Maintain scroll position in contacts list

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

e5e5cf1 Merge pull request #1809 from zed-industries/contacts-popover-z-index

Click to expand commit body
Prevent expanded dock from hiding contacts popover

Antonio Scandurra created

f364a15 Prevent expanded dock from hiding contacts popover

Antonio Scandurra created

2b4fd53 Rename height to z-index

Antonio Scandurra created

dfe2fd0 Allow specifying a custom height for stacking contexts

Antonio Scandurra created

2055f05 :lipstick:

Antonio Scandurra created

33ebfc3 Rename `depth` to `height` when referring to stacking contexts

Antonio Scandurra created

6a4f3aa Create a `SceneBuilder` and sort stacking contexts when calling `build`

Antonio Scandurra created

c1f7ac0 Merge pull request #1808 from zed-industries/fix-diagnostics-on-rust

Click to expand commit body
Match progress token's prefix to detect disk-based diagnostic progress

Antonio Scandurra created

19adfdf Match progress token's prefix to detect disk-based diagnostic progress

Click to expand commit body
The new version of rust-analyzer changed the disk-based diagnostic token
to `rust-analyzer/checkOnSave/0`. The trailing number could be different
from 0 when there are multiple Rust projects open using the same rust-analyzer
instance.

As such, with this commit we will perform a prefix match as opposed to a strict
equality check when detecting a disk-based diagnostics progress token.

Antonio Scandurra created

af74d54 Merge pull request #1806 from zed-industries/pending-state-when-calling

Click to expand commit body
Show a `Calling` indicator right away when initiating a call

Antonio Scandurra created

2a37732 Show a `Calling` indicator right away when initiating a call

Antonio Scandurra created

782676d fix jump to line number in vim mode

K Simmons created

68717d0 Merge pull request #1792 from zed-industries/fn-modifier

Click to expand commit body
Add fn modifier

Kay Simmons created

8bd9577 Merge pull request #1791 from zed-industries/drag-tabs-more-places

Click to expand commit body
Drag tabs more places

Kay Simmons created

2ac5373 fix failing test

K Simmons created

82956b6 remove derive_more

K Simmons created

a725ded Add fn modifier to modifier keys in gpui and refactor platform events to use a single modifiers struct

K Simmons created

113b7f6 tweak drop target overlay color and make stack fully constraint children by the first child

Click to expand commit body
's size

K Simmons created

aed085b remove unnecessary Move branch in dispatch_events

K Simmons created

3455446 remove more notify on moves

K Simmons created

4520227 remove mouse position from render params

K Simmons created

f5795ff roll back mouse position in mouse_state struct in favor of using the dragged element position

K Simmons created

8cde64d extract dragged item target

K Simmons created

d7b8a18 fix issue where empty pane is created

K Simmons created

cfde3e3 Add pane splitting by dragged item. Works, but the overlay doesn't clear quite right

K Simmons created

70e2951 add mouse region handler bool for adding the handler above the child

K Simmons created

ba35536 Add action to move active item into the dock

Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>

Julia and Kay Simmons created

b9f9819 Handle tab drag end on pane items to insert after active item

Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>

Julia and Kay Simmons created

076d353 Merge pull request #1803 from zed-industries/fix-vim-motion-panic

Click to expand commit body
Add more explicit neovim testcase exemptions

Kay Simmons created

64e9b9f remove mode after which is unused

K Simmons created

21ad375 Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored

K Simmons created

cb9534e Fix autoclose skipping when start and end are the same character

Max Brunsfeld created

8b43368 Checkout submodules on CI when publishing collab images

Max Brunsfeld created

c96c8fd collab 0.2.0

Max Brunsfeld created

c295f94 Merge pull request #1799 from zed-industries/fix-project-panel-notify

Click to expand commit body
Fix project panel not showing files / folders

Mikayla Maki created

e527474 removed dev file

Mikayla Maki created

73f2671 Delete generate-db.rs

Mikayla Maki created

40290a9 Added notify call

Mikayla Maki created

bd35468 Merge pull request #1785 from zed-industries/auto-deploy-collab

Click to expand commit body
Automatically build collab server docker images based on git tags

Max Brunsfeld created

c80395f Merge branch 'main' into auto-deploy-collab

Max Brunsfeld created

95be2c6 Add version bump scripts

Max Brunsfeld created

fb7a922 Merge pull request #1793 from zed-industries/screen-sharing

Click to expand commit body
Introduce screen-sharing

Antonio Scandurra created

8c2ff69 Render a tooltip on toggle screen sharing button

Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>

Nathan Sobo and Antonio Scandurra created

011085a Revert "Temporarily upload app bundle as CI artifact"

Click to expand commit body
This reverts commit 2b5ac535b91aa5a8cd56deb76a8fe9b7f8dd67ba.

Antonio Scandurra created

dce2190 Bump protocol version

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

2b5ac53 Temporarily upload app bundle as CI artifact

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

484c8f7 Provide LiveKit environment variables on Kubernetes

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

7e4d582 Replace `Screen Sharing` label with `Screen`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created