aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/lib.rs
Commit message (Expand)AuthorAge
* Add support for Unicode inputLinden Krouse2024-05-01
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* Add hook/event systemPascal Kuthe2024-01-23
* Refactor Registers to take EditorMichael Davis2023-07-31
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Use OSC 52 as a fallback for setting the system clipboard (#3220)Charlie Groves2022-11-02
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Fix goto/view center mismatch (#4135)Brandon Dong2022-10-10
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28
* helix-term/commands: display buffer id in pickerCole Helbling2022-02-17
* Extract gutters into helix-viewBlaž Hrastnik2021-11-29
* Optimize space for DocumentId with NonZeroUsize (#1097)Ivan Tham2021-11-25
* Replace documents SlotMap with BTreeMapBlaž Hrastnik2021-11-04
* Regex prompts should have a history with a specifiable registerBlaž Hrastnik2021-09-08
* Add infoboxIvan Tham2021-07-04
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Add system clipboard yank and paste commandsBenoît CORTIER2021-06-20
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* Implement register selectionBenoît CORTIER2021-06-07
* Derive a separate ViewId type.Blaž Hrastnik2021-03-24
* Store Document on the Editor type, make View reference it.Blaž Hrastnik2021-03-22
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* Move theme from view to editor, support multiple views in editor.Blaž Hrastnik2020-12-03
* Refactor Editor into Application and Editor/Workspace.Blaž Hrastnik2020-10-16
* created prompt.rsJan Hrastnik2020-10-16
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21