aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/compositor.rs
Commit message (Collapse)AuthorAge
* minor: TODO comment cleanupBlaž Hrastnik2021-03-16
|
* ui: popup: scroll documentation popups with c-u/c-d.Blaž Hrastnik2021-03-08
|
* ui: Move terminal into compositor, redo required_size hints.Blaž Hrastnik2021-03-08
|
* ui: Share popup code with menu.Blaž Hrastnik2021-03-02
| | | | Menu is now just wrapped in a popup.
* ui: Make editor more resilient about being shrunk too small.Blaž Hrastnik2021-03-01
|
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09
|
* Refactoring: move language_servers into Editor, proper load for doc.Blaž Hrastnik2021-01-21
|
* Retrieve completion options on ctrl-x.Blaž Hrastnik2020-12-23
|
* ui: buffer picker on ctrl-bBlaž Hrastnik2020-12-21
|
* prompt: make the callback a FnOnce.Blaž Hrastnik2020-12-15
|
* Fix cursor positioning.Blaž Hrastnik2020-12-13
|
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13
|
* wip: Getting the new prompt to render in a new layer.Blaž Hrastnik2020-12-11
|
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
| | | | | Command needs to be able to deal with UI. We'll separate it again later on.
* snapshotBlaž Hrastnik2020-12-07
|
* wip: CompositorBlaž Hrastnik2020-12-06