Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call edit rather than App callbacks in tests | Kartik K. Agaram | 2022-07-12 | 1 | -87/+87 |
* | start passing in Editor_state explicitly | Kartik K. Agaram | 2022-07-12 | 1 | -24/+24 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -248/+248 |
* | start decoupling editor tests from App | Kartik K. Agaram | 2022-07-11 | 1 | -24/+24 |
* | bugfix: 'escape' to cancel a stroke | Kartik K. Agaram | 2022-07-05 | 1 | -0/+22 |
* | right margin | Kartik K. Agaram | 2022-06-30 | 1 | -20/+20 |
* | rip out notion of Line_width | Kartik K. Agaram | 2022-06-30 | 1 | -40/+20 |
* | keep drawings within the line width slider as well | Kartik K. Agaram | 2022-06-22 | 1 | -20/+20 |
* | correct commit f3abc2cbf2 | Kartik K. Agaram | 2022-06-17 | 1 | -1/+26 |
* | autosave slightly less aggressively | Kartik K. Agaram | 2022-06-17 | 1 | -0/+30 |
* | stop recording points for arcs | Kartik K. Agaram | 2022-06-15 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |