Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | | ||||
| * | Fix tests failing on cargo test --release | Blaž Hrastnik | 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. | |||
* | Add other cursor shape | Ivan Tham | 2021-06-15 | |
| | ||||
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 | |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | |||
* | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 | |
| | ||||
* | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 | |
| | ||||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 | |
| | ||||
* | tui: Disable tests for now. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | 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. |