about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reorganize some commentsKartik K. Agaram2023-07-311-2/+2
* bugfix: search highlight straddling screen linesKartik K. Agaram2023-07-312-14/+16
* remove a duplicate print to screenKartik K. Agaram2023-07-312-17/+14
* extract a variableKartik K. Agaram2023-07-312-2/+4
* bugfix: highlight search patterns on the right lineKartik K. Agaram2023-07-312-4/+14
* hoist and duplicate a conditionalKartik K. Agaram2023-07-312-6/+10
* improve a commentKartik K. Agaram2023-07-312-2/+2
* drop an unused argKartik K. Agaram2023-07-112-4/+4
* standardize between run and source some moreKartik K. Agaram2023-07-102-7/+3
* simplify saving settingsKartik K. Agaram2023-07-102-8/+2
* bugfix: Windows pushing title bar off screenKartik K. Agaram2023-07-103-92/+32
* delete flags that have never been exercisedKartik K. Agaram2023-07-102-8/+0
* bugfix: preserve window positionKartik K. Agaram2023-07-101-1/+11
* bugfix: preserve window positionKartik K. Agaram2023-07-101-2/+7
* support for num padKartik K. Agaram2023-07-071-0/+37
* experiment: convert to PijulKartik K. Agaram2023-06-251-0/+1