Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |