Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up | Kartik K. Agaram | 2022-06-17 | 1 | -10/+0 |
| | |||||
* | more precise shape selection | Kartik K. Agaram | 2022-06-17 | 1 | -7/+18 |
| | | | | | | | It's important that the error be additive rather than multiplicative, otherwise the area grows asymmetrically along a line. Hopefully freehand drawings will work more intuitively now. | ||||
* | correct commit f3abc2cbf2 | Kartik K. Agaram | 2022-06-17 | 1 | -2/+0 |
| | | | | | | I can't be trusted to do anything without a test. This should fix #5. Please reopen if it doesn't. | ||||
* | bugfix: checking if a point is on a manhattan line | Kartik K. Agaram | 2022-05-30 | 1 | -1/+19 |
| | |||||
* | rectangle and square shapes | Kartik K. Agaram | 2022-05-18 | 1 | -1/+23 |
| | |||||
* | split keyboard handling between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -3/+3 |
| | |||||
* | several more modules | Kartik K. Agaram | 2022-05-17 | 1 | -0/+131 |
This is probably not ideal; let's see how it goes.. |