Commit log
3cc07c1
Fix some drag and drop issues including the mouse cursor not being locked to pointer, tooltips being incorrect when a dragged tab is used, and some subscription leaks from panes
K Simmons
created
3 years ago
74a2b09
Start work on randomized test for SyntaxMap, fix discovered bugs
Max Brunsfeld
created
3 years ago
579c84b
Merge pull request #1515 from zed-industries/drag-and-drop
Click to expand commit body
Drag and drop
K Simmons
created
3 years ago
8591c3f
Merge branch 'main' into drag-and-drop
K Simmons
created
3 years ago
22f62ee
Add tests for Pane::add_item
K Simmons
created
3 years ago
042ece0
Drag and drop tabs working. all known bugs fixed
K Simmons
created
3 years ago
1f12186
Update to latest tree-sitter commit
Click to expand commit body
This is needed for https://github.com/tree-sitter/tree-sitter/pull/1845
Max Brunsfeld
created
3 years ago
345b266
Add missing rust highlights
Max Brunsfeld
created
3 years ago
d48380b
Fix pattern order in C++ highlight query
Click to expand commit body
Later patterns take precedence in Zed, so function names were previously
being highlighted as variables due to the plain `identifier` pattern.
Max Brunsfeld
created
3 years ago
f96c19b
Add injection queries for macro bodies in C and C++
Max Brunsfeld
created
3 years ago
61b70b7
Fix re-parsing when buffer's language has changed
Max Brunsfeld
created
3 years ago
015b6c4
Fix test about auto-indent with no indent query
Max Brunsfeld
created
3 years ago
b3f4c73
Clean up some of buffer's syntax-related methods
Max Brunsfeld
created
3 years ago
3245e4f
Fix out-of-range panic when requesting outline items at EOF
Max Brunsfeld
created
3 years ago
587175d
Update syntax map's interpolated version when a parse completes
Max Brunsfeld
created
3 years ago
ced45cb
Use SyntaxMap in Buffer
Max Brunsfeld
created
3 years ago
daf33fc
Merge pull request #1557 from zed-industries/operations-hang
Click to expand commit body
Prevent guest disconnection when opening buffers with many operations
Nathan Sobo
created
3 years ago
1be6441
Merge pull request #1556 from zed-industries/term-scroll-to-edge
Click to expand commit body
Added dragging and scrolling integration in terminal
Mikayla Maki
created
3 years ago
0a97a9c
Change dragged tab styling
K Simmons
created
3 years ago
5c38021
Move pane item reordering from activate_tab to add_item_at.
Click to expand commit body
Co-authored-by: nathan@zed.dev
K Simmons
and
nathan@zed.dev
created
3 years ago
de3acbd
Introduce ReorderBehavior to pane, and address drag and drop offset error
K Simmons
created
3 years ago
c0db1ad
finished drag and scrolling
Mikayla Maki
created
3 years ago
fa10b44
fixed scrolling and dragging now
Mikayla Maki
created
3 years ago
9113c94
Add SyntaxMap methods for running queries and combining their results
Max Brunsfeld
created
3 years ago
71e17a5
Fix case where layers were processed linearly when reparsing
Max Brunsfeld
created
3 years ago
f0d35cc
Move operation serialization off the main thread
Antonio Scandurra
created
3 years ago
954695f
Stream buffer ops in the background when creating buffer for peers
Antonio Scandurra
created
3 years ago
ec48ffc
Simplify `proto::Buffer` to express its fields in terms of operations
Antonio Scandurra
created
3 years ago
77670cb
Added scroll-to-edge.
Mikayla Maki
created
3 years ago
ae9e133
Fix more bugs in syntax map interpolation
Max Brunsfeld
created
3 years ago
9d20b66
Merge branch 'main' into drag-and-drop
K Simmons
created
3 years ago
13e9336
Merge branch 'main' into drag-and-drop
K Simmons
created
3 years ago
01e3f11
Merge pull request #1555 from zed-industries/terminal-renaming
Click to expand commit body
Renamed all the terminal files
Mikayla Maki
created
3 years ago
e445363
Removed EventHandler from workspace in favor of mouse event handler
K Simmons
created
3 years ago
24155d3
Renamed all the terminal files
Mikayla Maki
created
3 years ago
0f43ef9
Dispatch Event refactoring. Appears to be workingCo-Authored-By: nathan@zed.dev
K Simmons
created
3 years ago
b97940b
more wip but currently beach balling
K Simmons
created
3 years ago
3fb4e63
Rework presenter dispatch_event to allow isolated propogation of individual MouseRegionEvent types Co-Authored-By: mikayla@zed.dev
K Simmons
created
3 years ago
K Simmons
created
3 years ago
03a344a
properly constrained tab
K Simmons
created
3 years ago
ab9f073
fixed merge errors
K Simmons
created
3 years ago
133c194
wip tab drag and drop
K Simmons
created
3 years ago
86fdd55
Combined presenter mouse region event dispatching and added support up_out, and drag_over
K Simmons
created
3 years ago
a650c14
more event wip
K Simmons
created
3 years ago
53add25
wip new mouse region events
K Simmons
created
3 years ago
d50c819
Merge pull request #1554 from zed-industries/modal-terminal-keybinding
Click to expand commit body
Added experimental keybinding for the modal terminal
Mikayla Maki
created
3 years ago
4f5ab74
Added instructions for how to add feature flags
Mikayla Maki
created
3 years ago
093ab96
Added experimental keybinding for the modal terminal
Mikayla Maki
created
3 years ago
58fda5a
Test more editing patterns of SyntaxMap, fix bugs
Max Brunsfeld
created
3 years ago
23fc061
Merge pull request #1553 from zed-industries/feature-flag
Click to expand commit body
Feature flag
Mikayla Maki
created
3 years ago
Page 25 of 138