about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* switch to source editor on errorKartik K. Agaram2023-09-041-3/+18
* stop using keyboard.isDownKartik K. Agaram2023-09-041-2/+18
* yet another set of bugfixesKartik K. Agaram2023-08-302-2/+2
* bugfix in source editorKartik K. Agaram2023-08-301-2/+8
* cleaner API for file-system accessKartik K. Agaram2023-08-304-52/+535
* make a few names consistent with snake_caseKartik K. Agaram2023-08-304-20/+20
* reorganize app.lua and its commentsKartik K. Agaram2023-08-261-166/+142
* correct various names in this and other pre-freewheeling forksKartik K. Agaram2023-08-261-7/+7
* fix method name in documentationKartik K. Agaram2023-08-261-1/+1
* tweak wording in test listKartik K. Agaram2023-08-071-3/+2