Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorg: pull Teliva-specific stuff out of lua.c | Kartik K. Agaram | 2021-12-25 | 1 | -998/+4 |
* | tlv format for transient editor state | Kartik K. Agaram | 2021-12-25 | 1 | -17/+20 |
* | cleaner test message | Kartik K. Agaram | 2021-12-23 | 1 | -3/+2 |
* | errors during tests are now handled | Kartik K. Agaram | 2021-12-22 | 1 | -1/+8 |
* | fix arrow keys in big picture view on Mac | Kartik K. Agaram | 2021-12-21 | 1 | -5/+5 |
* | bugfix: ensure definition to edit has some name | Kartik K. Agaram | 2021-12-21 | 1 | -4/+6 |
* | less confusing name | Kartik K. Agaram | 2021-12-21 | 1 | -5/+3 |
* | arrow keys in big picture view | Kartik K. Agaram | 2021-12-21 | 1 | -12/+104 |
* | nail down trusted Teliva channels a little more | Kartik K. Agaram | 2021-12-21 | 1 | -1/+6 |
* | pay more attention to where we display the cursor | Kartik K. Agaram | 2021-12-18 | 1 | -1/+2 |
* | better copy on test failures | Kartik K. Agaram | 2021-12-17 | 1 | -1/+4 |
* | correct count of test failures | Kartik K. Agaram | 2021-12-17 | 1 | -1/+1 |
* | keep tests from messing up big picture | Kartik K. Agaram | 2021-12-17 | 1 | -0/+19 |
* | one more protection against Lua stack leak | Kartik K. Agaram | 2021-12-17 | 1 | -6/+6 |
* | experimental support for test errors | Kartik K. Agaram | 2021-12-17 | 1 | -3/+8 |
* | start of a test framework | Kartik K. Agaram | 2021-12-17 | 1 | -0/+35 |
* | yet another stab at reorganizing stack assertions | Kartik K. Agaram | 2021-12-17 | 1 | -9/+14 |
* | . | Kartik K. Agaram | 2021-12-17 | 1 | -0/+3 |
* | . | Kartik K. Agaram | 2021-12-17 | 1 | -4/+4 |
* | more protection against data loss | Kartik K. Agaram | 2021-12-17 | 1 | -2/+2 |
* | protect against data loss in some rare situations | Kartik K. Agaram | 2021-12-16 | 1 | -3/+32 |
* | fix another leak in the Lua stack | Kartik K. Agaram | 2021-12-16 | 1 | -2/+9 |
* | more consistently show notes in recent changes | Kartik K. Agaram | 2021-12-16 | 1 | -1/+5 |
* | stop leaking on the Lua stack, redux | Kartik K. Agaram | 2021-12-16 | 1 | -11/+19 |
* | Revert "stop leaking on the Lua stack" | Kartik K. Agaram | 2021-12-16 | 1 | -2/+2 |
* | stop leaking on the Lua stack | Kartik K. Agaram | 2021-12-16 | 1 | -2/+2 |
* | show all functions in big picture | Kartik K. Agaram | 2021-12-13 | 1 | -2/+6 |
* | can again edit notes on changes | Kartik K. Agaram | 2021-12-11 | 1 | -4/+4 |
* | bring back commandline args | Kartik K. Agaram | 2021-12-11 | 1 | -1/+18 |
* | snapshot: writing working? | Kartik K. Agaram | 2021-12-11 | 1 | -34/+7 |
* | snapshot: start reading a new format | Kartik K. Agaram | 2021-12-11 | 1 | -26/+3 |
* | . | Kartik K. Agaram | 2021-12-07 | 1 | -1/+1 |
* | cleaner | Kartik K. Agaram | 2021-12-07 | 1 | -2/+2 |
* | slightly improve experience on Konrad Hinsen's bug | Kartik K. Agaram | 2021-12-07 | 1 | -1/+1 |
* | fix colors in startup errors | Kartik K. Agaram | 2021-12-06 | 1 | -0/+1 |
* | slightly more obvious menu copy | Kartik K. Agaram | 2021-12-06 | 1 | -4/+21 |
* | more configurable colors | Kartik K. Agaram | 2021-12-06 | 1 | -18/+20 |
* | grey rather than harsh white background | Kartik K. Agaram | 2021-12-04 | 1 | -2/+2 |
* | start showing call stack on errors | Kartik K. Agaram | 2021-12-04 | 1 | -19/+54 |
* | another fix for colors | Kartik K. Agaram | 2021-12-03 | 1 | -2/+2 |
* | less ambiguous menus | Kartik K. Agaram | 2021-12-03 | 1 | -5/+5 |
* | get rid of `Esc` hotkey | Kartik K. Agaram | 2021-12-03 | 1 | -4/+4 |
* | improve support for backspace | Kartik K. Agaram | 2021-12-03 | 1 | -4/+7 |
* | error message when no app is provided | Kartik K. Agaram | 2021-12-03 | 1 | -194/+6 |
* | . | Kartik K. Agaram | 2021-12-03 | 1 | -2/+3 |
* | legible colors across all terminal configurations | Kartik K. Agaram | 2021-12-03 | 1 | -1/+1 |
* | show state of screen on runtime error | Kartik K. Agaram | 2021-12-03 | 1 | -0/+7 |
* | . | Kartik K. Agaram | 2021-12-03 | 1 | -1/+1 |
* | extract a helper | Kartik K. Agaram | 2021-12-03 | 1 | -18/+32 |
* | fix a slight portability issue, maybe | Kartik K. Agaram | 2021-12-02 | 1 | -1/+1 |