Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move default file location | Kartik K. Agaram | 2023-03-18 | 1 | -1/+1 | |
* | bring a few things in sync between run and source | Kartik K. Agaram | 2023-03-17 | 1 | -1/+4 | |
* | bugfix: disallow font size of 0 | Kartik K. Agaram | 2023-03-17 | 1 | -2/+4 | |
* | more robust state validation | Kartik K. Agaram | 2023-03-17 | 1 | -2/+24 | |
* | bugfix | Kartik K. Agaram | 2023-02-09 | 1 | -0/+1 | |
* | wait a little to flush disk before quitting | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 | |
* | bugfix | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 | |
* | typo | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 | |
* | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 | |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -19/+19 | |
* | require editor margins to be ints | Kartik K. Agaram | 2022-12-23 | 1 | -2/+2 | |
* | bugfix in changing shape mid-stroke | Kartik K. Agaram | 2022-12-12 | 1 | -2/+5 | |
* | bugfix: naming points in drawings | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 | |
* | bugfix | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 | |
* | ctrl+a: select entire buffer | Kartik K. Agaram | 2022-11-19 | 1 | -1/+4 | |
* | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 1 | -2/+2 | |
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -1/+1 | |
* | self-documenting 0 Test_right_margin | Kartik K. Agaram | 2022-09-07 | 1 | -1/+4 | |
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -3/+5 | |
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -9/+0 | |
* | infrastructure for caching LÖVE text objects | Kartik K. Agaram | 2022-08-24 | 1 | -0/+1 | |
* | flip return value of button handlers | Kartik K. Agaram | 2022-08-23 | 1 | -2/+1 | |
* | stop putting button state in a global | Kartik K. Agaram | 2022-08-23 | 1 | -2/+3 | |
* | allow buttons to interrupt events | Kartik K. Agaram | 2022-08-23 | 1 | -1/+5 | |
* | distinguish consistently between mouse buttons and other buttons | Kartik K. Agaram | 2022-08-23 | 1 | -11/+11 | |
* | subsection headings in a long switch | Kartik K. Agaram | 2022-08-18 | 1 | -0/+2 | |
* | simplify cursor-on-screen check | Kartik K. Agaram | 2022-08-17 | 1 | -5/+3 | |
* | remove some duplication | Kartik K. Agaram | 2022-08-14 | 1 | -6/+4 | |
* | bugfix: obsolete location for attribute | Kartik K. Agaram | 2022-08-14 | 1 | -2/+2 | |
* | click to the left of a line | Kartik K. Agaram | 2022-07-29 | 1 | -2/+4 | |
* | copying to clipboard can never scroll | Kartik K. Agaram | 2022-07-27 | 1 | -1/+0 | |
* | line.y -> line_cache.starty in a few more places | Kartik K. Agaram | 2022-07-27 | 1 | -8/+8 | |
* | have file API operate on state object | Kartik K. Agaram | 2022-07-25 | 1 | -2/+2 | |
* | extract method | Kartik K. Agaram | 2022-07-23 | 1 | -0/+11 | |
* | move drawing.starty into line cache | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 | |
* | use line cache for drawings as well | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 | |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -8/+13 | |
* | keep all text cache writes inside text.lua | Kartik K. Agaram | 2022-07-17 | 1 | -4/+3 | |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 | |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 | |
* | drop some extra args | Kartik K. Agaram | 2022-07-17 | 1 | -4/+4 | |
* | fold together two largely similar cases | Kartik K. Agaram | 2022-07-17 | 1 | -28/+23 | |
* | drop some redundant args from Text.draw | Kartik K. Agaram | 2022-07-17 | 1 | -3/+3 | |
* | formatting | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 | |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -7/+6 | |
* | more precise name | Kartik K. Agaram | 2022-07-15 | 1 | -3/+10 | |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -7/+17 | |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 1 | -2/+8 | |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 | |
* | correct a mis-named threshold | Kartik K. Agaram | 2022-07-12 | 1 | -0/+2 |