Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 757 - collapse now kinda working | Kartik K. Agaram | 2015-02-16 | 1 | -22/+57 |
| | | | | | Tests are getting slow so quickly that I'm tempted to push forward the rewrite to C. | ||||
* | 756 - first scenario for collapse | Kartik K. Agaram | 2015-02-16 | 1 | -2/+52 |
| | |||||
* | 755 - cursor can only lie on top-level lines | Kartik K. Agaram | 2015-02-16 | 1 | -0/+52 |
| | | | | | | | | This allows the initial model of a trace to have just one new number: the currently expanded row. We'll make it more flexible later if we feel the need. Still no collapsing lines, though. But we're getting there. | ||||
* | 754 - traces are part of screen state | Kartik K. Agaram | 2015-02-16 | 1 | -11/+10 |
| | |||||
* | 752 | Kartik K. Agaram | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | 751 - newest trace test now passing | Kartik K. Agaram | 2015-02-15 | 1 | -1/+11 |
| | |||||
* | 748 | Kartik K. Agaram | 2015-02-15 | 1 | -0/+2 |
| | |||||
* | 747 | Kartik K. Agaram | 2015-02-15 | 1 | -0/+2 |
| | | | | This bugfix is not tested yet, but that's in the works. | ||||
* | 746 - toggle a set of lines by hitting enter twice | Kartik K. Agaram | 2015-02-12 | 1 | -0/+21 |
| | | | | This just supports it, but we don't actually have collapse yet. | ||||
* | 739 | Kartik K. Agaram | 2015-02-10 | 1 | -2/+3 |
| | |||||
* | 738 | Kartik K. Agaram | 2015-02-10 | 1 | -12/+19 |
| | |||||
* | 737 | Kartik K. Agaram | 2015-02-10 | 1 | -31/+49 |
| | |||||
* | 736 | Kartik K. Agaram | 2015-02-10 | 1 | -4/+4 |
| | |||||
* | 735 | Kartik K. Agaram | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | 734 | Kartik K. Agaram | 2015-02-10 | 1 | -10/+23 |
| | |||||
* | 733 | Kartik K. Agaram | 2015-02-10 | 1 | -19/+62 |
| | |||||
* | 732 | Kartik K. Agaram | 2015-02-10 | 1 | -0/+2 |
| | |||||
* | 731 | Kartik K. Agaram | 2015-02-10 | 1 | -4/+4 |
| | |||||
* | 730 - first test for trace browser | Kartik K. Agaram | 2015-02-10 | 1 | -23/+35 |
| | | | | | This was painless compared to the chessboard app. Still need to handle input, though. Fingers crossed.. | ||||
* | 728 - move up/down and expand trace at cursor | Kartik K. Agaram | 2015-02-09 | 1 | -4/+40 |
| | | | | | | | Expand isn't anywhere near working, but already I like how the browser returns to the commandline when exiting, without causing a mental context switch. Little details like moving the cursor to the bottom before quitting. | ||||
* | 727 - start of a trace browser | Kartik K. Agaram | 2015-02-09 | 1 | -3/+44 |
| | | | | We can now collapse trace items, and we have a rudimentary event loop. | ||||
* | 723 - now trace.mu works on correct traces | Kartik K. Agaram | 2015-02-08 | 1 | -14/+16 |
| | |||||
* | 713 - quick 'n' dirty trace parser | Kartik K. Agaram | 2015-02-08 | 1 | -0/+192 |
Doesn't quite work yet; I can't have spaces after labels. |