| Commit message (Expand) | Author | Age |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | ui: completion: Use sort_text to sort the completions | Blaž Hrastnik | 2021-08-11 |
* | ui: menu: Allow wrapping around on ctrl-p/shift tab | Blaž Hrastnik | 2021-08-06 |
* | fix: ui/menu: Don't allow scrolling past the end of completion | Blaž Hrastnik | 2021-07-23 |
* | Simplify ui/menu.rs | Blaž Hrastnik | 2021-07-23 |
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
* | 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 |
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix Shift-Tab for moving upwards in menu | Kevin Sjöberg | 2021-06-09 |
* | ui: Menu rendering adjustments | Blaž Hrastnik | 2021-05-27 |
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
* | Drop some useless imports. | Blaž Hrastnik | 2021-05-09 |
* | Simplify the compositor callback. | Blaž Hrastnik | 2021-05-09 |
* | Define text color (mostly) in theme.toml. | Blaž Hrastnik | 2021-05-07 |
* | clippy lint | Blaž Hrastnik | 2021-05-06 |
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
* | clippy lint | Blaž Hrastnik | 2021-03-31 |
* | Filter the completion menu based on text entered. | Blaž Hrastnik | 2021-03-27 |
* | Fix crash if pressing enter when nothing selected in completion. | Blaž Hrastnik | 2021-03-24 |
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
* | syntax: Reuse parser instances. highlight_iter() no longer needs &mut. | Blaž Hrastnik | 2021-03-12 |
* | ui: menu: Adjust scroll via required_size area caching. | Blaž Hrastnik | 2021-03-08 |
* | ui: Move terminal into compositor, redo required_size hints. | Blaž Hrastnik | 2021-03-08 |
* | ui: Scrollable popup menu, with scrollbar indicator. | Blaž Hrastnik | 2021-03-03 |
* | ui: Share popup code with menu. | Blaž Hrastnik | 2021-03-02 |
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 |