Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct commit f3abc2cbf2 | Kartik K. Agaram | 2022-06-17 | 1 | -1/+26 |
| | | | | | | I can't be trusted to do anything without a test. This should fix #5. Please reopen if it doesn't. | ||||
* | autosave slightly less aggressively | Kartik K. Agaram | 2022-06-17 | 1 | -0/+30 |
| | | | | | | | | It might reduce wear and tear on disk, and losing 3 seconds of data doesn't feel catastrophic (short of a C-z rampage). Thanks to the love2d.org community for the suggestion: https://love2d.org/forums/viewtopic.php?f=14&t=93173 | ||||
* | stop recording points for arcs | Kartik K. Agaram | 2022-06-15 | 1 | -1/+1 |
| | | | | | | It was kinda weird that we were recording the start but not the end. And moving the start point didn't actually affect the arc. Let's see if we actually ever need it. | ||||
* | all pending manual tests done! | Kartik K. Agaram | 2022-06-14 | 1 | -2/+36 |
| | |||||
* | test: undo moving point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+47 |
| | |||||
* | test: undo naming a point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+43 |
| | | | | Also ensure we autosave. | ||||
* | test: autosave after name/move/delete of point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+22 |
| | |||||
* | test: autosave after any shape | Kartik K. Agaram | 2022-06-14 | 1 | -0/+26 |
| | |||||
* | tests: deleting points/shapes | Kartik K. Agaram | 2022-06-14 | 1 | -1/+105 |
| | |||||
* | test: moving a point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+40 |
| | | | | | I found some code in the process that seems unreachable. Some chance of a regression here.. | ||||
* | test: naming a point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+35 |
| | |||||
* | tests for drawing polygons | Kartik K. Agaram | 2022-06-14 | 1 | -10/+171 |
| | |||||
* | more drawing tests | Kartik K. Agaram | 2022-06-14 | 1 | -0/+132 |
| | |||||
* | start writing some tests for drawings | Kartik K. Agaram | 2022-06-14 | 1 | -0/+30 |