Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
| | |||
* | Truncate the starts of file paths instead of the ends in picker (#951) | Omnikar | 2021-11-04 |
| | | | | | | | | | | | | | * Truncate the starts of file paths in picker * Simplify the truncate implementation * Break loop at appropriate point * Fix alignment and ellipsis presence * Remove extraneous usage of `x_offset` Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
| | |||
* | Trait width method use refactor | Ivan Tham | 2021-06-26 |
| | |||
* | Use unicode_width to correctly truncate picker chars | Gokul Soumya | 2021-06-25 |
| | |||
* | 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 … when chars are truncated in picker | Gokul Soumya | 2021-06-25 |
| | |||
* | Fix tests failing on cargo test --release | Blaž Hrastnik | 2021-06-20 |
| | |||
* | 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. |