| Commit message (Expand) | Author | Age |
* | Render a separator between vertical splits. | Blaž Hrastnik | 2021-04-08 |
* | Fix an issue with closing nested splits. | Blaž Hrastnik | 2021-04-08 |
* | Correct the naming issue with vsplit and hsplit being swapped. | Blaž Hrastnik | 2021-04-08 |
* | clippy lint | Blaž Hrastnik | 2021-03-31 |
* | editor.open can now either replace the current view or open in a split. | Blaž Hrastnik | 2021-03-24 |
* | Derive a separate ViewId type. | Blaž Hrastnik | 2021-03-24 |
* | Drop refcell use, make view simply ref doc.id. | Blaž Hrastnik | 2021-03-23 |
* | view: Reposition cursors on tree resize. | Blaž Hrastnik | 2021-02-26 |
* | minor | Blaž Hrastnik | 2021-02-22 |
* | commands: Simplify some code, only calling cx.doc() once. | Blaž Hrastnik | 2021-02-21 |
* | Allow closing individual views. | Blaž Hrastnik | 2021-02-19 |
* | view: Disable tree.fullscreen for now to appease clippy. | Blaž Hrastnik | 2021-02-18 |
* | Implement vertical split calculations. | Blaž Hrastnik | 2021-02-09 |
* | simplify. | Blaž Hrastnik | 2021-02-05 |
* | Work around rendering errors for positions offscreen. | Blaž Hrastnik | 2021-02-05 |
* | Address clippy warnings. | Blaž Hrastnik | 2021-02-05 |
* | A dumb "next view" implementation that works. | Blaž Hrastnik | 2021-02-04 |
* | Forgot to add the tree.rs definition... | Blaž Hrastnik | 2021-02-04 |