aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/src/widgets/table.rs
Commit message (Collapse)AuthorAge
* Bump rust to 1.57, fix new lint failuresBlaž Hrastnik2021-12-03
|
* Calculate completion popup sizingBlaž Hrastnik2021-07-19
| | | | Fixes #220
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
|
* Address nightly clippy warningsBlaž Hrastnik2021-06-27
|
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-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ž Hrastnik2021-05-22
|
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top.