Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 | |
* | stop futzing around and start sandboxing | Kartik K. Agaram | 2021-12-24 | 4 | -0/+937 | |
* | clarify 'hardcoded colors' in the Readme | Kartik K. Agaram | 2021-12-24 | 1 | -1/+2 | |
* | . | Kartik K. Agaram | 2021-12-23 | 1 | -0/+7 | |
* | 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 | |
* | cleaner test message | Kartik K. Agaram | 2021-12-23 | 1 | -3/+2 | |
* | 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 | |
* | errors during tests are now handled | Kartik K. Agaram | 2021-12-22 | 1 | -1/+8 | |
* | 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 | 6 | -12/+26 | |
* | gemini: back button | Kartik K. Agaram | 2021-12-22 | 1 | -0/+8 | |
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -1/+1 | |
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -8/+4 | |
* | fix arrow keys in big picture view on Mac | Kartik K. Agaram | 2021-12-21 | 1 | -5/+5 | |
* | gemini: links | Kartik K. Agaram | 2021-12-21 | 1 | -19/+101 | |
* | 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 | 2 | -12/+10 | |
* | arrow keys in big picture view | Kartik K. Agaram | 2021-12-21 | 2 | -12/+105 | |
* | gemini: echo urls while typing in | Kartik K. Agaram | 2021-12-21 | 1 | -0/+3 | |
* | gemini: slightly cleaner rendering of owner input | Kartik K. Agaram | 2021-12-21 | 1 | -0/+7 | |
* | nail down trusted Teliva channels a little more | Kartik K. Agaram | 2021-12-21 | 9 | -14/+16 | |
* | keep Teliva apps from pretending to be Teliva | Kartik K. Agaram | 2021-12-21 | 2 | -0/+6 | |
* | minor tweaks | Kartik K. Agaram | 2021-12-21 | 3 | -22/+3 | |
* | gemini: ctrl-g to open a new page | Kartik K. Agaram | 2021-12-21 | 1 | -67/+115 | |
* | start of a gemini browser | Kartik K. Agaram | 2021-12-20 | 1 | -0/+357 | |
* | fix stale readme | Kartik K. Agaram | 2021-12-20 | 1 | -4/+3 | |
* | document dbg | Kartik K. Agaram | 2021-12-18 | 2 | -0/+4 | |
* | 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 | 3 | -1/+4 | |
* | streamline an app; pull useful stuff into template | Kartik K. Agaram | 2021-12-18 | 2 | -8813/+87 | |
* | drop ASan from Makefile | Kartik K. Agaram | 2021-12-18 | 1 | -2/+2 | |
* | mention programming framework in Readme | Kartik K. Agaram | 2021-12-18 | 1 | -0/+6 | |
* | ctrl-u: clear prose | Kartik K. Agaram | 2021-12-17 | 2 | -2/+98 | |
* | 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 | |
* | 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 |