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> | ||
* | Define text color (mostly) in theme.toml. | Blaž Hrastnik | 2021-05-07 |
| | |||
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
| | |||
* | 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: Share popup code with menu. | Blaž Hrastnik | 2021-03-02 |
Menu is now just wrapped in a popup. |