aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/transaction.rs
Commit message (Expand)AuthorAge
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Separate document history into CellIvan Tham2021-06-02
* core: Improve changeset composition behavior.Blaž Hrastnik2021-04-06
* Fully drop State references.Blaž Hrastnik2021-03-31
* Transaction: Add a changes_iter() that can convert back to a list of ChangesBlaž Hrastnik2021-03-29
* Transaction: need to consume insert | delete properly.Blaž Hrastnik2021-03-29
* clippy lintBlaž Hrastnik2021-03-24
* Merge some imports.Blaž Hrastnik2021-03-22
* Selection: fail early if new() is called with no ranges.Blaž Hrastnik2021-03-22
* Implement iter() and len() directly on Selection.Blaž Hrastnik2021-03-19
* Remove State from a few more signatures.Blaž Hrastnik2021-03-18
* Make Transaction::change only rely on the rope.Blaž Hrastnik2021-03-18
* Cleanup: use doc.selection() instead of doc.state.selection().Blaž Hrastnik2021-03-14
* transaction: Also modify map_pos to work with insert|delete order.Blaž Hrastnik2021-02-18
* minor changesBlaž Hrastnik2021-02-17
* Optimize Changeset::is_empty()Blaž Hrastnik2021-02-16
* Since insert preceedes deletes, follow that ordering in Transaction::changes.Blaž Hrastnik2021-02-16
* transaction: Use builder methods to generate compact changesets.Blaž Hrastnik2021-02-16
* transaction: Merge consecutive inserts on compose.Blaž Hrastnik2021-02-15
* Address clippy lints.Blaž Hrastnik2021-01-08
* Text change generation, RPC call handling.Blaž Hrastnik2020-12-03
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* Validate compose len after applying a is same as before applying b.Blaž Hrastnik2020-10-14
* Fix overlapping (insert | delete) composeBlaž Hrastnik2020-10-14
* Fix compose not merging certain changesets correctly.Blaž Hrastnik2020-10-14
* Don't try to compose zero-width deletes.Blaž Hrastnik2020-10-13
* Simplify changeset tracking.Blaž Hrastnik2020-10-13
* CleanupBlaž Hrastnik2020-10-13
* Simple yank/paste registers.Blaž Hrastnik2020-10-13
* Fix changeset composition, lengths don't have to match.Blaž Hrastnik2020-10-13
* Hacky undo/redo integration.Blaž Hrastnik2020-10-13
* Undo tree draft.Blaž Hrastnik2020-10-13
* Fix transaction.invert()/.apply() using byte counts instead of char counts.Blaž Hrastnik2020-10-04
* Implement Transaction::invert.Blaž Hrastnik2020-10-02
* Split selection on regex, fix InputEdit generation.Blaž Hrastnik2020-09-28
* Extend selection commands.Blaž Hrastnik2020-09-28
* Command needs access to view information for certain changes.Blaž Hrastnik2020-09-19
* More work on the UI.Blaž Hrastnik2020-09-19
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* Simplify some more code.Blaž Hrastnik2020-09-13
* Avoid collect() by accepting iterators into Transaction::change.Blaž Hrastnik2020-09-13
* Add 'A', 'I' commands.Blaž Hrastnik2020-09-13
* Add 'o' command.Blaž Hrastnik2020-09-13
* Change -> Operation, Change2 -> ChangeBlaž Hrastnik2020-09-13
* Abstract Transaction::change from change_by_selection.Blaž Hrastnik2020-09-13
* Abstract Transaction::change_by_selection, working del/backspace.Blaž Hrastnik2020-09-13
* Expand transaction API.Blaž Hrastnik2020-09-07
* cleanup: Make Buffer just a part of State.Blaž Hrastnik2020-09-07
* Work on insert mode.Blaž Hrastnik2020-09-07
* Allow unused code for the time being.Blaž Hrastnik2020-06-02