| Commit message (Expand) | Author | Age |
* | Skip rendering gutters when gutter width exceeds view width (#7821) | Anshul Dalal | 2023-08-08 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Fix underflow when repeating a completion that has a negative shift position ... | Philipp Mildenberger | 2023-06-12 |
* | Persist register selection in pending keymaps | Michael Davis | 2023-06-07 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | do not ignore mouse scrolling when on top of virtual text | Pascal Kuthe | 2023-03-27 |
* | Show diagnostic codes for LSP diagnostics (#6378) | Francesc Elies | 2023-03-21 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | correctly store snapshots when repeating insert-mode actions | Pascal Kuthe | 2023-03-09 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | create savepoint before requesting completion | Pascal Kuthe | 2023-03-09 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | highlight non-bar cursors (#5575) | Pascal Kuthe | 2023-01-18 |
* | Primary cursor colors by mode (#5130) | gibbz00 | 2023-01-18 |
* | mouse operations respect scrolloff (#5255) | jliaoh | 2022-12-23 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Remove eager application of transactions to all views | Michael Davis | 2022-11-29 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | minor: render_diagnostics doesn't require &self either | Blaž Hrastnik | 2022-11-19 |
* | Avoid repeatedly loading config | Blaž Hrastnik | 2022-11-19 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | Fix panic from two windows editing the same document (#4570) | Michael Davis | 2022-11-03 |
* | fix: repeating repeat operator (#4450) | Michał Zabielski | 2022-10-26 |
* | lsp: Resolve completion items missing documentation on idle (#4406) | Michael Davis | 2022-10-22 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
* | fix write-quit with auto format | Skyler Hawthorne | 2022-10-19 |
* | Replace `in_bounds` with calculation of end_indent | A-Walrus | 2022-10-17 |
* | Only draw indent guides within bounds | A-Walrus | 2022-10-17 |
* | Make skip_levels a u8 | A-Walrus | 2022-10-17 |
* | Fix rendering of lines longer than 2^16 | A-Walrus | 2022-10-17 |
* | Fix debug assertion for diagnostic sort order (#4319) | Michael Davis | 2022-10-16 |
* | Overlay all diagnostics with highest severity on top (#4113) | Michael Davis | 2022-10-11 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | Propagate idle timeout event to components (#3172) | Gokul Soumya | 2022-10-11 |
* | Add cursorcolumn (#4084) | A-Walrus | 2022-10-08 |
* | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |