about summary refs log tree commit diff stats
path: root/html/043space.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 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-67/+67
|
* 3710Kartik K. Agaram2016-12-261-434/+434
| | | | | 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-444/+468
| | | | | | 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.
* 3707Kartik K. Agaram2016-12-121-5/+2
| | | | | | | | | | | | | | | | | | Be more disciplined about tagging 2 different concepts in the codebase: a) Use the phrase "later layers" to highlight places where a layer doesn't have the simplest possible self-contained implementation. b) Use the word "hook" to point out functions that exist purely to provide waypoints for extension by future layers. Since both these only make sense in the pre-tangled representation of the codebase, using '//:' and '#:' comments to get them stripped out of tangled output. (Though '#:' comments still make it to tangled output at the moment. Let's see if we use it enough to be worth supporting. Scenarios are pretty unreadable in tangled output anyway.)
* 3667Kartik K. Agaram2016-11-111-9/+9
|
* 3561Kartik K. Agaram2016-10-221-3/+3
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-4/+4
|
* 3431Kartik K. Agaram2016-09-301-28/+30
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-55/+61
|
* 3315Kartik K. Agaram2016-09-101-9/+5
|
* 3266Kartik K. Agaram2016-08-271-9/+10
|
* 3219Kartik K. Agaram2016-08-171-21/+21
| | | | | | | | Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.
* 2996Kartik K. Agaram2016-05-211-72/+164
|
* 2866Kartik K. Agaram2016-04-251-39/+37
|
* 2812Kartik K. Agaram2016-03-271-27/+78
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-3/+3
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-91/+99
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2710Kartik K. Agaram2016-02-251-5/+1
|
* 2706 - update htmlKartik K. Agaram2016-02-251-10/+10
|
* 2625Kartik K. Agaram2016-02-021-2/+47
|
* 2605Kartik K. Agaram2016-01-261-0/+284
|
* 1778Kartik K. Agaram2015-07-131-186/+0
|
* 1766Kartik K. Agaram2015-07-121-2/+2
|
* 1690Kartik K. Agaram2015-07-011-1/+2
|
* 1632Kartik K. Agaram2015-06-231-1/+1
|
* 1631 - update html versionsKartik K. Agaram2015-06-231-5/+5
| | | | | | 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.
* 1556Kartik K. Agaram2015-06-121-1/+1
|
* 1549Kartik K. Agaram2015-06-091-2/+2
|
* 1517Kartik K. Agaram2015-05-301-8/+8
|
* 1461 - descriptions/table of contents for the layersKartik K. Agaram2015-05-261-1/+1
|
* 1459Kartik K. Agaram2015-05-251-15/+31
|
* 1376 - update github docsKartik K. Agaram2015-05-141-27/+27
|
* 1291Kartik K. Agaram2015-05-061-1/+1
|
* 1279 - colorized rendering of the source filesKartik K. Agaram2015-05-061-0/+169
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98