| Commit message (Expand) | Author | Age |
* | add redraw command (#6949) | Weiyuan Wu | 2023-09-08 |
* | avoid excessive memory consumption in picker (#8127) | Pascal Kuthe | 2023-09-01 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | Add some function documentations (#5360) | Pascal Sommer | 2023-01-11 |
* | Remove redraw to fix build | Blaž Hrastnik | 2022-12-15 |
* | add redraw command (#4354) | Roberto Vidal | 2022-12-15 |
* | fix test compilation | Blaž Hrastnik | 2022-11-09 |
* | Move terminal out of compositor | Blaž Hrastnik | 2022-11-09 |
* | This term specific behavior really doesn't belong to compositor | Blaž Hrastnik | 2022-11-09 |
* | Drop terminal interaction in compositor.size() | Blaž Hrastnik | 2022-11-09 |
* | Editor::flush_writes returns an error | Skyler Hawthorne | 2022-10-19 |
* | Deduplicate flush_writes | Blaž Hrastnik | 2022-10-19 |
* | Use a single save_queue on the editor | Blaž Hrastnik | 2022-10-19 |
* | remove Callback::Compositor variant | Skyler Hawthorne | 2022-10-19 |
* | various fixes in write-all path | Skyler Hawthorne | 2022-10-19 |
* | fix panic when view of pending write is closed | Skyler Hawthorne | 2022-10-19 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | use test terminal backend for integration tests | Skyler Hawthorne | 2022-06-19 |
* | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
* | Make regex_prompt directly call cx.push_layer | Blaž Hrastnik | 2022-03-28 |
* | Fix bug with auto replacing components in compositor (#1711) | Gokul Soumya | 2022-03-03 |
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
* | Prevent multiple code action popups | Gokul Soumya | 2022-02-08 |
* | Macros (#1234) | Omnikar | 2021-12-12 |
* | ui: popup: Don't allow scrolling past the end of content | Blaž Hrastnik | 2021-12-10 |
* | Only use a single documentation popup (#1241) | Kirawi | 2021-12-08 |
* | Simplify compositor.find | Blaž Hrastnik | 2021-11-18 |
* | Fix doctest broken on 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | Prevent LSP Messages from displaying when a prompt is presented (#824) | Leoi Hung Kin | 2021-10-15 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 |
* | Resume last picker | Ivan Tham | 2021-07-22 |
* | Fix unused `Result` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
* | Fix unused variable, parameter, and `mut` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
* | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Add some async job infrastructure. | Joe Neeman | 2021-06-30 |
* | Fix AnyComponent test | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Add progress spinners to status line | wojciechkepka | 2021-06-21 |
* | Fix doc warnings | Ivan Tham | 2021-06-20 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Disable failing doctest | Blaž Hrastnik | 2021-06-07 |
* | Clippy lint | Blaž Hrastnik | 2021-06-03 |
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 |
* | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 |
* | Simplify the compositor callback. | Blaž Hrastnik | 2021-05-09 |
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |
* | Tokio migration. | Blaž Hrastnik | 2021-05-06 |