Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2099 - undo support for moving to start/end of line | Kartik K. Agaram | 2015-08-29 | 1 | -0/+200 |
| | |||||
* | 2098 - undo support for page-up/down | Kartik K. Agaram | 2015-08-29 | 1 | -0/+164 |
| | |||||
* | 2097 - undo support for arrow keys | Kartik K. Agaram | 2015-08-29 | 1 | -78/+246 |
| | |||||
* | 2096 - clear redo when adding to undo | Kartik K. Agaram | 2015-08-29 | 1 | -3/+59 |
| | | | | One drawback of my approach: if you move the cursor you lose your redo. | ||||
* | 2095 | Kartik K. Agaram | 2015-08-28 | 31 | -222/+64 |
| | | | | | | | | | | | | Finally terminate the experiment of keeping debug prints around. I'm also going to give up on maintaining counts. What we really need is two kinds of tracing: a) For tests, just the domain-specific facts, organized by labels. b) For debugging, just transient dumps to stdout. b) only works if stdout is clean by default. Hmm, I think this means 'stash' should be the transient kind of trace. | ||||
* | 2094 | Kartik K. Agaram | 2015-08-28 | 1 | -45/+126 |
| | |||||
* | 2093 | Kartik K. Agaram | 2015-08-28 | 1 | -6/+6 |
| | |||||
* | 2092 | Kartik K. Agaram | 2015-08-28 | 1 | -5/+5 |
| | |||||
* | 2091 | Kartik K. Agaram | 2015-08-28 | 1 | -30/+30 |
| | |||||
* | 2090 | Kartik K. Agaram | 2015-08-28 | 1 | -0/+61 |
| | |||||
* | 2089 - undo support for mouse clicks | Kartik K. Agaram | 2015-08-28 | 1 | -2/+75 |
| | |||||
* | 2088 - warn on duplicate scenario name | Kartik K. Agaram | 2015-08-28 | 2 | -1/+6 |
| | |||||
* | 2087 | Kartik K. Agaram | 2015-08-28 | 1 | -1/+4 |
| | |||||
* | 2086 - reset cursor on resize | Kartik K. Agaram | 2015-08-28 | 1 | -13/+11 |
| | | | | Also drop some redundancy with 'render-all'. | ||||
* | 2085 - undo/redo now working for simple typing | Kartik K. Agaram | 2015-08-27 | 2 | -2/+55 |
| | | | | | Not yet useable, because we never ever stop coalescing operations. That will happen when we introduce a second type of operation. | ||||
* | 2084 | Kartik K. Agaram | 2015-08-27 | 2 | -24/+213 |
| | |||||
* | 2083 | Kartik K. Agaram | 2015-08-26 | 1 | -2/+42 |
| | |||||
* | 2082 | Kartik K. Agaram | 2015-08-26 | 2 | -1/+108 |
| | |||||
* | 2081 - preliminary data model for undo | Kartik K. Agaram | 2015-08-26 | 1 | -4/+44 |
| | |||||
* | 2080 | Kartik K. Agaram | 2015-08-26 | 1 | -0/+1 |
| | |||||
* | 2079 | Kartik K. Agaram | 2015-08-26 | 4 | -47/+7 |
| | | | | Cleanup 2078. | ||||
* | 2078 - update entire screen on tb_present() | Kartik K. Agaram | 2015-08-26 | 6 | -8/+45 |
| | | | | | | | | | | | | | | | | | | | Termbox had been taking shortcuts when it thinks the screen hasn't changed, which doesn't work if some other process messes up the screen. The Go version has a Sync method in addition to Flush/tb_present for precisely this eventuality. But it feels like an unnecessary optimization given C's general speed. Just drop it altogether. --- This took me a long time to track down, and interestingly I found myself writing a new tracing primitive before I remembered how to selectively trace just certain layers during manual tests. I'm scared of generating traces not because of performance but because of the visual noise. Be aware of this. I'm going to clean up $log now. Maybe I should also stop using $print.. | ||||
* | 2077 | Kartik K. Agaram | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | 2076 - ensure cursor doesn't move on non-editor clicks | Kartik K. Agaram | 2015-08-24 | 1 | -6/+24 |
| | |||||
* | 2075 | Kartik K. Agaram | 2015-08-24 | 1 | -0/+16 |
| | | | | Thanks Caleb Couch for bugfixes 2072-2075. | ||||
* | 2074 - don't die on over-long errors | Kartik K. Agaram | 2015-08-24 | 2 | -4/+19 |
| | |||||
* | 2073 | Kartik K. Agaram | 2015-08-24 | 2 | -1/+11 |
| | |||||
* | 2072 | Kartik K. Agaram | 2015-08-24 | 1 | -1/+9 |
| | | | | | Right after I lectured Caleb about not just adding random deltas to make a program correct, too. | ||||
* | 2071 | Kartik K. Agaram | 2015-08-24 | 1 | -5/+5 |
| | |||||
* | 2070 | Kartik K. Agaram | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | 2069 - arrow bugfix | Kartik K. Agaram | 2015-08-24 | 1 | -9/+81 |
| | |||||
* | 2068 | Kartik K. Agaram | 2015-08-24 | 1 | -2/+38 |
| | |||||
* | 2067 | Kartik K. Agaram | 2015-08-24 | 2 | -3/+3 |
| | |||||
* | 2066 | Kartik K. Agaram | 2015-08-24 | 1 | -3/+1 |
| | |||||
* | 2065 - arrow bugfix | Kartik K. Agaram | 2015-08-24 | 1 | -3/+37 |
| | |||||
* | 2064 | Kartik K. Agaram | 2015-08-24 | 4 | -6/+6 |
| | | | | Adjust spaces in 'stash'. | ||||
* | 2063 | Kartik K. Agaram | 2015-08-24 | 1 | -1/+1 |
| | | | | Extend deadline for run-interactive. | ||||
* | 2062 | Kartik K. Agaram | 2015-08-23 | 66 | -2622/+4547 |
| | |||||
* | 2061 - clear status only after repaint | Kartik K. Agaram | 2015-08-22 | 1 | -4/+8 |
| | |||||
* | 2060 - even more efficient up/down | Kartik K. Agaram | 2015-08-22 | 2 | -4/+103 |
| | |||||
* | 2059 | Kartik K. Agaram | 2015-08-22 | 1 | -1/+1 |
| | |||||
* | 2058 | Kartik K. Agaram | 2015-08-22 | 1 | -1/+1 |
| | |||||
* | 2057 - more efficient render on up/down | Kartik K. Agaram | 2015-08-22 | 1 | -8/+18 |
| | |||||
* | 2056 - more efficient render on delete | Kartik K. Agaram | 2015-08-21 | 1 | -3/+33 |
| | |||||
* | 2055 - more efficient render on backspace | Kartik K. Agaram | 2015-08-21 | 1 | -4/+38 |
| | |||||
* | 2054 | Kartik K. Agaram | 2015-08-21 | 3 | -3/+2 |
| | |||||
* | 2053 | Kartik K. Agaram | 2015-08-21 | 1 | -13/+49 |
| | |||||
* | 2052 | Kartik K. Agaram | 2015-08-21 | 1 | -1/+1 |
| | | | | | | | If I try to run a single test and it triggers an error the trace gets saved in the current directory, as if I was trying to log an interactive run. Then when I try to rerun the test the trace tries to load as mu code, and hilarity ensues. Just log interactive runs in .traces/ as well. | ||||
* | 2051 | Kartik K. Agaram | 2015-08-21 | 1 | -12/+12 |
| | | | | | Forgot to fix chessboard tests during commit 2022: running sandboxes in separate routines. | ||||
* | 2050 | Kartik K. Agaram | 2015-08-21 | 1 | -2/+2 |
| |