| Commit message (Expand) | Author | Age |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Apply transactions to all views (#4733) | Michael Davis | 2022-11-23 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | Use OSC 52 as a fallback for setting the system clipboard (#3220) | Charlie Groves | 2022-11-02 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Fix goto/view center mismatch (#4135) | Brandon Dong | 2022-10-10 |
* | Split off dap event handlers into helix-view to allow reuse | Blaž Hrastnik | 2022-03-28 |
* | helix-term/commands: display buffer id in picker | Cole Helbling | 2022-02-17 |
* | Extract gutters into helix-view | Blaž Hrastnik | 2021-11-29 |
* | Optimize space for DocumentId with NonZeroUsize (#1097) | Ivan Tham | 2021-11-25 |
* | Replace documents SlotMap with BTreeMap | Blaž Hrastnik | 2021-11-04 |
* | Regex prompts should have a history with a specifiable register | Blaž Hrastnik | 2021-09-08 |
* | Add infobox | Ivan Tham | 2021-07-04 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix previous broken refactor key into helix-view | Ivan Tham | 2021-06-24 |
* | Add system clipboard yank and paste commands | Benoît CORTIER | 2021-06-20 |
* | Revert "Refactor key into helix-view" | Blaž Hrastnik | 2021-06-19 |
* | Refactor key into helix-view | Ivan Tham | 2021-06-19 |
* | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | Derive a separate ViewId type. | Blaž Hrastnik | 2021-03-24 |
* | Store Document on the Editor type, make View reference it. | Blaž Hrastnik | 2021-03-22 |
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 |
* | move commands and keymap back to terminal. | Blaž Hrastnik | 2020-12-10 |
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 |
* | Move theme from view to editor, support multiple views in editor. | Blaž Hrastnik | 2020-12-03 |
* | Refactor Editor into Application and Editor/Workspace. | Blaž Hrastnik | 2020-10-16 |
* | created prompt.rs | Jan Hrastnik | 2020-10-16 |
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 |