aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/popup.rs
Commit message (Expand)AuthorAge
* Support drawing popup frame (#4313)ath32023-12-19
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* Add some function documentations (#5360)Pascal Sommer2023-01-11
* Popup scrollbar (#4449)Manos Mertzianis2022-11-15
* 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
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* deletion of lines affecting popup scrolling (#2497)Alexis Kalabura2022-05-20
* Restore document state on completion cancel (#2096)Andrey Tkachenko2022-04-20
* Close some popups automatically (#1285)Bram2022-02-23
* Render code actions as a menu, allow adding padding to popupBlaž Hrastnik2022-01-31
* 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
* Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
* ui: Trigger recalculate_size per popup render so contents can readjustBlaž Hrastnik2021-09-13
* Optimize completion doc position. (#691)CossonLeo2021-09-08
* fix: ui: Pin popups with no positioning to the initial cursor positionBlaž Hrastnik2021-08-19
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* 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
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Fix documentation popup panicwojciechkepka2021-06-10
* Drop some useless imports.Blaž Hrastnik2021-05-09
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27
* Merge some imports.Blaž Hrastnik2021-03-22
* pass clippy lintBlaž Hrastnik2021-03-11
* 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: wip: Markdown doc renderer.Blaž Hrastnik2021-03-05
* ui: Scrollable popup menu, with scrollbar indicator.Blaž Hrastnik2021-03-03
* clippy lintBlaž Hrastnik2021-03-02
* ui: Share popup code with menu.Blaž Hrastnik2021-03-02
* ui: Calculate popup rendering and sizing.Blaž Hrastnik2021-03-02
* lsp: Hover documentation draft.Blaž Hrastnik2021-02-25