about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* drop os.getenvKartik K. Agaram2022-01-021-7/+1
* editable file permissionsKartik K. Agaram2022-01-024-51/+192
* fork a new editor widget for non-codeKartik K. Agaram2022-01-022-2/+49
* better follow kilo's naming conventionsKartik K. Agaram2022-01-022-6/+6
* start peeling out an editor for non-codeKartik K. Agaram2022-01-021-14/+21
* .Kartik K. Agaram2022-01-022-1/+3
* copy tweakKartik K. Agaram2022-01-021-3/+4
* renameKartik K. Agaram2022-01-024-31/+31
* .Kartik K. Agaram2022-01-021-1/+1
* sandbox: tweaks to warning copyKartik K. Agaram2022-01-021-7/+8
* sandbox: color tweaksKartik K. Agaram2022-01-021-4/+4
* spacingKartik K. Agaram2021-12-261-0/+2
* undo accidental color scheme commitKartik K. Agaram2021-12-251-1/+1
* start persisting sandboxing settingsKartik K. Agaram2021-12-251-0/+86
* reorgKartik K. Agaram2021-12-251-24/+24
* network calls are now sandboxedKartik K. Agaram2021-12-251-1/+10
* file open() is now sandboxedKartik K. Agaram2021-12-253-15/+36
* flesh out very preliminary UIKartik K. Agaram2021-12-253-19/+154
* fix a couple of colorsKartik K. Agaram2021-12-251-2/+2
* delete a couple more hacky function prototypesKartik K. Agaram2021-12-253-4/+3
* .Kartik K. Agaram2021-12-251-2/+8
* mock sandbox status and some initial colorsKartik K. Agaram2021-12-252-1/+30
* update all places when changing color schemeKartik K. Agaram2021-12-251-0/+1
* fix menu colors in all color schemesKartik K. Agaram2021-12-251-1/+2
* a little more reorgKartik K. Agaram2021-12-251-79/+84
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-259-1061/+1071
* drop stdin/stdout/stderr and Lua default filesKartik K. Agaram2021-12-251-115/+13
* sandbox: no popenKartik K. Agaram2021-12-252-57/+1
* tlv format for transient editor stateKartik K. Agaram2021-12-252-18/+21
* sandbox: no system()Kartik K. Agaram2021-12-251-7/+1
* cleaner test messageKartik K. Agaram2021-12-231-3/+2
* errors during tests are now handledKartik K. Agaram2021-12-221-1/+8
* more precise control over menu orderKartik K. Agaram2021-12-221-2/+10
* fix arrow keys in big picture view on MacKartik K. Agaram2021-12-211-5/+5
* bugfix: ensure definition to edit has some nameKartik K. Agaram2021-12-211-4/+6
* less confusing nameKartik K. Agaram2021-12-212-12/+10
* arrow keys in big picture viewKartik K. Agaram2021-12-211-12/+104
* gemini: echo urls while typing inKartik K. Agaram2021-12-211-0/+3
* nail down trusted Teliva channels a little moreKartik K. Agaram2021-12-214-9/+16
* keep Teliva apps from pretending to be TelivaKartik K. Agaram2021-12-211-0/+3
* pay more attention to where we display the cursorKartik K. Agaram2021-12-181-1/+2
* drop ASan from MakefileKartik K. Agaram2021-12-181-2/+2
* ctrl-u: clear proseKartik K. Agaram2021-12-171-2/+2
* better copy on test failuresKartik K. Agaram2021-12-171-1/+4
* correct count of test failuresKartik K. Agaram2021-12-171-1/+1
* keep tests from messing up big pictureKartik K. Agaram2021-12-171-0/+19
* one more protection against Lua stack leakKartik K. Agaram2021-12-171-6/+6
* experimental support for test errorsKartik K. Agaram2021-12-171-3/+8
* start of a test frameworkKartik K. Agaram2021-12-171-0/+35
* yet another stab at reorganizing stack assertionsKartik K. Agaram2021-12-171-9/+14