about summary refs log tree commit diff stats
path: root/trace.mu
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.