about summary refs log tree commit diff stats
path: root/html/053recipe_header.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 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-17/+12
| | | | | | | 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.
* 4814Kartik Agaram2018-12-011-46/+49
|
* 4709Kartik Agaram2018-10-171-34/+34
|
* 4539Kartik Agaram2018-09-071-7/+7
|
* 4447Kartik Agaram2018-07-271-51/+51
|
* 4239Kartik Agaram2018-05-081-7/+7
|
* 4199Kartik K. Agaram2018-01-251-135/+134
|
* 4161Kartik K. Agaram2017-12-151-7/+7
|
* 4155Kartik K. Agaram2017-12-071-37/+37
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-6/+6
|
* 4109Kartik K. Agaram2017-11-051-5/+5
|
* 4102Kartik K. Agaram2017-11-011-12/+8
|
* 4003Kartik K. Agaram2017-09-231-1/+1
|
* 3927Kartik K. Agaram2017-06-191-33/+33
|
* 3900Kartik K. Agaram2017-06-021-3/+3
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-33/+33
|
* 3877Kartik K. Agaram2017-05-261-4/+4
|
* 3876Kartik K. Agaram2017-05-211-138/+145
| | | | Thanks Ella Couch for reporting this issue.
* 3837Kartik K. Agaram2017-04-191-334/+338
|
* 3802 - more accurate sandbox resultsKartik K. Agaram2017-03-201-21/+22
| | | | Thanks Lakshman Swaminathan for reporting this issue.
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-126/+127
|
* 3752 - fix a couple of segfaultsKartik K. Agaram2017-03-021-240/+258
| | | | Thanks Ella Couch for running into these.
* 3750Kartik K. Agaram2017-03-021-30/+30
|
* 3749Kartik K. Agaram2017-03-021-30/+30
|
* 3746Kartik K. Agaram2017-02-071-3/+3
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-118/+118
|
* 3710Kartik K. Agaram2016-12-261-616/+616
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-625/+649
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3667Kartik K. Agaram2016-11-111-13/+23
|
* 3604Kartik K. Agaram2016-10-271-1/+10
|
* 3578Kartik K. Agaram2016-10-231-0/+28
|
* 3558Kartik K. Agaram2016-10-221-1/+44
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-4/+12
|
* 3524Kartik K. Agaram2016-10-201-20/+20
|
* 3456Kartik K. Agaram2016-10-061-0/+1
|
* 3431Kartik K. Agaram2016-09-301-37/+38
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-41/+40
|
* 3355Kartik K. Agaram2016-09-151-1/+23
|
* 3158Kartik K. Agaram2016-07-271-4/+4
|
* 3102Kartik K. Agaram2016-07-051-0/+4
|
* 2996Kartik K. Agaram2016-05-211-0/+533