about summary refs log tree commit diff stats
path: root/manual_tests
Commit message (Collapse)AuthorAgeFilesLines
* support for naming pointsKartik K. Agaram2022-05-211-0/+2
| | | | There's still an absence of affordance showing when you're in naming mode.
* several bugfixesKartik K. Agaram2022-05-211-0/+4
| | | | All introduced when I built rectangles and squares in commit e27165cb.
* bugfix: rectangles and squares are now savedKartik K. Agaram2022-05-211-0/+3
|
* snapshot - no, that's all wrongKartik K. Agaram2022-05-201-2/+2
| | | | | I've been only thinking about up arrow when cursor is at top of screen. Hopefully this is better.
* another piece of support for line wrapping in cursor upKartik K. Agaram2022-05-201-0/+1
|
* first stab at supporting wrapping in cursor upKartik K. Agaram2022-05-201-0/+11
| | | | Looks pretty clean.
* bugfix: show cursor when past end of lineKartik K. Agaram2022-05-191-0/+1
|
* clicking to the right of a wrapped lineKartik K. Agaram2022-05-191-0/+2
|
* bugfixKartik K. Agaram2022-05-191-0/+1
| | | | | | As usual, binary search is hard to get right. This time I was never actually selecting between left and right when they were just one character apart.
* bugfix: duplicate character on enterKartik K. Agaram2022-05-171-0/+3
|
* bugfix typoKartik K. Agaram2022-05-171-0/+2
|
* let's prevent the text cursor from ever getting on a drawingKartik K. Agaram2022-05-171-0/+7