949a28d
wip
K Simmons created
949a28d
wip
K Simmons created
88be4fe
Merge pull request #1804 from zed-industries/vim-go-to-line
fix jump to line number in vim mode
Kay Simmons created
625a626
Merge pull request #1820 from zed-industries/allow-mouse-move-through-dragged-item-receiver
Propagate mouse move event through dragged-item-receiver if not dragging
Julia created
ee440cf
Propagate mouse move event through dragged-item-receiver if not dragging
Julia created
cf2ec99
Merge pull request #1819 from zed-industries/remote-renames
Assign a new language when remote buffer is renamed
Antonio Scandurra created
bb0f6e8
Assign a new language when remote buffer is renamed
Antonio Scandurra created
4412217
Merge pull request #1817 from zed-industries/show-notifications-on-all-screens
Show call notifications on all screens
Antonio Scandurra created
1e85361
Log instead of panicking when we can't retrieve a drawable
Antonio Scandurra created
f611b44
Convert window frame rect to screen coordinates
Antonio Scandurra created
5984be3
Display call notifications on all screens
Antonio Scandurra created
5a8061a
Add the ability to open a window on a given screen
This is done by supplying the screen in the `WindowOptions` struct. Note that it's optional, and we will let the operating system choose which screen to show the window on when `screen` is not provided, as we did before this change.
Antonio Scandurra created
509c327
Merge pull request #1816 from zed-industries/letterbox-background
Use the same background color as the editor for `SharedScreen`
Antonio Scandurra created
56a66b3
Use the same background color as the editor for `SharedScreen`
Antonio Scandurra created
a7d86a1
Merge pull request #1812 from zed-industries/fix-500-error-on-user-join
Fix duplicate key error that occurs when a user joins that is already in the db
Joseph T. Lyons created
3833346
Fix duplicate key error that occurs when a user joins that is already in the db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Joseph T Lyons and Max Brunsfeld created
6a2dc44
Merge pull request #1802 from zed-industries/autoclose-with-same-start-and-end
Fix autoclose skipping when start and end are the same character
Max Brunsfeld created
e907331
Add test for autoclosing w/ matching start and end char
Max Brunsfeld created
3b67602
Merge pull request #1810 from zed-industries/contacts-scroll-position
Maintain scroll position in contacts list
Antonio Scandurra created
04477e9
Explicitly list cargo workspace members
This prevents build failures when there are stale subfolders under `crates/`.
Antonio Scandurra created
990c83e
Embed live_kit_client's .gitignore into top-level .gitignore
Co-authored-by: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
ddc7165
Maintain scroll position in contacts list
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
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
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
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
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
Add fn modifier
Kay Simmons created
8bd9577
Merge pull request #1791 from zed-industries/drag-tabs-more-places
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
'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
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
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
Add more explicit neovim testcase exemptions
Kay Simmons created