about summary refs log tree commit diff stats
path: root/drawing_tests.lua
Commit message (Expand)AuthorAgeFilesLines
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-041-22/+22
* bugfix: naming pointsKartik K. Agaram2023-03-261-0/+35
* bugfixKartik K. Agaram2023-03-261-0/+31
* deduce test names on failuresKartik K. Agaram2023-01-201-259/+237
* make love event names consistentKartik K. Agaram2022-12-231-21/+21
* switch one call back to keychord_pressedKartik K. Agaram2022-12-121-1/+1
* switch a bunch of tests to textinput eventsKartik K. Agaram2022-12-121-18/+18
* bugfix in changing shape mid-strokeKartik K. Agaram2022-12-121-1/+1
* stop tracking wallclock timeKartik K. Agaram2022-11-031-9/+9
* have file API operate on state objectKartik K. Agaram2022-07-251-8/+8
* move drawing.starty into line cacheKartik K. Agaram2022-07-201-10/+10
* clean up a cross-test leakageKartik K. Agaram2022-07-191-9/+9
* separate data structure for each line's cache dataKartik K. Agaram2022-07-171-0/+30
* bring back a set of constantsKartik K. Agaram2022-07-161-79/+79
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-13/+13
* make test initializations a little more obviousKartik K. Agaram2022-07-151-43/+43
* a bug I've never run intoKartik K. Agaram2022-07-131-0/+2
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-101/+123
* call edit rather than App callbacks in testsKartik K. Agaram2022-07-121-87/+87
* start passing in Editor_state explicitlyKartik K. Agaram2022-07-121-24/+24
* group all editor globalsKartik K. Agaram2022-07-121-248/+248
* start decoupling editor tests from AppKartik K. Agaram2022-07-111-24/+24
* bugfix: 'escape' to cancel a strokeKartik K. Agaram2022-07-051-0/+22
* right marginKartik K. Agaram2022-06-301-20/+20
* rip out notion of Line_widthKartik K. Agaram2022-06-301-40/+20
* keep drawings within the line width slider as wellKartik K. Agaram2022-06-221-20/+20
* correct commit f3abc2cbf2Kartik K. Agaram2022-06-171-1/+26
* autosave slightly less aggressivelyKartik K. Agaram2022-06-171-0/+30
* stop recording points for arcsKartik K. Agaram2022-06-151-1/+1
* all pending manual tests done!Kartik K. Agaram2022-06-141-2/+36
* test: undo moving pointKartik K. Agaram2022-06-141-0/+47
* test: undo naming a pointKartik K. Agaram2022-06-141-0/+43
* test: autosave after name/move/delete of pointKartik K. Agaram2022-06-141-0/+22
* test: autosave after any shapeKartik K. Agaram2022-06-141-0/+26
* tests: deleting points/shapesKartik K. Agaram2022-06-141-1/+105
* test: moving a pointKartik K. Agaram2022-06-141-0/+40
* test: naming a pointKartik K. Agaram2022-06-141-0/+35
* tests for drawing polygonsKartik K. Agaram2022-06-141-10/+171
* more drawing testsKartik K. Agaram2022-06-141-0/+132
* start writing some tests for drawingsKartik K. Agaram2022-06-141-0/+30