Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mouse wheel support | Kartik K. Agaram | 2023-03-23 | 1 | -0/+5 |
| | |||||
* | get typed in keystrokes to show on screen on iPad | Kartik K. Agaram | 2023-03-18 | 1 | -0/+7 |
| | | | | Many thanks to Myte for helping test this! | ||||
* | consistently use App names for methods everywhere | Kartik K. Agaram | 2023-03-18 | 1 | -7/+7 |
| | |||||
* | more robust state validation | Kartik K. Agaram | 2023-03-17 | 1 | -5/+2 |
| | |||||
* | hoist out some common settings | Kartik K. Agaram | 2023-01-16 | 1 | -5/+0 |
| | |||||
* | bugfix | Kartik K. Agaram | 2023-01-06 | 1 | -2/+2 |
| | | | | | lines.love was broken since Dec 23 X-( Didn't get caught because all my tests start at edit, not at main or run. I need 'integration' tests. | ||||
* | typo | Kartik K. Agaram | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | fix stale comment | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -9/+9 |
| | | | | | I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those. | ||||
* | some debug prints | Kartik K. Agaram | 2022-09-17 | 1 | -0/+1 |
| | | | | | | I'm starting to edit the sources from within the app in ernest. First question: why does the file navigation menu skip some files? These prints answer the question. | ||||
* | more correct absolute path detection | Kartik K. Agaram | 2022-09-11 | 1 | -3/+2 |
| | |||||
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -2/+3 |
| | |||||
* | bugfix: cold start | Kartik K. Agaram | 2022-09-03 | 1 | -0/+3 |
| | |||||
* | remember window positions across restart/ctrl+e | Kartik K. Agaram | 2022-09-03 | 1 | -3/+5 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+182 |
| | | | | | integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 | ||||
* | rename | Kartik K. Agaram | 2022-05-22 | 1 | -37/+0 |
| | |||||
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 1 | -0/+37 |
I have no fucking idea what I'm doing. All I know is that there's still too many goddamn bugs[1]. Test motherfucking harness or bust. For starters this is just the default love.run from https://love2d.org/wiki/love.run [1] The following file crashes if you repeatedly press cursor-down: << a b c ```lines ``` x >> |