about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* clearer API for drawing a buttonKartik K. Agaram2023-10-166-9/+5
* rfind bugfix: handle empty pattern like string.findKartik K. Agaram2023-10-151-0/+2
* add some tests for rfindKartik K. Agaram2023-10-151-0/+7
* fix all tests in LÖVE v12Kartik K. Agaram2023-10-092-6/+20
* start supporting LÖVE v12Kartik K. Agaram2023-10-093-4/+36
* bugfix: clear selection when clicking above or below linesKartik K. Agaram2023-09-205-26/+103
* indentKartik K. Agaram2023-09-162-16/+16
* port an old fix to source editorKartik K. Agaram2023-09-161-1/+11
* bugfix to the helper I added yesterdayKartik K. Agaram2023-09-162-0/+2
* source: show file being edited in window title barKartik K. Agaram2023-09-152-1/+2
* delete some dead codeKartik K. Agaram2023-09-152-12/+1
* hide line numbers from log browserKartik K. Agaram2023-09-153-8/+14
* assume starty can be nil in updateKartik K. Agaram2023-09-151-0/+6
* bugfix: crash when using mouse wheelKartik K. Agaram2023-09-152-0/+4
* change a helper slightlyKartik K. Agaram2023-09-152-14/+22
* clean up a slight jitter when drawing circlesKartik K. Agaram2023-09-151-1/+2
* always show line numbers in source editorKartik K. Agaram2023-09-143-3/+7
* Revert "deemphasize the source editor"Kartik K. Agaram2023-09-103-17/+3
* yet another bugfix X-(Kartik K. Agaram2023-09-091-2/+2
* two bugfixesKartik K. Agaram2023-09-091-2/+3
* new primitives for reading/writing filesKartik K. Agaram2023-09-091-0/+34
* reorderKartik K. Agaram2023-09-091-11/+11
* a few more testable file-system operationsKartik K. Agaram2023-09-081-0/+13
* show any error after switching to source editorKartik K. Agaram2023-09-042-0/+9