about summary refs log tree commit diff stats
path: root/app.lua
Commit message (Expand)AuthorAgeFilesLines
* more realism in one more helperKartik K. Agaram2024-02-041-3/+3
* don't save settings on error in source editorKartik K. Agaram2024-01-121-1/+2
* clean up test mocks before abortingKartik K. Agaram2024-01-121-0/+1
* add a helper and update some docsKartik K. Agaram2023-12-181-0/+1
* redo version checks yet againKartik K. Agaram2023-12-061-1/+0
* redo version checksKartik K. Agaram2023-12-061-3/+14
* _yet another_ bugfix to the version check X-(Kartik K. Agaram2023-12-061-0/+1
* yet another bugfix to the version checkKartik K. Agaram2023-12-031-2/+1
* bugfix: version checkKartik K. Agaram2023-12-031-0/+1
* late-bind my App.* handlersKartik K. Agaram2023-11-181-1/+2
* improve a nameKartik K. Agaram2023-11-101-2/+2
* clean up a debug printKartik K. Agaram2023-11-101-1/+0
* clean up some cruft from error callstacksKartik K. Agaram2023-11-101-1/+22
* remove a no-op regex munging on callstacksKartik K. Agaram2023-11-101-1/+1
* use my name for a dirKartik K. Agaram2023-10-271-1/+1
* clearer API for drawing a buttonKartik K. Agaram2023-10-161-4/+0
* start supporting LÖVE v12Kartik K. Agaram2023-10-091-0/+1
* yet another bugfix X-(Kartik K. Agaram2023-09-091-2/+2
* two bugfixesKartik K. Agaram2023-09-091-2/+3
* new primitives for reading/writing filesKartik K. Agaram2023-09-091-0/+34
* reorderKartik K. Agaram2023-09-091-11/+11
* a few more testable file-system operationsKartik K. Agaram2023-09-081-0/+13
* switch to source editor on errorKartik K. Agaram2023-09-041-3/+18
* stop using keyboard.isDownKartik K. Agaram2023-09-041-2/+18
* cleaner API for file-system accessKartik K. Agaram2023-08-301-44/+34
* make a few names consistent with snake_caseKartik K. Agaram2023-08-301-11/+11
* reorganize app.lua and its commentsKartik K. Agaram2023-08-261-166/+142
* rename modifier_down to key_downKartik K. Agaram2023-06-051-2/+2
* change how we handle clicks above top marginKartik K. Agaram2023-06-031-0/+1
* wait, fix testsKartik K. Agaram2023-05-301-9/+19
* primitives for writing testsKartik K. Agaram2023-04-111-1/+1
* include a brief reference enabling many useful appsKartik K. Agaram2023-04-091-12/+0
* avoid saving fragments in linesKartik K. Agaram2023-04-011-1/+1
* show count of test failuresKartik K. Agaram2023-04-011-1/+1
* no more Text allocationsKartik K. Agaram2023-04-011-9/+0
* App.width can no longer take a TextKartik K. Agaram2023-04-011-10/+1
* get rid of to_textKartik K. Agaram2023-04-011-1/+9
* bugfix: naming pointsKartik K. Agaram2023-03-261-1/+3
* remove a conditionKartik K. Agaram2023-01-221-1/+1
* clean up a printKartik K. Agaram2023-01-201-1/+0
* deduce test names on failuresKartik K. Agaram2023-01-201-1/+14
* link to default love.run for comparisonKartik K. Agaram2023-01-201-2/+2
* make love event names consistentKartik K. Agaram2022-12-231-7/+7
* undo an ancient hack; be an idiomatic LÖVE appKartik K. Agaram2022-11-271-3/+3
* support mouse clicks in file navigatorKartik K. Agaram2022-09-181-0/+4
* get rid of ugly side-effects in testsKartik K. Agaram2022-09-171-0/+25
* bugfix: save modified files in save directoryKartik K. Agaram2022-09-051-2/+26
* editing source code from within the appKartik K. Agaram2022-09-031-6/+23
* make App.open_for_* look more like io.openKartik K. Agaram2022-08-231-7/+9
* distinguish consistently between mouse buttons and other buttonsKartik K. Agaram2022-08-231-17/+17