about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* add a mirror and reorg mirrors HEAD mainKartik K. Agaram2024-03-101-3/+4
* ensure tapping on editor brings up soft keyboardKartik K. Agaram2024-02-162-0/+2
* bugfix in cursor positioningKartik K. Agaram2024-02-084-14/+14
* fix yet another placeKartik K. Agaram2024-02-041-3/+3
* more realism in one more helperKartik K. Agaram2024-02-042-5/+5
* bugfix: don't clear selection on M-arrowKartik K. Agaram2024-02-041-1/+1
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-045-188/+188
* use editor state font for width calculationsKartik K. Agaram2024-01-129-71/+67
* don't save settings on error in source editorKartik K. Agaram2024-01-123-2/+3
* fix still more issues with the previous scenarioKartik K. Agaram2024-01-122-1/+2
* clean up test mocks before abortingKartik K. Agaram2024-01-121-0/+1
* moar bugfix X-(Kartik K. Agaram2023-12-292-2/+2
* bugfixKartik K. Agaram2023-12-296-10/+12
* update docKartik K. Agaram2023-12-291-1/+1
* pull font into editorKartik K. Agaram2023-12-295-23/+23
* bugfix: utf-8Kartik K. Agaram2023-12-262-2/+4
* document a missing editor APIKartik K. Agaram2023-12-191-3/+6
* bugfix :(Kartik K. Agaram2023-12-181-1/+1
* make button backgrounds optionalKartik K. Agaram2023-12-183-12/+13
* add a helper and update some docsKartik K. Agaram2023-12-182-3/+7
* streamline button.luaKartik K. Agaram2023-12-166-11/+7
* fix a couple of asserts missed in the recent auditKartik K. Agaram2023-12-093-5/+2
* copy correct warning messageKartik K. Agaram2023-12-071-1/+6
* minor tweaks to manual tests while pushing to all forksKartik K. Agaram2023-12-071-3/+3
* hide some details within the 'warning' stateKartik K. Agaram2023-12-061-27/+45
* redo version checks yet againKartik K. Agaram2023-12-063-19/+41
* redo version checksKartik K. Agaram2023-12-064-22/+40
* _yet another_ bugfix to the version check X-(Kartik K. Agaram2023-12-062-0/+2
* yet another bugfix to the version checkKartik K. Agaram2023-12-032-2/+2
* speculatively recommend new LÖVE v11.5 in all forksKartik K. Agaram2023-12-031-1/+1
* bugfix: version checkKartik K. Agaram2023-12-033-2/+6
* clearing starty is redundant in mutationsKartik K. Agaram2023-12-032-10/+0
* mouse button state in source editorKartik K. Agaram2023-12-012-1/+3
* manually maintain mouse button press stateKartik K. Agaram2023-12-012-1/+3
* port keyboard layout handling to source editorKartik K. Agaram2023-11-251-1/+8
* improved handling of other keyboard layoutsKartik K. Agaram2023-11-251-1/+8
* bugfix: infinite loop inside a very narrow windowKartik K. Agaram2023-11-242-2/+6
* establish a fairly fundamental invariantKartik K. Agaram2023-11-242-0/+12
* late-bind my App.* handlersKartik K. Agaram2023-11-181-1/+2
* audit all assertsKartik K. Agaram2023-11-1815-132/+100
* remove some dead codeKartik K. Agaram2023-11-121-1/+0
* check for 'error' mode in a few more placesKartik K. Agaram2023-11-121-5/+14
* 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-272-2/+2
* remove stale variable from docsKartik K. Agaram2023-10-271-1/+1
* change section delimiters in log for OpenBSDKartik K. Agaram2023-10-202-6/+10
* use color alpha in button backgroundsKartik K. Agaram2023-10-161-1/+1