Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some minor cleanup | Kartik K. Agaram | 2023-03-23 | 1 | -1/+1 |
| | | | | | I can't see the mouse wheel ever setting dx, but it's more obvious now that the editor doesn't support panning left/right. | ||||
* | mouse wheel support | Kartik K. Agaram | 2023-03-23 | 1 | -12/+32 |
| | |||||
* | more bugfix | Kartik K. Agaram | 2023-03-17 | 1 | -4/+2 |
| | | | | Don't crash on showing the log browser. | ||||
* | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -1/+1 |
| | |||||
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 |
| | | | | | 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. | ||||
* | yet another bugfix in log parsing | Kartik K. Agaram | 2022-09-17 | 1 | -2/+6 |
| | |||||
* | bugfix: perform matches in the right order | Kartik K. Agaram | 2022-09-17 | 1 | -2/+2 |
| | |||||
* | bugfix: log filenames can have 2 formats | Kartik K. Agaram | 2022-09-17 | 1 | -1/+4 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+316 |
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 |