Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clearing starty is redundant in mutations | Kartik K. Agaram | 2023-12-03 | 2 | -10/+0 |
* | mouse button state in source editor | Kartik K. Agaram | 2023-12-01 | 2 | -1/+3 |
* | manually maintain mouse button press state | Kartik K. Agaram | 2023-12-01 | 2 | -1/+3 |
* | port keyboard layout handling to source editor | Kartik K. Agaram | 2023-11-25 | 1 | -1/+8 |
* | improved handling of other keyboard layouts | Kartik K. Agaram | 2023-11-25 | 1 | -1/+8 |
* | bugfix: infinite loop inside a very narrow window | Kartik K. Agaram | 2023-11-24 | 2 | -2/+6 |
* | establish a fairly fundamental invariant | Kartik K. Agaram | 2023-11-24 | 2 | -0/+12 |
* | late-bind my App.* handlers | Kartik K. Agaram | 2023-11-18 | 1 | -1/+2 |
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 15 | -132/+100 |
* | remove some dead code | Kartik K. Agaram | 2023-11-12 | 1 | -1/+0 |
* | check for 'error' mode in a few more places | Kartik K. Agaram | 2023-11-12 | 1 | -5/+14 |
* | 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 | 2 | -2/+2 |
* | remove stale variable from docs | Kartik K. Agaram | 2023-10-27 | 1 | -1/+1 |
* | change section delimiters in log for OpenBSD | Kartik K. Agaram | 2023-10-20 | 2 | -6/+10 |
* | use color alpha in button backgrounds | Kartik K. Agaram | 2023-10-16 | 1 | -1/+1 |
* | clearer API for drawing a button | Kartik K. Agaram | 2023-10-16 | 6 | -9/+5 |
* | rfind bugfix: handle empty pattern like string.find | Kartik K. Agaram | 2023-10-15 | 1 | -0/+2 |
* | add some tests for rfind | Kartik K. Agaram | 2023-10-15 | 1 | -0/+7 |
* | fix all tests in LÖVE v12 | Kartik K. Agaram | 2023-10-09 | 2 | -6/+20 |
* | start supporting LÖVE v12 | Kartik K. Agaram | 2023-10-09 | 3 | -4/+36 |
* | bugfix: clear selection when clicking above or below lines | Kartik K. Agaram | 2023-09-20 | 5 | -26/+103 |
* | indent | Kartik K. Agaram | 2023-09-16 | 2 | -16/+16 |
* | port an old fix to source editor | Kartik K. Agaram | 2023-09-16 | 1 | -1/+11 |
* | bugfix to the helper I added yesterday | Kartik K. Agaram | 2023-09-16 | 2 | -0/+2 |
* | source: show file being edited in window title bar | Kartik K. Agaram | 2023-09-15 | 2 | -1/+2 |
* | delete some dead code | Kartik K. Agaram | 2023-09-15 | 2 | -12/+1 |
* | hide line numbers from log browser | Kartik K. Agaram | 2023-09-15 | 3 | -8/+14 |
* | assume starty can be nil in update | Kartik K. Agaram | 2023-09-15 | 1 | -0/+6 |
* | bugfix: crash when using mouse wheel | Kartik K. Agaram | 2023-09-15 | 2 | -0/+4 |
* | change a helper slightly | Kartik K. Agaram | 2023-09-15 | 2 | -14/+22 |
* | clean up a slight jitter when drawing circles | Kartik K. Agaram | 2023-09-15 | 1 | -1/+2 |
* | always show line numbers in source editor | Kartik K. Agaram | 2023-09-14 | 3 | -3/+7 |
* | Revert "deemphasize the source editor" | Kartik K. Agaram | 2023-09-10 | 3 | -17/+3 |
* | 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 |
* | show any error after switching to source editor | Kartik K. Agaram | 2023-09-04 | 2 | -0/+9 |
* | 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 |
* | yet another set of bugfixes | Kartik K. Agaram | 2023-08-30 | 2 | -2/+2 |
* | bugfix in source editor | Kartik K. Agaram | 2023-08-30 | 1 | -2/+8 |
* | cleaner API for file-system access | Kartik K. Agaram | 2023-08-30 | 4 | -52/+535 |
* | make a few names consistent with snake_case | Kartik K. Agaram | 2023-08-30 | 4 | -20/+20 |
* | reorganize app.lua and its comments | Kartik K. Agaram | 2023-08-26 | 1 | -166/+142 |