Commit log
ab236a6
Fix divergence bug in undo/redo
Click to expand commit body
As part of #1405, we changed the way we performed undo and redo to
support combining transactions that were not temporally adjacent for
IME purposes.
We introduced a bug with that release that caused divergence
when performing undo: the bug was caused by only changing the visibility
of fragments whose insertion id was contained in the undo operation. However,
an undo operation also affects deletions which we were mistakenly not
considering. Randomized tests caught this but I guess we didn't run enough
of them.
Antonio Scandurra
created
3 years ago
da805b3
Merge pull request #1526 from zed-industries/crash-on-file-prompt-with-japanese-keyboard-layout
Click to expand commit body
Fix crash when attempting to show file prompt while using Japanese keyboard layout
Antonio Scandurra
created
3 years ago
5ad746e
Added alt screen mode check
Mikayla Maki
created
3 years ago
bf7b315
Added show character palette. Need to position correctly.
Mikayla Maki
created
3 years ago
1f82c0c
Repeat key problems fixed.
Mikayla Maki
created
3 years ago
2f2e550
Merged main into ime-finalize
Mikayla Maki
created
3 years ago
c612dc8
Merge pull request #1527 from zed-industries/ime-fix
Click to expand commit body
Fix panic on main
Mikayla Maki
created
3 years ago
aa75fbe
Fix panic on main
Mikayla Maki
created
3 years ago
94ba282
Checkpoint, alt-n l is very broken. Bisecting.
Mikayla Maki
created
3 years ago
e4eead6
Fix crash when attempting to show file prompt while using Japanese keyboard layout
Max Brunsfeld
created
3 years ago
3f50d15
Merge pull request #1523 from zed-industries/remove-gpl-dep
Click to expand commit body
Remove unused http-auth-basic dependency
Max Brunsfeld
created
3 years ago
18dc122
Begin work on IME changes
Mikayla Maki
created
3 years ago
ea09ef2
remove http-auth-basic dependency
Max Brunsfeld
created
3 years ago
73cd6b5
Merge pull request #1520 from zed-industries/terminal-blink
Click to expand commit body
Terminal cursor blinking
Mikayla Maki
created
3 years ago
b9c7312
Added a hollow mode to the cursor rendering code, for terminal lost focus
Mikayla Maki
created
3 years ago
bba51c3
Added cursor blink and settings
Mikayla Maki
created
3 years ago
1f00f6c
Merge pull request #1519 from zed-industries/go-to-def-link-font-size-change
Click to expand commit body
Clear any stale go-to-definition link when resizing the buffer font
Max Brunsfeld
created
3 years ago
754a130
Clear go-to-def link when deactivating the window
Max Brunsfeld
created
3 years ago
7b3a772
Basic cursor blinking :)
Mikayla Maki
created
3 years ago
7de8228
Clear stale go-to-def link when resizing buffer font
Max Brunsfeld
created
3 years ago
bb2245a
Merge pull request #1518 from zed-industries/add-terminal-focus
Click to expand commit body
Added focus-in and focus-out behavior to terminal
Mikayla Maki
created
3 years ago
a24e5b1
Fixed text rendering color based on focus
Mikayla Maki
created
3 years ago
761b211
Added focus-in and focus-out behavior to terminal
Mikayla Maki
created
3 years ago
f978ccb
Merge pull request #1516 from zed-industries/bootstrap-script
Click to expand commit body
Add bootstrap script, avoid hard-coding zed team members
Max Brunsfeld
created
3 years ago
51b98d5
Ensure a deterministic order to project activity summaries
Max Brunsfeld
created
3 years ago
e14f2b3
Removed old cargo params
Mikayla Maki
created
3 years ago
776095c
Add bootstrap script, avoid hard-coding zed team members
Max Brunsfeld
created
3 years ago
dfeb5e0
Merge pull request #1512 from zed-industries/autoscroll-filename-editor
Click to expand commit body
Autoscroll to filename editor when creating or renaming entry
Antonio Scandurra
created
3 years ago
4fcba08
Autoscroll to filename editor when creating or renaming entry
Click to expand commit body
Also, autoscroll when a filename editor goes off-screen and the user
types or changes selections.
Antonio Scandurra
created
3 years ago
119c25d
Merge pull request #1511 from zed-industries/rename-sidebar-items-toggle
Click to expand commit body
Rename `{project_panel,contacts_panel}::Toggle` to `ToggleFocus`
Antonio Scandurra
created
3 years ago
545f123
Rename `{project_panel,contacts_panel}::Toggle` to `ToggleFocus`
Antonio Scandurra
created
3 years ago
6dc0907
Merge pull request #1510 from zed-industries/toggle-full-screen
Click to expand commit body
Add `zed::ToggleFullScreen` bound to `ctrl-cmd-f`
Antonio Scandurra
created
3 years ago
b94366a
Add `zed::ToggleFullScreen` bound to `ctrl-cmd-f`
Antonio Scandurra
created
3 years ago
61684e6
Merge pull request #1494 from zed-industries/do-not-scroll-when-saving
Click to expand commit body
Don't scroll to cursor when performing file save
Julia
created
3 years ago
7b71554
Don't scroll to cursor when performing file save
ForLoveOfCats
created
3 years ago
9d57f76
Merge pull request #1496 from zed-industries/ime-stuff
Click to expand commit body
Remove Clippy from CI
Mikayla Maki
created
3 years ago
6839530
remove clippy :(
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
e220010
Make clippy happy
Mikayla Maki
created
3 years ago
804c4c5
Merge branch 'main' into ime-stuff
Mikayla Maki
created
3 years ago
4b945f5
Merge pull request #1495 from zed-industries/remove-clippy
Click to expand commit body
Removed clippy from default settings
Mikayla Maki
created
3 years ago
8cf2ae3
Removed clippy from default settings
Mikayla Maki
created
3 years ago
42c01c5
minor rustfmt fix
K Simmons
created
3 years ago
2de25e0
Merge pull request #1492 from zed-industries/add-clippy
Click to expand commit body
Add clippy! :D
Mikayla Maki
created
3 years ago
5417838
prettied up the ci yml
Mikayla Maki
created
3 years ago
073bd76
Fixed build errors in json_language
Mikayla Maki
created
3 years ago
c74d108
Testing with allow flags
K Simmons
created
3 years ago
Mikayla Maki
created
3 years ago
9aa3f2d
clippy fixes for focus change
K Simmons
created
3 years ago
8ba2f77
One big cleanup pass of clippy lints
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
Page 16 of 126