about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* helper: file_existsKartik K. Agaram2022-08-231-0/+10
* make App.open_for_* look more like io.openKartik K. Agaram2022-08-231-7/+9
* pass all button params to the iconKartik K. Agaram2022-08-232-2/+3
* allow buttons to nest as wellKartik K. Agaram2022-08-231-2/+11
* flip return value of button handlersKartik K. Agaram2022-08-232-6/+4
* stop putting button state in a globalKartik K. Agaram2022-08-233-9/+13
* improve explanation for buttonsKartik K. Agaram2022-08-231-1/+4
* allow buttons to interrupt eventsKartik K. Agaram2022-08-232-2/+6
* indentKartik K. Agaram2022-08-231-1/+3
* distinguish consistently between mouse buttons and other buttonsKartik K. Agaram2022-08-233-30/+30
* include pensieve.love even though it's in developmentKartik K. Agaram2022-08-221-0/+5
* include a forkKartik K. Agaram2022-08-211-0/+2
* correct a commentKartik K. Agaram2022-08-211-1/+1
* regression: dropping files on the windowKartik K. Agaram2022-08-192-0/+3
* fix a nameKartik K. Agaram2022-08-191-4/+4
* reclaim a couple more functions after testsKartik K. Agaram2022-08-191-0/+2
* couple of accidental globalsKartik K. Agaram2022-08-181-2/+2
* get rid of some ridiculous codeKartik K. Agaram2022-08-181-15/+5
* spurious argsKartik K. Agaram2022-08-181-18/+18
* dead codeKartik K. Agaram2022-08-181-2/+0
* generalize a functionKartik K. Agaram2022-08-183-12/+13
* drop some obsolete argsKartik K. Agaram2022-08-181-2/+2
* subsection headings in a long switchKartik K. Agaram2022-08-181-0/+2
* extract a variableKartik K. Agaram2022-08-181-2/+3
* simplifyKartik K. Agaram2022-08-181-4/+1
* simpler location comparisonKartik K. Agaram2022-08-171-5/+2
* move caching behavior inside compute_fragmentsKartik K. Agaram2022-08-171-6/+6
* remove some unnecessary workKartik K. Agaram2022-08-171-1/+3
* standardize scroll check in a few placesKartik K. Agaram2022-08-171-3/+3
* simplify cursor-on-screen checkKartik K. Agaram2022-08-172-11/+9
* swap return valuesKartik K. Agaram2022-08-173-8/+8
* obsolete commentKartik K. Agaram2022-08-161-2/+0
* moveKartik K. Agaram2022-08-151-28/+28
* drop some unnecessary callsKartik K. Agaram2022-08-151-6/+0
* stop confusingly reading a globalKartik K. Agaram2022-08-151-2/+2
* new mirrorKartik K. Agaram2022-08-141-0/+1
* more cogent onboarding instructionsKartik K. Agaram2022-08-141-4/+7
* remove some duplicationKartik K. Agaram2022-08-142-13/+8
* bugfix: obsolete location for attributeKartik K. Agaram2022-08-141-2/+2
* overzealous search-and-replaceKartik K. Agaram2022-08-131-1/+1
* bugfix: check after cursor on same line when searching upwardsKartik K. Agaram2022-08-112-1/+28
* search: transparently handle drawings everywhereKartik K. Agaram2022-08-111-22/+18
* bugfix: search upwardsKartik K. Agaram2022-08-112-1/+20
* bugfix: check before cursor on same lineKartik K. Agaram2022-08-112-1/+31
* bugfix: handle drawings when updating screen topKartik K. Agaram2022-08-111-0/+1
* renameKartik K. Agaram2022-08-111-24/+24
* bugfix: pagedown was sometimes bouncing upKartik K. Agaram2022-08-102-1/+18
* bugfix: backspace from start of final lineKartik K. Agaram2022-08-102-1/+21
* unnecessary argsKartik K. Agaram2022-08-101-1/+1
* hardcode some assumptions about how this app uses loveKartik K. Agaram2022-08-061-18/+11