about summary refs log tree commit diff stats
path: root/commands.lua
Commit message (Expand)AuthorAgeFilesLines
* make love event names consistentKartik K. Agaram2022-12-231-2/+2
* source editor: clear logsKartik K. Agaram2022-12-051-0/+1
* show partial items in the menuKartik K. Agaram2022-11-061-1/+1
* source: show files in MRU orderKartik K. Agaram2022-09-191-4/+8
* extract a couple of functionsKartik K. Agaram2022-09-191-13/+16
* filter candidates in file navigatorKartik K. Agaram2022-09-181-0/+42
* support mouse clicks in file navigatorKartik K. Agaram2022-09-181-2/+9
* start showing source menu file navigation state graphicallyKartik K. Agaram2022-09-181-5/+53
* source: up/down in file navigatorKartik K. Agaram2022-09-181-0/+68
* indentKartik K. Agaram2022-09-181-7/+7
* source: show all files in navigatorKartik K. Agaram2022-09-171-5/+31
* renameKartik K. Agaram2022-09-171-3/+3
* delete some logsKartik K. Agaram2022-09-171-3/+0
* bugfix: never skip files in file navigatorKartik K. Agaram2022-09-171-4/+3
* use existing localKartik K. Agaram2022-09-171-1/+1
* use a helperKartik K. Agaram2022-09-171-11/+7
* some debug printsKartik K. Agaram2022-09-171-0/+4
* switch shortcuts for bifold textKartik K. Agaram2022-09-061-3/+3
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+1
* editing source code from within the appKartik K. Agaram2022-09-031-0/+100