aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/compositor.rs
Commit message (Expand)AuthorAge
* Add file explorer and tree helperJJ2023-11-01
* add redraw command (#6949)Weiyuan Wu2023-09-08
* avoid excessive memory consumption in picker (#8127)Pascal Kuthe2023-09-01
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Add some function documentations (#5360)Pascal Sommer2023-01-11
* Remove redraw to fix buildBlaž Hrastnik2022-12-15
* add redraw command (#4354)Roberto Vidal2022-12-15
* fix test compilationBlaž Hrastnik2022-11-09
* Move terminal out of compositorBlaž Hrastnik2022-11-09
* This term specific behavior really doesn't belong to compositorBlaž Hrastnik2022-11-09
* Drop terminal interaction in compositor.size()Blaž Hrastnik2022-11-09
* Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
* Deduplicate flush_writesBlaž Hrastnik2022-10-19
* Use a single save_queue on the editorBlaž Hrastnik2022-10-19
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* various fixes in write-all pathSkyler Hawthorne2022-10-19
* fix panic when view of pending write is closedSkyler Hawthorne2022-10-19
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* use test terminal backend for integration testsSkyler Hawthorne2022-06-19
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* Make regex_prompt directly call cx.push_layerBlaž Hrastnik2022-03-28
* Fix bug with auto replacing components in compositor (#1711)Gokul Soumya2022-03-03
* Close some popups automatically (#1285)Bram2022-02-23
* Prevent multiple code action popupsGokul Soumya2022-02-08
* Macros (#1234)Omnikar2021-12-12
* ui: popup: Don't allow scrolling past the end of contentBlaž Hrastnik2021-12-10
* Only use a single documentation popup (#1241)Kirawi2021-12-08
* Simplify compositor.findBlaž Hrastnik2021-11-18
* Fix doctest broken on 2021 editionBlaž Hrastnik2021-10-22
* Prevent LSP Messages from displaying when a prompt is presented (#824)Leoi Hung Kin2021-10-15
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* Add ctrl-z to suspendIvan Tham2021-08-03
* Resume last pickerIvan Tham2021-07-22
* Fix unused `Result` warnings in helix-term.Nathan Vegdahl2021-07-02
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Add some async job infrastructure.Joe Neeman2021-06-30
* Fix AnyComponent testBlaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add progress spinners to status linewojciechkepka2021-06-21
* Fix doc warningsIvan Tham2021-06-20
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Disable failing doctestBlaž Hrastnik2021-06-07
* Clippy lintBlaž Hrastnik2021-06-03
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* autoresize terminal in compositor renderJan Hrastnik2021-06-02
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09