Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more carefully pass the 'key' arg around | Kartik K. Agaram | 2024-02-04 | 5 | -188/+188 |
* | use editor state font for width calculations | Kartik K. Agaram | 2024-01-12 | 9 | -71/+67 |
* | don't save settings on error in source editor | Kartik K. Agaram | 2024-01-12 | 3 | -2/+3 |
* | fix still more issues with the previous scenario | Kartik K. Agaram | 2024-01-12 | 2 | -1/+2 |
* | clean up test mocks before aborting | Kartik K. Agaram | 2024-01-12 | 1 | -0/+1 |
* | moar bugfix X-( | Kartik K. Agaram | 2023-12-29 | 2 | -2/+2 |
* | bugfix | Kartik K. Agaram | 2023-12-29 | 6 | -10/+12 |
* | update doc | Kartik K. Agaram | 2023-12-29 | 1 | -1/+1 |
* | pull font into editor | Kartik K. Agaram | 2023-12-29 | 5 | -23/+23 |
* | bugfix: utf-8 | Kartik K. Agaram | 2023-12-26 | 2 | -2/+4 |
* | document a missing editor API | Kartik K. Agaram | 2023-12-19 | 1 | -3/+6 |
* | bugfix :( | Kartik K. Agaram | 2023-12-18 | 1 | -1/+1 |
* | make button backgrounds optional | Kartik K. Agaram | 2023-12-18 | 3 | -12/+13 |
* | add a helper and update some docs | Kartik K. Agaram | 2023-12-18 | 2 | -3/+7 |
* | streamline button.lua | Kartik K. Agaram | 2023-12-16 | 6 | -11/+7 |
* | fix a couple of asserts missed in the recent audit | Kartik K. Agaram | 2023-12-09 | 3 | -5/+2 |
* | copy correct warning message | Kartik K. Agaram | 2023-12-07 | 1 | -1/+6 |
* | minor tweaks to manual tests while pushing to all forks | Kartik K. Agaram | 2023-12-07 | 1 | -3/+3 |
* | hide some details within the 'warning' state | Kartik K. Agaram | 2023-12-06 | 1 | -27/+45 |
* | redo version checks yet again | Kartik K. Agaram | 2023-12-06 | 3 | -19/+41 |
* | redo version checks | Kartik K. Agaram | 2023-12-06 | 4 | -22/+40 |
* | _yet another_ bugfix to the version check X-( | Kartik K. Agaram | 2023-12-06 | 2 | -0/+2 |
* | yet another bugfix to the version check | Kartik K. Agaram | 2023-12-03 | 2 | -2/+2 |
* | speculatively recommend new LÖVE v11.5 in all forks | Kartik K. Agaram | 2023-12-03 | 1 | -1/+1 |
* | bugfix: version check | Kartik K. Agaram | 2023-12-03 | 3 | -2/+6 |
* | 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 |