Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more efficient undo/redo | Kartik K. Agaram | 2022-06-02 | 1 | -3/+2 | |
| | | | | | Now the bottleneck shifts to applying undo/redo in large files. But things should be snappy if you don't use the sluggish feature. | |||||
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+4 | |
| | | | | | | | | | Incredibly inefficient, but I don't yet know how to efficiently encode undo mutations that can span multiple lines. There seems to be one bug related to creating new drawings; they're not spawning events and undoing past drawing creation has some weird artifacts. Redo seems to consistently work, though. | |||||
* | Readme | Kartik K. Agaram | 2022-05-29 | 1 | -4/+9 | |
| | ||||||
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 1 | -0/+3 | |
| | | | | There's still an absence of affordance showing when you're in naming mode. | |||||
* | new known issue with drawings | Kartik K. Agaram | 2022-05-21 | 1 | -0/+19 | |
| | ||||||
* | planning out cursor up/down over wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -3/+3 | |
| | ||||||
* | bugfix: ensure Cursor_line is always on a text line | Kartik K. Agaram | 2022-05-18 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | Manual test used here: abc ```lines {"p1":{"y":72,"x":82},"mode":"line","p2":{"y":29,"x":169}} ``` def ```lines {"p1":{"y":36,"x":56},"mode":"line","p2":{"y":59,"x":163}} ``` ```lines ``` ghi jkl Hitting page-down moves the cursor from abc to ghi. The 'ghi' line should be fully visible on screen. | |||||
* | . | Kartik K. Agaram | 2022-05-17 | 1 | -0/+1 | |
| | ||||||
* | record a known issue | Kartik K. Agaram | 2022-05-17 | 1 | -0/+4 | |
Discovered while showing this to Dan Oblinger. |