Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -1/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -2/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -1/+5 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 2 | -0/+9 |
| | |||||
* | task: variables in registers vs memory | Kartik K. Agaram | 2021-10-20 | 4 | -1/+59 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -0/+0 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 1 | -4/+4 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-20 | 2 | -1/+1 |
| | |||||
* | sketching out a slow tutorial | Kartik K. Agaram | 2021-10-20 | 15 | -0/+595 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-17 | 1 | -1/+0 |
| | |||||
* | support backspace when reading line from keyboard | Kartik K. Agaram | 2021-10-13 | 3 | -1/+38 |
| | |||||
* | primitive: read line from keyboard | Kartik K. Agaram | 2021-10-13 | 2 | -19/+21 |
| | | | | Blocking. | ||||
* | parse float from text | Kartik K. Agaram | 2021-10-12 | 1 | -0/+170 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-12 | 2 | -72/+72 |
| | |||||
* | . | Kartik Agaram | 2021-10-11 | 48 | -3033/+3035 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-11 | 1 | -1/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-11 | 1 | -0/+12 |
| | |||||
* | bugfix: rendering fake screens | Kartik K. Agaram | 2021-10-11 | 1 | -1/+1 |
| | | | | | | | | | Not exercised anywhere except in the shell. I ran into it after running: (print screen 34) Introduced in commit d2f96cb0b6c5 on Sep 1. This is the sort of thing I currently don't know how to write tests for :/ | ||||
* | . | Kartik K. Agaram | 2021-10-10 | 2 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-10 | 2 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-10 | 2 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-10 | 1 | -2/+2 |
| | |||||
* | . | Kartik Agaram | 2021-10-09 | 97 | -5671/+5841 |
| | |||||
* | make page-up/page-down smart to hidden items | Kartik K. Agaram | 2021-10-09 | 1 | -368/+49 |
| | | | | | | | | In the process we eliminate a whole bunch of duplication and give item navigation a single source of truth. Page-up isn't quite _identical_ to how it used to be before. Let's see if it bothers us. | ||||
* | standardize argument order | Kartik K. Agaram | 2021-10-09 | 1 | -10/+10 |
| | |||||
* | bugfix | Kartik K. Agaram | 2021-10-09 | 1 | -7/+25 |
| | | | | | | | new test: hit enter, go to thread view, hit enter again, go into thread view again. No crash. Just bite the bullet and make item-index robust to single-thread tabs. | ||||
* | bugfix: skip hidden items when moving cursor | Kartik K. Agaram | 2021-10-09 | 1 | -14/+74 |
| | | | | | | | | | | Tests to create when I start creating tests: hide an item. Cursor moves to a new item. hide an item that's not the bottom-most item, hit down arrow. Cursor moves to a new item. hide an item that's not the top-most item, hit up arrow. Cursor moves to a new item. hide top-most item. Cursor on new item. Hit up arrow. No change. Scroll down. New item. hide bottom-most item. Cursor on new item. Hit down arrow. No change. Scroll up. New item. open a thread. Hit down arrow. No crash (item-index not called). | ||||
* | slack: hide threads from the global view | Kartik K. Agaram | 2021-10-09 | 1 | -1/+153 |
| | | | | | | | | | | | | | | | To hide all comments from the same thread as the item at cursor, press ctrl-h. To later unhide everything, press ctrl-u. Currently ctrl-u works by creating a whole new tab (that you can back out of using Esc). That gives a way to undo it. Still some rough edges: update number of items in view when hiding a thread avoid clipping menu in channel view undo a single hide without giving up previous ones | ||||
* | slack: start work on hiding single threads | Kartik K. Agaram | 2021-10-09 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-09 | 1 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-09 | 1 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-03 | 2 | -2/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-21 | 1 | -4/+7 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-13 | 1 | -3/+5 |
| | |||||
* | support arrow keys in apps/ex7.mu | Kartik K. Agaram | 2021-09-04 | 1 | -4/+4 |
| | |||||
* | fix apps/ex7.mu | Kartik K. Agaram | 2021-09-04 | 2 | -2/+8 |
| | | | | I'm increasingly missing CI. | ||||
* | . | Kartik K. Agaram | 2021-09-03 | 1 | -1/+2 |
| | |||||
* | a tamil example (that I can't read) | Kartik K. Agaram | 2021-09-03 | 1 | -5/+19 |
| | |||||
* | audit remaining calls to render-code-point | Kartik K. Agaram | 2021-09-02 | 3 | -8/+63 |
| | | | | By definition that function can't support combining characters. | ||||
* | support combining characters in streams of text | Kartik K. Agaram | 2021-09-02 | 4 | -10/+134 |
| | | | | Fake screens can't handle them yet. | ||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -5/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -11/+12 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -3/+3 |
| | | | | A more common hindi vowel. | ||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -4/+20 |
| | | | | | Inline render-code-point in one of its call-sites before we add support for combining characters. | ||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-01 | 1 | -0/+1 |
| | |||||
* | a few more examples of combining characters | Kartik K. Agaram | 2021-09-01 | 1 | -2/+45 |
| | |||||
* | . | Kartik Agaram | 2021-09-01 | 16 | -10431/+14919 |
| | |||||
* | rendering code-points with combining characters | Kartik K. Agaram | 2021-09-01 | 4 | -24/+95 |
| | | | | | | | There's a new example app showing this ability. Still to go: support for combining characters when rendering text and streams. |