Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: naming points | Kartik K. Agaram | 2023-03-26 | 1 | -0/+35 |
* | bugfix | Kartik K. Agaram | 2023-03-26 | 1 | -0/+31 |
* | deduce test names on failures | Kartik K. Agaram | 2023-01-20 | 1 | -259/+237 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -21/+21 |
* | switch one call back to keychord_pressed | Kartik K. Agaram | 2022-12-12 | 1 | -1/+1 |
* | switch a bunch of tests to textinput events | Kartik K. Agaram | 2022-12-12 | 1 | -18/+18 |
* | bugfix in changing shape mid-stroke | Kartik K. Agaram | 2022-12-12 | 1 | -1/+1 |
* | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 1 | -9/+9 |
* | have file API operate on state object | Kartik K. Agaram | 2022-07-25 | 1 | -8/+8 |
* | move drawing.starty into line cache | Kartik K. Agaram | 2022-07-20 | 1 | -10/+10 |
* | clean up a cross-test leakage | Kartik K. Agaram | 2022-07-19 | 1 | -9/+9 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -0/+30 |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -79/+79 |
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -13/+13 |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -43/+43 |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 1 | -0/+2 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -101/+123 |
* | 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 |