Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use method syntax where possible | Kartik K. Agaram | 2022-03-06 | 1 | -6/+6 |
* | reconcile all apps with template.tlv | Kartik K. Agaram | 2022-03-06 | 1 | -6/+39 |
* | distinguish between window global and arg | Kartik K. Agaram | 2022-03-02 | 1 | -5/+5 |
* | starting to make Teliva apps more testable | Kartik K. Agaram | 2022-02-27 | 1 | -3/+3 |
* | 'doc:blurb': a place to briefly describe an app | Kartik K. Agaram | 2022-02-17 | 1 | -0/+6 |
* | fix a conflicting keyboard shortcut | Kartik K. Agaram | 2022-02-17 | 1 | -2/+2 |
* | Lua gotcha: iterating over strings yields strings | Kartik K. Agaram | 2022-02-08 | 1 | -3/+3 |
* | toot-toot: gracefully handle lack of permissions | Kartik K. Agaram | 2022-01-03 | 1 | -2/+4 |
* | toot-toot: support backspace on Mac | Kartik K. Agaram | 2021-12-23 | 1 | -1/+1 |
* | toot-toot: cursor_down now handles wrapping lines | Kartik K. Agaram | 2021-12-23 | 1 | -8/+31 |
* | clean up debug prints | Kartik K. Agaram | 2021-12-23 | 1 | -9/+0 |
* | toot-toot: plug width into cursor movement | Kartik K. Agaram | 2021-12-23 | 1 | -3/+4 |
* | toot-toot: reorg definitions | Kartik K. Agaram | 2021-12-23 | 1 | -209/+113 |
* | toot-toot: clean up history | Kartik K. Agaram | 2021-12-23 | 1 | -233/+60 |
* | toot-toot: cursor_up now handles wrapping lines | Kartik K. Agaram | 2021-12-23 | 1 | -6/+12 |
* | snapshot: more tests for cursor_up | Kartik K. Agaram | 2021-12-23 | 1 | -0/+208 |
* | toot-toot: more elaborate cursor_up | Kartik K. Agaram | 2021-12-22 | 1 | -12/+59 |
* | toot-toot: more verbose but clearer cursor_down | Kartik K. Agaram | 2021-12-22 | 1 | -16/+44 |
* | clean up my debug conlang | Kartik K. Agaram | 2021-12-22 | 1 | -6/+0 |
* | toot-toot: redo cursor_down as an experiment | Kartik K. Agaram | 2021-12-22 | 1 | -9/+30 |
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -1/+1 |
* | toot-toot: a few more tests | Kartik K. Agaram | 2021-12-22 | 1 | -1/+16 |
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -29/+19 |
* | more precise control over menu order | Kartik K. Agaram | 2021-12-22 | 1 | -3/+4 |
* | minor tweaks | Kartik K. Agaram | 2021-12-21 | 1 | -20/+1 |
* | document dbg | Kartik K. Agaram | 2021-12-18 | 1 | -0/+2 |
* | toot-toot: save prose somewhere | Kartik K. Agaram | 2021-12-18 | 1 | -0/+5 |
* | pay more attention to where we display the cursor | Kartik K. Agaram | 2021-12-18 | 1 | -0/+1 |
* | streamline an app; pull useful stuff into template | Kartik K. Agaram | 2021-12-18 | 1 | -8813/+55 |
* | ctrl-u: clear prose | Kartik K. Agaram | 2021-12-17 | 1 | -0/+96 |
* | bug: handle digits in prose | Kartik K. Agaram | 2021-12-17 | 1 | -4/+686 |
* | clean up cursor_up | Kartik K. Agaram | 2021-12-17 | 1 | -4/+29 |
* | two implementations of cursor_up | Kartik K. Agaram | 2021-12-17 | 1 | -0/+1830 |
* | start of a test framework | Kartik K. Agaram | 2021-12-17 | 1 | -0/+6598 |