Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4165 | Kartik K. Agaram | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | 4161 | Kartik K. Agaram | 2017-12-15 | 1 | -4/+4 |
| | |||||
* | 3927 | Kartik K. Agaram | 2017-06-19 | 1 | -10/+9 |
| | |||||
* | 3867 | Kartik K. Agaram | 2017-05-19 | 1 | -9/+10 |
| | |||||
* | 3764 - better colors for cross-links | Kartik K. Agaram | 2017-03-08 | 1 | -3/+4 |
| | |||||
* | 3761 | Kartik K. Agaram | 2017-03-07 | 1 | -6/+7 |
| | |||||
* | 3725 | Kartik K. Agaram | 2016-12-27 | 1 | -1/+1 |
| | | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere. | ||||
* | 3716 | Kartik K. Agaram | 2016-12-26 | 1 | -0/+2 |
| | | | | Make hyperlinks less salient in the rendered html since there's so many of them. | ||||
* | 3713 - cross-link calls with definitions in html | Kartik K. Agaram | 2016-12-26 | 1 | -1/+1 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -16/+16 |
| | | | | | 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 html | Kartik K. Agaram | 2016-12-26 | 1 | -19/+43 |
| | | | | | | 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. | ||||
* | 3569 | Kartik K. Agaram | 2016-10-23 | 1 | -2/+2 |
| | | | | Update syntax highlighting to not color numeric locations like literals. | ||||
* | 3491 | Kartik K. Agaram | 2016-10-09 | 1 | -1/+1 |
| | | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits. | ||||
* | 3431 | Kartik K. Agaram | 2016-09-30 | 1 | -2/+2 |
| | | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files. | ||||
* | 2812 | Kartik K. Agaram | 2016-03-27 | 1 | -9/+18 |
| | |||||
* | 2745 | Kartik K. Agaram | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | 2744 | Kartik K. Agaram | 2016-03-09 | 1 | -2/+2 |
| | | | | Tweak colors and font-sizes in generated html. | ||||
* | 2743 | Kartik K. Agaram | 2016-03-09 | 1 | -18/+9 |
| | | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason.. | ||||
* | 2706 - update html | Kartik K. Agaram | 2016-02-25 | 1 | -2/+3 |
| | |||||
* | 2423 - describe shape-shifting in html docs | Kartik K. Agaram | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | 2177 | Kartik K. Agaram | 2015-09-07 | 1 | -9/+12 |
| | |||||
* | 2175 | Kartik K. Agaram | 2015-09-06 | 1 | -12/+10 |
| | |||||
* | 2062 | Kartik K. Agaram | 2015-08-23 | 1 | -2/+2 |
| | |||||
* | 1925 | Kartik K. Agaram | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | 1885 | Kartik K. Agaram | 2015-07-29 | 1 | -3/+3 |
| | |||||
* | 1853 | Kartik K. Agaram | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | 1778 | Kartik K. Agaram | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | 1631 - update html versions | Kartik K. Agaram | 2015-06-23 | 1 | -0/+50 |
Html is a little more readable thanks to feedback from J David Eisenberg (https://news.ycombinator.com/item?id=9766330), in particular the suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker. |