about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more Makefile streamliningKartik K. Agaram2021-11-243-19/+17
* .Kartik K. Agaram2021-11-241-3/+3
* consistent file opsKartik K. Agaram2021-11-241-6/+6
* styleKartik K. Agaram2021-11-241-3/+3
* renameKartik K. Agaram2021-11-241-7/+7
* indentKartik K. Agaram2021-11-241-32/+32
* clean up a warning and a bit of duplicationKartik K. Agaram2021-11-224-35/+2
* standardize warning flags everywhereKartik K. Agaram2021-11-229-26/+23
* .Kartik K. Agaram2021-11-221-13/+8
* drop a warning implied by -WallKartik K. Agaram2021-11-221-1/+1
* standardize CFLAGS in luasocketKartik K. Agaram2021-11-221-5/+4
* standardize CFLAGSKartik K. Agaram2021-11-221-1/+1
* standardize CFLAGS in luasecKartik K. Agaram2021-11-221-6/+6
* standardize on gccKartik K. Agaram2021-11-221-1/+1
* delete final vestiges of embedded luasocketKartik K. Agaram2021-11-227-243/+7
* delete most of the embedded luasocket in luasecKartik K. Agaram2021-11-2212-1545/+8
* luasec: fix 'make clean'Kartik K. Agaram2021-11-221-3/+3
* https now working!Kartik K. Agaram2021-11-2134-9/+5640
* basic http requests starting to workKartik K. Agaram2021-11-2113-108/+75
* now. we. have. JSON.Kartik K. Agaram2021-11-212-0/+390
* drop some redundant `require`sKartik K. Agaram2021-11-201-14/+7
* luasocket now loading properlyKartik K. Agaram2021-11-206-6/+12
* renameKartik K. Agaram2021-11-202-1/+1
* extract a helperKartik K. Agaram2021-11-201-8/+17
* inline luasocketKartik K. Agaram2021-11-2051-1/+9430
* bugfix: support running from top-levelKartik K. Agaram2021-11-201-1/+1
* get rid of a distracting nameKartik K. Agaram2021-11-203-4/+4
* port changes from minimal to maximal versionKartik K. Agaram2021-11-205-531/+47
* report errors when calling non-existent functionsKartik K. Agaram2021-11-201-2/+4
* inline in C is not worth the troubleKartik K. Agaram2021-11-201-2/+2
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-1912-4/+4991
* tested on Mac OSKartik K. Agaram2021-11-141-1/+1
* import life.teliva into image formatKartik K. Agaram2021-11-141-0/+1
* cleaner error handlingKartik K. Agaram2021-11-142-21/+9
* .Kartik K. Agaram2021-11-141-2/+1
* remain in editor on errorKartik K. Agaram2021-11-142-5/+31
* .Kartik K. Agaram2021-11-142-3/+3
* find _some_ way to show error on initial loadKartik K. Agaram2021-11-141-2/+8
* more menu cleanupKartik K. Agaram2021-11-142-8/+16
* .Kartik K. Agaram2021-11-142-20/+20
* drop support for non-image Lua scriptsKartik K. Agaram2021-11-141-35/+8
* draw the browse dialog the same wayKartik K. Agaram2021-11-142-10/+46
* dialogs are not status messagesKartik K. Agaram2021-11-141-3/+8
* smarter image browsingKartik K. Agaram2021-11-141-19/+53
* slightly more robust on-disk formatKartik K. Agaram2021-11-141-2/+2
* janky way to cancel browsingKartik K. Agaram2021-11-141-6/+9
* slightly more obvious browse dialogKartik K. Agaram2021-11-141-1/+4
* cleaner dialogsKartik K. Agaram2021-11-142-23/+60
* no, use Esc to cancelKartik K. Agaram2021-11-141-5/+5
* use word at cursor when it's not at start of lineKartik K. Agaram2021-11-141-2/+4