Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
| | |||
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
| | |||
* | Minimize allocation when converting table rows to string | Gokul Soumya | 2023-01-18 |
| | |||
* | Use upstream implementation of table column calculation | Gokul Soumya | 2023-01-18 |
| | | | | Changed in https://github.com/fdehau/tui-rs/commit/a68e38e59e6735c0a99139303b1609669d2c38da. | ||
* | Reuse table in picker | Gokul Soumya | 2023-01-18 |
| | |||
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
| | |||
* | fix typos (#2304) | chunghha | 2022-04-27 |
| | |||
* | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
| | |||
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
| | | | | Fixes #220 | ||
* | Apply suggestions from blaz for infobox | Ivan Tham | 2021-07-04 |
| | |||
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
| | |||
* | 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> | ||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
| | |||
* | 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. |