Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref | Blaž Hrastnik | 2021-02-18 |
| | |||
* | Implement vertical split calculations. | Blaž Hrastnik | 2021-02-09 |
| | |||
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 |
| | |||
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 |
| | | | | | Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane. | ||
* | clippy lint | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Reroute LSP notification events into the main app event loop. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | Move theme from view to editor, support multiple views in editor. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | separated statusline and prompt | Jan Hrastnik | 2020-10-16 |
| | |||
* | Share the padding definition too. | Blaž Hrastnik | 2020-10-14 |
| | |||
* | Share tab width definitions. | Blaž Hrastnik | 2020-10-14 |
| | |||
* | Cleanup | Blaž Hrastnik | 2020-10-13 |
| | |||
* | Undo tree draft. | Blaž Hrastnik | 2020-10-13 |
| | | | | | We keep a tree of transactions. This allows for persistent undo by simply serializing the changesets. | ||
* | Cleanup: track first_line as usize. | Blaž Hrastnik | 2020-10-07 |
| | |||
* | Fix scrolling calculations. | Blaž Hrastnik | 2020-10-07 |
| | |||
* | various fixes | Jan Hrastnik | 2020-10-06 |
| | |||
* | Fix line number rendering. | Blaž Hrastnik | 2020-10-04 |
| | |||
* | added tab to insert mode | Jan Hrastnik | 2020-10-04 |
| | |||
* | clippy warnings | Blaž Hrastnik | 2020-09-29 |
| | |||
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 |
| | |||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 |
It still largely depends on term for some types but I plan to change that later. |