about summary refs log tree commit diff stats
path: root/html/subx/055trace.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4914Kartik Agaram2019-01-071-1/+1
|
* 4899Kartik Agaram2018-12-301-10/+10
| | | | Bug in my linkify tool introduced in commit 4891.
* 4895Kartik Agaram2018-12-301-2/+2
|
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-114/+109
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4880Kartik Agaram2018-12-281-2/+2
|
* 4869Kartik Agaram2018-12-161-1/+1
|
* 4847Kartik Agaram2018-12-061-2/+2
|
* 4839Kartik Agaram2018-12-041-2/+2
|
* 4832Kartik Agaram2018-12-041-56/+57
| | | | | | Let's start adding ':end' labels in all functions, just because it helps us visualize where function calls end in traces, thanks to the '--map' commandline argument.
* 4818Kartik Agaram2018-12-021-10/+10
|
* 4816Kartik Agaram2018-12-021-14/+17
|
* 4814Kartik Agaram2018-12-011-0/+1
|
* 4811Kartik Agaram2018-11-301-9/+9
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-301-335/+339
|
* 4796Kartik Agaram2018-11-301-231/+229
|
* 4782Kartik Agaram2018-11-261-224/+262
|
* 4734Kartik Agaram2018-10-281-2/+2
|
* 4722Kartik Agaram2018-10-241-235/+245
|
* 4709Kartik Agaram2018-10-171-0/+373