about summary refs log tree commit diff stats
path: root/trace.mu
Commit message (Collapse)AuthorAgeFilesLines
* 757 - collapse now kinda workingKartik K. Agaram2015-02-161-22/+57
| | | | | Tests are getting slow so quickly that I'm tempted to push forward the rewrite to C.
* 756 - first scenario for collapseKartik K. Agaram2015-02-161-2/+52
|
* 755 - cursor can only lie on top-level linesKartik K. Agaram2015-02-161-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 stateKartik K. Agaram2015-02-161-11/+10
|
* 752Kartik K. Agaram2015-02-151-4/+4
|
* 751 - newest trace test now passingKartik K. Agaram2015-02-151-1/+11
|
* 748Kartik K. Agaram2015-02-151-0/+2
|
* 747Kartik K. Agaram2015-02-151-0/+2
| | | | This bugfix is not tested yet, but that's in the works.
* 746 - toggle a set of lines by hitting enter twiceKartik K. Agaram2015-02-121-0/+21
| | | | This just supports it, but we don't actually have collapse yet.
* 739Kartik K. Agaram2015-02-101-2/+3
|
* 738Kartik K. Agaram2015-02-101-12/+19
|
* 737Kartik K. Agaram2015-02-101-31/+49
|
* 736Kartik K. Agaram2015-02-101-4/+4
|
* 735Kartik K. Agaram2015-02-101-1/+1
|
* 734Kartik K. Agaram2015-02-101-10/+23
|
* 733Kartik K. Agaram2015-02-101-19/+62
|
* 732Kartik K. Agaram2015-02-101-0/+2
|
* 731Kartik K. Agaram2015-02-101-4/+4
|
* 730 - first test for trace browserKartik K. Agaram2015-02-101-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 cursorKartik K. Agaram2015-02-091-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 browserKartik K. Agaram2015-02-091-3/+44
| | | | We can now collapse trace items, and we have a rudimentary event loop.
* 723 - now trace.mu works on correct tracesKartik K. Agaram2015-02-081-14/+16
|
* 713 - quick 'n' dirty trace parserKartik K. Agaram2015-02-081-0/+192
Doesn't quite work yet; I can't have spaces after labels.