about summary refs log tree commit diff stats
path: root/source_edit.lua
Commit message (Expand)AuthorAgeFilesLines
* update stale informationKartik K. Agaram2023-03-251-1/+1
* some minor cleanupKartik K. Agaram2023-03-231-1/+1
* mouse wheel supportKartik K. Agaram2023-03-231-0/+14
* get rid of all bifold textKartik K. Agaram2023-03-171-76/+27
* bring a few things in sync between run and sourceKartik K. Agaram2023-03-171-3/+5
* bugfix: disallow font size of 0Kartik K. Agaram2023-03-171-2/+4
* state validation in source editor as wellKartik K. Agaram2023-03-171-2/+24
* bugfixKartik K. Agaram2023-02-091-0/+1
* bugfixKartik K. Agaram2022-12-241-1/+1
* typoKartik K. Agaram2022-12-241-1/+1
* consistent names in a few more placesKartik K. Agaram2022-12-231-4/+4
* make love event names consistentKartik K. Agaram2022-12-231-19/+19
* repeat bugfix on source editor X-(Kartik K. Agaram2022-12-121-2/+5
* repeat bugfix on source editorKartik K. Agaram2022-12-121-1/+6
* repeat bugfix on source editorKartik K. Agaram2022-11-271-1/+1
* ctrl+a: select entire bufferKartik K. Agaram2022-11-191-1/+4
* stop tracking wallclock timeKartik K. Agaram2022-11-031-2/+2
* hide editor cursor while in file navigatorKartik K. Agaram2022-09-181-2/+2
* new testKartik K. Agaram2022-09-151-1/+4
* bugfix: path munging on WindowsKartik K. Agaram2022-09-101-1/+1
* self-documenting 0 Test_right_marginKartik K. Agaram2022-09-071-1/+4
* switch shortcuts for bifold textKartik K. Agaram2022-09-061-2/+2
* support selections in the source editorKartik K. Agaram2022-09-061-1/+56
* support hyperlinks in the source editorKartik K. Agaram2022-09-051-0/+1
* support drawings in the source editorKartik K. Agaram2022-09-051-21/+157
* editing source code from within the appKartik K. Agaram2022-09-031-0/+377