Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | Merge branch 'master' of github.com:helix-editor/helix into ↵ | Nathan Vegdahl | 2021-06-20 |
|\ | | | | | | | | | | | | | line_ending_detection Rebasing was making me manually fix conflicts on every commit, so merging instead. | ||
| * | Fix doc warnings | Ivan Tham | 2021-06-20 |
| | | |||
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
|/ | | | | Also some general cleanup and some minor fixes along the way. | ||
* | 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. |