| Commit message (Expand) | Author | Age |
* | Fix transaction composition order in History::changes_since (#4981) | Michael Davis | 2022-12-03 |
* | Use lowest common ancestor search in History::changes_since | Michael Davis | 2022-11-29 |
* | Follow parent links when calculating changes since a revision | Michael Davis | 2022-11-24 |
* | Apply inversions to Views on undo/redo | Michael Davis | 2022-11-24 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
* | Add movement shortcut for history (#1088) | Ivan Tham | 2021-11-14 |
* | minor: Import Range too | Blaž Hrastnik | 2021-11-14 |
* | Implement "Goto last modification" command (#1067) | ath3 | 2021-11-14 |
* | Add hyperlinks to fix `cargo doc` warn (#931) | Omnikar | 2021-10-29 |
* | Document more of helix-core (#904) | Kirawi | 2021-10-25 |
* | Fix all remaining warnings in helix-core except for two. | Nathan Vegdahl | 2021-07-02 |
* | Remove #[allow(unused)] from helix-core, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Add :earlier and :later commands that can be used to navigate the full edit h... | Jakub Bartodziej | 2021-06-11 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Separate document history into Cell | Ivan Tham | 2021-06-02 |
* | doc: Be smarter about calculating modified status. | Blaž Hrastnik | 2021-05-03 |
* | Fully drop State references. | Blaž Hrastnik | 2021-03-31 |
* | clippy lint | Blaž Hrastnik | 2021-03-24 |
* | Make Transaction::change only rely on the rope. | Blaž Hrastnik | 2021-03-18 |
* | Cleanup: use doc.selection() instead of doc.state.selection(). | Blaž Hrastnik | 2021-03-14 |
* | Fix undo/redo not updating the syntax tree. | Blaž Hrastnik | 2020-12-03 |
* | history.redo() | Blaž Hrastnik | 2020-10-13 |
* | Undo tree draft. | Blaž Hrastnik | 2020-10-13 |