Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more manual tests related to drawings | Kartik K. Agaram | 2022-06-14 | 1 | -0/+5 |
| | | | | | In the process I notice an issue: we seem to be adding no-op undo records after every drawing operation. | ||||
* | lots more tests | Kartik K. Agaram | 2022-06-14 | 1 | -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 issues | Kartik K. Agaram | 2022-06-14 | 1 | -0/+7 |
| | | | | All places where string.sub was being passed a _pos variable. | ||||
* | bugfix: cut (C-x) without first selecting anything | Kartik K. Agaram | 2022-06-09 | 1 | -0/+3 |
| | |||||
* | more defensive resize handling | Kartik K. Agaram | 2022-06-07 | 1 | -0/+4 |
| | | | | Thanks John Blommers for the report! | ||||
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 1 | -0/+2 |
| | | | | There's still an absence of affordance showing when you're in naming mode. | ||||
* | several bugfixes | Kartik K. Agaram | 2022-05-21 | 1 | -0/+4 |
| | | | | All introduced when I built rectangles and squares in commit e27165cb. | ||||
* | bugfix: rectangles and squares are now saved | Kartik K. Agaram | 2022-05-21 | 1 | -0/+3 |
| | |||||
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 1 | -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 up | Kartik K. Agaram | 2022-05-20 | 1 | -0/+1 |
| | |||||
* | first stab at supporting wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 1 | -0/+11 |
| | | | | Looks pretty clean. | ||||
* | bugfix: show cursor when past end of line | Kartik K. Agaram | 2022-05-19 | 1 | -0/+1 |
| | |||||
* | clicking to the right of a wrapped line | Kartik K. Agaram | 2022-05-19 | 1 | -0/+2 |
| | |||||
* | bugfix | Kartik K. Agaram | 2022-05-19 | 1 | -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 enter | Kartik K. Agaram | 2022-05-17 | 1 | -0/+3 |
| | |||||
* | bugfix typo | Kartik K. Agaram | 2022-05-17 | 1 | -0/+2 |
| | |||||
* | let's prevent the text cursor from ever getting on a drawing | Kartik K. Agaram | 2022-05-17 | 1 | -0/+7 |