| Commit message (Expand) | Author | Age |
* | Refactor toml::Value->Theme conversion | Michael Davis | 2023-01-24 |
* | Fix compatibility with toml 0.6.0 | Michael Davis | 2023-01-24 |
* | build(deps): bump toml from 0.5.10 to 0.6.0 | dependabot[bot] | 2023-01-24 |
* | Switch from toml::from_slice to toml::from_str (#5659) | Pascal Kuthe | 2023-01-24 |
* | build(deps): bump which from 4.3.0 to 4.4.0 (#5655) | dependabot[bot] | 2023-01-23 |
* | Make clippy happy on Windows (#5644) | Jonathan LEI | 2023-01-23 |
* | refactor(helix-view): remove cfg_attr references a nonexistent feature (#5630) | Yuta Yamaguchi | 2023-01-22 |
* | Add configuration for min width of line-numbers gutter (#4724) | Doug Kelkhoff | 2023-01-21 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Add command to rotate view backward (#5356) | mejo13 | 2023-01-17 |
* | Fix for lost clipboard contents (#5424) (#5426) | gavynriebau | 2023-01-16 |
* | Add some function documentations (#5360) | Pascal Sommer | 2023-01-11 |
* | build(deps): bump clipboard-win from 4.4.2 to 4.5.0 (#5475) | dependabot[bot] | 2023-01-10 |
* | build(deps): bump arc-swap from 1.5.1 to 1.6.0 (#5375) | dependabot[bot] | 2023-01-03 |
* | build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373) | dependabot[bot] | 2023-01-03 |
* | Add a status line element that shows just the basename of the file (#5318) | Nick | 2022-12-31 |
* | Fix theme inheritance for default themes (#5218) | jliaoh | 2022-12-30 |
* | Improve error message handling for theme loading failures (#5073) | Michael Davis | 2022-12-15 |
* | Reset mode when changing buffers (#5072) | Michael Davis | 2022-12-11 |
* | Use OSC 52 for tmux copy (#5027) | Jonathan LEI | 2022-12-07 |
* | fix: align view after jumplist_picker (#3743) | Narazaki Shuji | 2022-12-06 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Handle disambiguated keycodes (#4887) | Michael Davis | 2022-11-29 |
* | Sync all document changes on view focus | Michael Davis | 2022-11-29 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Sync changes with view in undo/redo/earlier/later | Michael Davis | 2022-11-29 |
* | Remove calls to View::apply in undo/redo/earlier/later | Michael Davis | 2022-11-29 |
* | Sync changes between doc and view on switch | Michael Davis | 2022-11-29 |
* | Revert "Don't apply transactions to Views in undo/redo" | Michael Davis | 2022-11-29 |
* | Remove selections for closed views on all documents (#4888) | Michael Davis | 2022-11-26 |
* | Don't apply transactions to Views in undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | Limit the number of items in the jumplist (#4750) | Michael Davis | 2022-11-22 |
* | When buffer closes, focus on parent buffer (#4766) | wes adams | 2022-11-18 |
* | Factor out common code for focusing the next view (#4607) | Michael Davis | 2022-11-17 |
* | Add global error/warning count statusline element (#4569) | Gaurav Tyagi | 2022-11-15 |
* | Statusline indicator to show number of selected chars (#4682) | wes adams | 2022-11-12 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Fix panic from two windows editing the same document (#4570) | Michael Davis | 2022-11-03 |
* | Use OSC 52 as a fallback for setting the system clipboard (#3220) | Charlie Groves | 2022-11-02 |
* | build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548) | dependabot[bot] | 2022-11-01 |
* | Allow the area to be bigger than u16 (width and height remain u16) (#4318) | A-Walrus | 2022-10-26 |
* | commands: Make no arg ':theme' show name (#3740) | James O. D. Hunt | 2022-10-26 |
* | cargo fmt | Blaž Hrastnik | 2022-10-21 |
* | Autosave all when the terminal loses focus (#3178) | Charlie Groves | 2022-10-21 |
* | simplify encoding test macro (#4385) | Kirawi | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | feat(view): re-use align_view function (#4390) | Matouš Dzivjak | 2022-10-20 |