Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 1 | -18/+10 |
* | assume starty can be nil in update | Kartik K. Agaram | 2023-09-15 | 1 | -0/+6 |
* | clean up a slight jitter when drawing circles | Kartik K. Agaram | 2023-09-15 | 1 | -1/+2 |
* | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -5/+4 |
* | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -1/+1 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 |
* | dedup points while loading drawing from disk | Kartik K. Agaram | 2022-09-03 | 1 | -5/+0 |
* | distinguish consistently between mouse buttons and other buttons | Kartik K. Agaram | 2022-08-23 | 1 | -2/+2 |
* | bugfix: imprecision in drawing | Kartik K. Agaram | 2022-08-03 | 1 | -0/+3 |
* | round one coordinate | Kartik K. Agaram | 2022-07-30 | 1 | -1/+1 |
* | round coordinates to integers in a few places | Kartik K. Agaram | 2022-07-29 | 1 | -7/+11 |
* | bugfix: online help | Kartik K. Agaram | 2022-07-22 | 1 | -2/+2 |
* | move drawing.starty into line cache | Kartik K. Agaram | 2022-07-20 | 1 | -46/+57 |
* | a more radical attempt at ignoring nil y's | Kartik K. Agaram | 2022-07-13 | 1 | -4/+0 |
* | no, bring back that defense | Kartik K. Agaram | 2022-07-13 | 1 | -0/+4 |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 1 | -3/+0 |
* | hoist couple of variables out | Kartik K. Agaram | 2022-07-13 | 1 | -3/+6 |
* | use available variables | Kartik K. Agaram | 2022-07-13 | 1 | -1/+1 |
* | more idiomatic variable names | Kartik K. Agaram | 2022-07-13 | 1 | -5/+5 |
* | chunking by simple local variable | Kartik K. Agaram | 2022-07-13 | 1 | -4/+6 |
* | make local functions look different | Kartik K. Agaram | 2022-07-13 | 1 | -6/+6 |
* | more chunks, same approach | Kartik K. Agaram | 2022-07-13 | 1 | -3/+6 |
* | chunk up some long lines | Kartik K. Agaram | 2022-07-13 | 1 | -32/+32 |
* | drop final mention of state global beyond main.lua | Kartik K. Agaram | 2022-07-12 | 1 | -29/+28 |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -71/+74 |
* | correct a mis-named threshold | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 |
* | drop heavyweight near check on file load/store | Kartik K. Agaram | 2022-07-12 | 1 | -19/+25 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -34/+34 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -25/+25 |
* | add state arg to few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 |
* | add state arg to Drawing.update | Kartik K. Agaram | 2022-07-12 | 1 | -7/+7 |
* | add state arg to Drawing.draw | Kartik K. Agaram | 2022-07-12 | 1 | -15/+15 |
* | add state arg to Drawing.mouse_released | Kartik K. Agaram | 2022-07-12 | 1 | -20/+20 |
* | add state arg to Drawing.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -32/+32 |
* | add state arg to Drawing.mouse_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -15/+15 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -94/+94 |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -7/+7 |
* | stop pretending globals are local | Kartik K. Agaram | 2022-07-11 | 1 | -4/+0 |
* | make freehand drawings smoother | Kartik K. Agaram | 2022-07-05 | 1 | -1/+17 |
* | bugfix: 'escape' to cancel a stroke | Kartik K. Agaram | 2022-07-05 | 1 | -1/+6 |
* | right margin | Kartik K. Agaram | 2022-06-30 | 1 | -7/+7 |
* | rip out notion of Line_width | Kartik K. Agaram | 2022-06-30 | 1 | -7/+7 |
* | keep drawings within the line width slider as well | Kartik K. Agaram | 2022-06-22 | 1 | -7/+7 |
* | clean up | Kartik K. Agaram | 2022-06-17 | 1 | -17/+0 |
* | more precise shape selection | Kartik K. Agaram | 2022-06-17 | 1 | -0/+17 |
* | correct commit f3abc2cbf2 | Kartik K. Agaram | 2022-06-17 | 1 | -7/+22 |
* | better handle moving points | Kartik K. Agaram | 2022-06-17 | 1 | -0/+5 |
* | dead code | Kartik K. Agaram | 2022-06-15 | 1 | -45/+0 |
* | move | Kartik K. Agaram | 2022-06-15 | 1 | -28/+28 |
* | . | Kartik K. Agaram | 2022-06-15 | 1 | -6/+3 |