aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
Commit message (Expand)AuthorAge
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Handle disambiguated keycodes (#4887)Michael Davis2022-11-29
* Sync all document changes on view focusMichael Davis2022-11-29
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Sync changes with view in undo/redo/earlier/laterMichael Davis2022-11-29
* Remove calls to View::apply in undo/redo/earlier/laterMichael Davis2022-11-29
* Sync changes between doc and view on switchMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* Remove selections for closed views on all documents (#4888)Michael Davis2022-11-26
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* Limit the number of items in the jumplist (#4750)Michael Davis2022-11-22
* When buffer closes, focus on parent buffer (#4766)wes adams2022-11-18
* Factor out common code for focusing the next view (#4607)Michael Davis2022-11-17
* Add global error/warning count statusline element (#4569)Gaurav Tyagi2022-11-15
* Statusline indicator to show number of selected chars (#4682)wes adams2022-11-12
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Fix panic from two windows editing the same document (#4570)Michael Davis2022-11-03
* Use OSC 52 as a fallback for setting the system clipboard (#3220)Charlie Groves2022-11-02
* Allow the area to be bigger than u16 (width and height remain u16) (#4318)A-Walrus2022-10-26
* commands: Make no arg ':theme' show name (#3740)James O. D. Hunt2022-10-26
* cargo fmtBlaž Hrastnik2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* simplify encoding test macro (#4385)Kirawi2022-10-21
* Fix multi byte auto pairs (#4024)Skyler Hawthorne2022-10-21
* feat(view): re-use align_view function (#4390)Matouš Dzivjak2022-10-20
* chore(view): remove indent_unit helper fn (#4389)Matouš Dzivjak2022-10-20
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * reduce LSP timeout to 3sSkyler Hawthorne2022-10-19
| * fail if doc save sender is closedSkyler Hawthorne2022-10-19
| * Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
| * doc.close() now unusedBlaž Hrastnik2022-10-19
| * Wire up save_queue as a part of new_document rather than openBlaž Hrastnik2022-10-19
| * Use a write_count to determine how many writes left to flushBlaž Hrastnik2022-10-19
| * Deduplicate flush_writesBlaž Hrastnik2022-10-19
| * Use a single save_queue on the editorBlaž Hrastnik2022-10-19
| * review commentsSkyler Hawthorne2022-10-19
| * remove Document::format_and_saveSkyler Hawthorne2022-10-19
| * fix write scratch buffer to fileSkyler Hawthorne2022-10-19
| * Save text in document saved events, use in status messageSkyler Hawthorne2022-10-19
| * Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
| * fix erroneous write sender closeSkyler Hawthorne2022-10-19
| * increase LSP shutdown timeoutSkyler Hawthorne2022-10-19
| * fix modified status with auto formatSkyler Hawthorne2022-10-19
| * improve reliability of shutdownSkyler Hawthorne2022-10-19
| * fix buffer-closeSkyler Hawthorne2022-10-19
| * fix(write): do not set new path on document until write succeedsSkyler Hawthorne2022-10-19
| * fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19