Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a helper and update some docs | Kartik K. Agaram | 2023-12-18 | 1 | -0/+1 |
* | redo version checks yet again | Kartik K. Agaram | 2023-12-06 | 1 | -1/+0 |
* | redo version checks | Kartik K. Agaram | 2023-12-06 | 1 | -3/+14 |
* | _yet another_ bugfix to the version check X-( | Kartik K. Agaram | 2023-12-06 | 1 | -0/+1 |
* | yet another bugfix to the version check | Kartik K. Agaram | 2023-12-03 | 1 | -2/+1 |
* | bugfix: version check | Kartik K. Agaram | 2023-12-03 | 1 | -0/+1 |
* | late-bind my App.* handlers | Kartik K. Agaram | 2023-11-18 | 1 | -1/+2 |
* | improve a name | Kartik K. Agaram | 2023-11-10 | 1 | -2/+2 |
* | clean up a debug print | Kartik K. Agaram | 2023-11-10 | 1 | -1/+0 |
* | clean up some cruft from error callstacks | Kartik K. Agaram | 2023-11-10 | 1 | -1/+22 |
* | remove a no-op regex munging on callstacks | Kartik K. Agaram | 2023-11-10 | 1 | -1/+1 |
* | use my name for a dir | Kartik K. Agaram | 2023-10-27 | 1 | -1/+1 |
* | clearer API for drawing a button | Kartik K. Agaram | 2023-10-16 | 1 | -4/+0 |
* | start supporting LÖVE v12 | Kartik K. Agaram | 2023-10-09 | 1 | -0/+1 |
* | yet another bugfix X-( | Kartik K. Agaram | 2023-09-09 | 1 | -2/+2 |
* | two bugfixes | Kartik K. Agaram | 2023-09-09 | 1 | -2/+3 |
* | new primitives for reading/writing files | Kartik K. Agaram | 2023-09-09 | 1 | -0/+34 |
* | reorder | Kartik K. Agaram | 2023-09-09 | 1 | -11/+11 |
* | a few more testable file-system operations | Kartik K. Agaram | 2023-09-08 | 1 | -0/+13 |
* | switch to source editor on error | Kartik K. Agaram | 2023-09-04 | 1 | -3/+18 |
* | stop using keyboard.isDown | Kartik K. Agaram | 2023-09-04 | 1 | -2/+18 |
* | cleaner API for file-system access | Kartik K. Agaram | 2023-08-30 | 1 | -44/+34 |
* | make a few names consistent with snake_case | Kartik K. Agaram | 2023-08-30 | 1 | -11/+11 |
* | reorganize app.lua and its comments | Kartik K. Agaram | 2023-08-26 | 1 | -166/+142 |
* | rename modifier_down to key_down | Kartik K. Agaram | 2023-06-05 | 1 | -2/+2 |
* | change how we handle clicks above top margin | Kartik K. Agaram | 2023-06-03 | 1 | -0/+1 |
* | wait, fix tests | Kartik K. Agaram | 2023-05-30 | 1 | -9/+19 |
* | primitives for writing tests | Kartik K. Agaram | 2023-04-11 | 1 | -1/+1 |
* | include a brief reference enabling many useful apps | Kartik K. Agaram | 2023-04-09 | 1 | -12/+0 |
* | avoid saving fragments in lines | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
* | show count of test failures | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
* | no more Text allocations | Kartik K. Agaram | 2023-04-01 | 1 | -9/+0 |
* | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -10/+1 |
* | get rid of to_text | Kartik K. Agaram | 2023-04-01 | 1 | -1/+9 |
* | bugfix: naming points | Kartik K. Agaram | 2023-03-26 | 1 | -1/+3 |
* | remove a condition | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 |
* | clean up a print | Kartik K. Agaram | 2023-01-20 | 1 | -1/+0 |
* | deduce test names on failures | Kartik K. Agaram | 2023-01-20 | 1 | -1/+14 |
* | link to default love.run for comparison | Kartik K. Agaram | 2023-01-20 | 1 | -2/+2 |
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -7/+7 |
* | undo an ancient hack; be an idiomatic LÖVE app | Kartik K. Agaram | 2022-11-27 | 1 | -3/+3 |
* | support mouse clicks in file navigator | Kartik K. Agaram | 2022-09-18 | 1 | -0/+4 |
* | get rid of ugly side-effects in tests | Kartik K. Agaram | 2022-09-17 | 1 | -0/+25 |
* | bugfix: save modified files in save directory | Kartik K. Agaram | 2022-09-05 | 1 | -2/+26 |
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -6/+23 |
* | make App.open_for_* look more like io.open | Kartik K. Agaram | 2022-08-23 | 1 | -7/+9 |
* | distinguish consistently between mouse buttons and other buttons | Kartik K. Agaram | 2022-08-23 | 1 | -17/+17 |
* | reclaim a couple more functions after tests | Kartik K. Agaram | 2022-08-19 | 1 | -0/+2 |
* | hardcode some assumptions about how this app uses love | Kartik K. Agaram | 2022-08-06 | 1 | -18/+11 |
* | formatting | Kartik K. Agaram | 2022-07-16 | 1 | -2/+2 |