Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | a more radical attempt at ignoring nil y's | Kartik K. Agaram | 2022-07-13 | 1 | -3/+5 |
* | . | Kartik K. Agaram | 2022-07-12 | 1 | -0/+2 |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -0/+4 |
* | bugfix: typing should delete highlighted text | Kartik K. Agaram | 2022-06-20 | 1 | -2/+7 |
* | autosave slightly less aggressively | Kartik K. Agaram | 2022-06-17 | 1 | -0/+13 |
* | test: autosave after any shape | Kartik K. Agaram | 2022-06-14 | 1 | -2/+16 |
* | new test | Kartik K. Agaram | 2022-06-12 | 1 | -0/+9 |
* | override mouse state lookups in tests | Kartik K. Agaram | 2022-06-12 | 1 | -10/+47 |
* | delete all tests once they've executed | Kartik K. Agaram | 2022-06-12 | 1 | -0/+4 |
* | redundant check | Kartik K. Agaram | 2022-06-12 | 1 | -4/+2 |
* | select text with shift + mouseclick | Kartik K. Agaram | 2022-06-04 | 1 | -0/+16 |
* | select text using mouse drag | Kartik K. Agaram | 2022-06-03 | 1 | -0/+6 |
* | test harness now supports copy/paste | Kartik K. Agaram | 2022-06-02 | 1 | -0/+10 |
* | update some App framework docs | Kartik K. Agaram | 2022-05-31 | 1 | -5/+5 |