Commit log
57146b6
Added variable rate refreshing based on terminal throughput. Should be the last of the performance improvements for now
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
20d4522
Move terminal modal keymap context to the connected view
K Simmons
created
3 years ago
0ccdc64
Working on finding a way of estimating throughput
Mikayla Maki
created
3 years ago
153305f
Finished long-lock style rendering. Need to dynamically adjust the notification rate to handle high throughput scenarios
Mikayla Maki
created
3 years ago
9dfdaae
Nearly done, not scheduling our own re-render yet
Mikayla Maki
created
3 years ago
Antonio Scandurra
created
3 years ago
426b577
Merge pull request #1419 from zed-industries/ime-regressions
Click to expand commit body
Fix IME regressions
Antonio Scandurra
created
3 years ago
f0814c7
Fix vim tests using old key bindings
Antonio Scandurra
created
3 years ago
6a718dc
Don't insert input when the `fn` key is held
Antonio Scandurra
created
3 years ago
d3f14fb
Dispatch application menu events if custom key equivalent wasn't found
Antonio Scandurra
created
3 years ago
5c5e7db
Fix vim keybindings containing the `shift` modifier
Click to expand commit body
They regressed as part of https://github.com/zed-industries/zed/pull/1405.
Antonio Scandurra
created
3 years ago
fe7ba09
Honor shift when converting keystroke to native key equivalent
Antonio Scandurra
created
3 years ago
f547c26
Restructure autoindent to preserve relative indentation of inserted text
Max Brunsfeld
created
3 years ago
537530b
:art: compute_autoindents
Max Brunsfeld
created
3 years ago
09ed149
Improve calculation of which lines are new when auto-indenting
Max Brunsfeld
created
3 years ago
d1e878f
Checkpoint, still not compiling
Mikayla Maki
created
3 years ago
6b9c1e7
Merge pull request #1417 from zed-industries/working-directory-regression
Click to expand commit body
Fixed regression in working directory code
Mikayla Maki
created
3 years ago
8a6605c
Added test covering this feature
Mikayla Maki
created
3 years ago
88202a5
Fixed regression in working directory code
Mikayla Maki
created
3 years ago
ace16b6
Checkpoint, still converting terminal to events. Not compiling
Mikayla Maki
created
3 years ago
Max Brunsfeld
created
3 years ago
20b8e03
Restore lack of bottom border on active tab
Click to expand commit body
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
71af876
removed stray file
Mikayla Maki
created
3 years ago
f20fc15
Merge pull request #1416 from zed-industries/update-theme-styles
Click to expand commit body
Rebalance text and icon color usage...
Nate Butler
created
3 years ago
01eed2c
Rebalance text and icon color usage...
Click to expand commit body
...to better differentiate between primary, secondary and muted.
Nate Butler
created
3 years ago
4ff007e
Merge pull request #1414 from zed-industries/fix-theme-issues
Click to expand commit body
Fix tab bar themes
Keith Simmons
created
3 years ago
2bd0819
Extract tab bar from workspace
K Simmons
created
3 years ago
0bbf116
Use Fontawesome Icons
Click to expand commit body
Update arrow variants, download, check marks to use Font awesome icon variants
Nate Butler
created
3 years ago
b73b58e
Merge pull request #1413 from zed-industries/sort-symbols-and-completions
Click to expand commit body
Improve sorting of project symbols and completions
Antonio Scandurra
created
3 years ago
8552ba1
Show symbols located in visible paths before ones located externally
Antonio Scandurra
created
3 years ago
f775cb2
Honor `sort_text` when language server provides completions
Antonio Scandurra
created
3 years ago
7f6b83d
Merge pull request #1412 from zed-industries/fix-go-formatting
Click to expand commit body
Clip invalid edits from LSP instead of reporting an error
Antonio Scandurra
created
3 years ago
45eb0e7
Clip invalid edits from LSP instead of reporting an error
Click to expand commit body
This fixes an issue with the Go language server, which reports invalid
formatting ranges when there's a missing newline at the end of the file.
Specifically, if the buffer is `N` lines long, it will try to insert the
newline at `Point(N + 1, 0)`.
I confirmed the behavior is the same in VS Code, and they indeed clip the
LSP ranges as well.
Antonio Scandurra
created
3 years ago
67e650b
Fixed conflicts
Mikayla Maki
created
3 years ago
aea3508
keeping both...
Mikayla Maki
created
3 years ago
bc2c8e0
Finished refactor for mutable terminal and long-single-lock style. Currently terminal is deadlocking instantly, need to just do the full refactor
Mikayla Maki
created
3 years ago
be4873b
Checkpoint, build failing
Mikayla Maki
created
3 years ago
27e76e3
Retouched a test, should still be failing
Mikayla Maki
created
3 years ago
889720d
Fixed conflict
Mikayla Maki
created
3 years ago
4d8cd6d
Added event buffering, need to figure out a proper fix
Mikayla Maki
created
3 years ago
9cefeb0
Merge pull request #1411 from zed-industries/no-gpu-log
Click to expand commit body
Log instead of showing an alert when exiting due to no GPU
Max Brunsfeld
created
3 years ago
2f7ad0a
Merge pull request #1410 from zed-industries/ctrl-c-regression
Click to expand commit body
Fixed keybinding regression
Mikayla Maki
created
3 years ago
ea82b93
Log instead of showing an alert when exiting due to no GPU
Click to expand commit body
Showing the alert resulted in a panic because tasks
dispatched to the app's main GCD queue continue
to run even while the alert is displayed.
Max Brunsfeld
created
3 years ago
Mikayla Maki
created
3 years ago
888405a
Merge pull request #1409 from zed-industries/middle-mouse-close-tabs
Click to expand commit body
Allow closing tabs with the middle mouse button
Julia
created
3 years ago
d9de026
Merge pull request #1405 from zed-industries/ime-support-2
Click to expand commit body
Improve support for non-US keyboards and input
Max Brunsfeld
created
3 years ago
13097ea
Update terminal test to reflect new text insertion approach
Max Brunsfeld
created
3 years ago
ab037fe
Simulate calling of text-insertion APIs in TestAppContext::dispatch_keystroke
Max Brunsfeld
created
3 years ago
a54d9f1
Add comment about noop performKeyEquivalent function
Max Brunsfeld
created
3 years ago
Page 3 of 110