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
3 years ago
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
3 years ago
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
3 years ago
f364a15
Prevent expanded dock from hiding contacts popover
Antonio Scandurra
created
3 years ago
2b4fd53
Rename height to z-index
Antonio Scandurra
created
3 years ago
dfe2fd0
Allow specifying a custom height for stacking contexts
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
33ebfc3
Rename `depth` to `height` when referring to stacking contexts
Antonio Scandurra
created
3 years ago
6a4f3aa
Create a `SceneBuilder` and sort stacking contexts when calling `build`
Antonio Scandurra
created
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
2a37732
Show a `Calling` indicator right away when initiating a call
Antonio Scandurra
created
3 years ago
782676d
fix jump to line number in vim mode
K Simmons
created
3 years ago
68717d0
Merge pull request #1792 from zed-industries/fn-modifier
Click to expand commit body
Add fn modifier
Kay Simmons
created
3 years ago
8bd9577
Merge pull request #1791 from zed-industries/drag-tabs-more-places
Click to expand commit body
Drag tabs more places
Kay Simmons
created
3 years ago
2ac5373
fix failing test
K Simmons
created
3 years ago
82956b6
remove derive_more
K Simmons
created
3 years ago
a725ded
Add fn modifier to modifier keys in gpui and refactor platform events to use a single modifiers struct
K Simmons
created
3 years ago
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
3 years ago
aed085b
remove unnecessary Move branch in dispatch_events
K Simmons
created
3 years ago
3455446
remove more notify on moves
K Simmons
created
3 years ago
4520227
remove mouse position from render params
K Simmons
created
3 years ago
f5795ff
roll back mouse position in mouse_state struct in favor of using the dragged element position
K Simmons
created
3 years ago
8cde64d
extract dragged item target
K Simmons
created
3 years ago
d7b8a18
fix issue where empty pane is created
K Simmons
created
3 years ago
cfde3e3
Add pane splitting by dragged item. Works, but the overlay doesn't clear quite right
K Simmons
created
3 years ago
70e2951
add mouse region handler bool for adding the handler above the child
K Simmons
created
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
64e9b9f
remove mode after which is unused
K Simmons
created
3 years ago
21ad375
Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored
K Simmons
created
3 years ago
cb9534e
Fix autoclose skipping when start and end are the same character
Max Brunsfeld
created
3 years ago
8b43368
Checkout submodules on CI when publishing collab images
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
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
3 years ago
e527474
removed dev file
Mikayla Maki
created
3 years ago
73f2671
Delete generate-db.rs
Mikayla Maki
created
3 years ago
40290a9
Added notify call
Mikayla Maki
created
3 years ago
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
3 years ago
c80395f
Merge branch 'main' into auto-deploy-collab
Max Brunsfeld
created
3 years ago
95be2c6
Add version bump scripts
Max Brunsfeld
created
3 years ago
fb7a922
Merge pull request #1793 from zed-industries/screen-sharing
Click to expand commit body
Introduce screen-sharing
Antonio Scandurra
created
3 years ago
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
3 years ago
011085a
Revert "Temporarily upload app bundle as CI artifact"
Click to expand commit body
This reverts commit 2b5ac535b91aa5a8cd56deb76a8fe9b7f8dd67ba.
Antonio Scandurra
created
3 years ago
dce2190
Bump protocol version
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Page 6 of 137