about summary refs log tree commit diff stats
path: root/manual_tests
Commit message (Collapse)AuthorAgeFilesLines
* some more manual tests related to drawingsKartik K. Agaram2022-06-141-0/+5
| | | | | In the process I notice an issue: we seem to be adding no-op undo records after every drawing operation.
* lots more testsKartik K. Agaram2022-06-141-32/+0
| | | | | | | I've been adding diligently to manual_tests but not actually _performing_ any manual tests before releases. They were just a todo list of automated tests to write, and long out of date. Now the list is up to date and much shorter.
* go through and fix similar issuesKartik K. Agaram2022-06-141-0/+7
| | | | All places where string.sub was being passed a _pos variable.
* bugfix: cut (C-x) without first selecting anythingKartik K. Agaram2022-06-091-0/+3
|
* more defensive resize handlingKartik K. Agaram2022-06-071-0/+4
| | | | Thanks John Blommers for the report!
* 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