Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make Borders u8 | Ivan Tham | 2022-05-22 |
| | |||
* | Refactor Block with Default and bitflags | Ivan Tham | 2022-05-22 |
| | | | | | Specifying empty for bitflags is not recommended, it is now removed and added Default. For BorderType, it now defaults to plain. | ||
* | 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> | ||
* | Fix doc warnings | Ivan Tham | 2021-06-20 |
| | |||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
| | |||
* | Update todos. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. |