about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
* slightly firm up phases in pmainKartik K. Agaram2022-03-071-2/+9
* fix the security vulnerabilityKartik K. Agaram2022-03-071-2/+4
* call app's main() from within Lua pmainKartik K. Agaram2022-03-071-1/+5
* decode json from channelsKartik K. Agaram2022-03-061-0/+2
* move start_reading/start_writing out of templateKartik K. Agaram2022-03-061-0/+2
* import https://github.com/majek/lua-channelsKartik K. Agaram2022-02-261-0/+2
* get Teliva running on NetBSDKartik K. Agaram2022-01-241-0/+4
* .Kartik K. Agaram2022-01-021-1/+1
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-251-998/+4
* tlv format for transient editor stateKartik K. Agaram2021-12-251-17/+20
* cleaner test messageKartik K. Agaram2021-12-231-3/+2
* errors during tests are now handledKartik K. Agaram2021-12-221-1/+8
* 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-211-5/+3
* arrow keys in big picture viewKartik K. Agaram2021-12-211-12/+104
* nail down trusted Teliva channels a little moreKartik K. Agaram2021-12-211-1/+6
* pay more attention to where we display the cursorKartik K. Agaram2021-12-181-1/+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
* .Kartik K. Agaram2021-12-171-0/+3
* .Kartik K. Agaram2021-12-171-4/+4
* more protection against data lossKartik K. Agaram2021-12-171-2/+2
* protect against data loss in some rare situationsKartik K. Agaram2021-12-161-3/+32
* fix another leak in the Lua stackKartik K. Agaram2021-12-161-2/+9
* more consistently show notes in recent changesKartik K. Agaram2021-12-161-1/+5
* stop leaking on the Lua stack, reduxKartik K. Agaram2021-12-161-11/+19
* Revert "stop leaking on the Lua stack"Kartik K. Agaram2021-12-161-2/+2
* stop leaking on the Lua stackKartik K. Agaram2021-12-161-2/+2
* show all functions in big pictureKartik K. Agaram2021-12-131-2/+6
* can again edit notes on changesKartik K. Agaram2021-12-111-4/+4
* bring back commandline argsKartik K. Agaram2021-12-111-1/+18
* snapshot: writing working?Kartik K. Agaram2021-12-111-34/+7
* snapshot: start reading a new formatKartik K. Agaram2021-12-111-26/+3
* .Kartik K. Agaram2021-12-071-1/+1
* cleanerKartik K. Agaram2021-12-071-2/+2
* slightly improve experience on Konrad Hinsen's bugKartik K. Agaram2021-12-071-1/+1
* fix colors in startup errorsKartik K. Agaram2021-12-061-0/+1
* slightly more obvious menu copyKartik K. Agaram2021-12-061-4/+21
* more configurable colorsKartik K. Agaram2021-12-061-18/+20
* grey rather than harsh white backgroundKartik K. Agaram2021-12-041-2/+2
* start showing call stack on errorsKartik K. Agaram2021-12-041-19/+54
* another fix for colorsKartik K. Agaram2021-12-031-2/+2
* less ambiguous menusKartik K. Agaram2021-12-031-5/+5
* get rid of `Esc` hotkeyKartik K. Agaram2021-12-031-4/+4