Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | | | Lots of other warning still left. Will address in subsequent commits. | ||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | ||
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | ||
* | 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 |
| | | | | Menu is now just wrapped in a popup. | ||
* | ui: Calculate popup rendering and sizing. | Blaž Hrastnik | 2021-03-02 |
| | |||
* | lsp: Hover documentation draft. | Blaž Hrastnik | 2021-02-25 |