| Commit message (Expand) | Author | Age |
* | 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 |
* | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
* | deletion of lines affecting popup scrolling (#2497) | Alexis Kalabura | 2022-05-20 |
* | Restore document state on completion cancel (#2096) | Andrey Tkachenko | 2022-04-20 |
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
* | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
* | 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 |
* | Refactor keyevent handling using key, ctrl macros (#1058) | Gokul Soumya | 2021-11-10 |
* | ui: Trigger recalculate_size per popup render so contents can readjust | Blaž Hrastnik | 2021-09-13 |
* | Optimize completion doc position. (#691) | CossonLeo | 2021-09-08 |
* | fix: ui: Pin popups with no positioning to the initial cursor position | Blaž Hrastnik | 2021-08-19 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | 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 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
* | Fix documentation popup panic | wojciechkepka | 2021-06-10 |
* | Drop some useless imports. | Blaž Hrastnik | 2021-05-09 |
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
* | Simplify the compositor callback. | Blaž Hrastnik | 2021-05-09 |
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
* | Filter the completion menu based on text entered. | Blaž Hrastnik | 2021-03-27 |
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
* | pass clippy lint | Blaž Hrastnik | 2021-03-11 |
* | ui: popup: scroll documentation popups with c-u/c-d. | Blaž Hrastnik | 2021-03-08 |
* | ui: Move terminal into compositor, redo required_size hints. | Blaž Hrastnik | 2021-03-08 |
* | ui: wip: Markdown doc renderer. | Blaž Hrastnik | 2021-03-05 |
* | ui: Scrollable popup menu, with scrollbar indicator. | Blaž Hrastnik | 2021-03-03 |
* | clippy lint | Blaž Hrastnik | 2021-03-02 |
* | ui: Share popup code with menu. | Blaž Hrastnik | 2021-03-02 |
* | ui: Calculate popup rendering and sizing. | Blaž Hrastnik | 2021-03-02 |
* | lsp: Hover documentation draft. | Blaž Hrastnik | 2021-02-25 |