about summary refs log tree commit diff stats
path: root/html/066stream.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4003Kartik K. Agaram2017-09-231-1/+1
|
* 3901Kartik K. Agaram2017-06-091-1/+1
|
* 3837Kartik K. Agaram2017-04-191-1/+1
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-11/+11
|
* 3829Kartik K. Agaram2017-04-181-1/+1
|
* 3820Kartik K. Agaram2017-04-131-67/+73
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-9/+10
|
* 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-6/+6
|
* 3710Kartik K. Agaram2016-12-261-74/+74
| | | | | 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-77/+101
| | | | | | 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.
* 3569Kartik K. Agaram2016-10-231-30/+30
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-1/+1
|
* 3395Kartik K. Agaram2016-09-171-24/+24
|
* 3355Kartik K. Agaram2016-09-151-3/+3
|
* 3158Kartik K. Agaram2016-07-271-0/+111
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-80/+0
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-2/+2
|
* 2177Kartik K. Agaram2015-09-071-35/+37
|
* 2175Kartik K. Agaram2015-09-061-35/+34
|
* 2062Kartik K. Agaram2015-08-231-1/+1
|
* 1925Kartik K. Agaram2015-08-031-9/+9
|
* 1885Kartik K. Agaram2015-07-291-20/+20
|
* 1853Kartik K. Agaram2015-07-251-1/+1
|
* 1818Kartik K. Agaram2015-07-181-4/+4
|
* 1778Kartik K. Agaram2015-07-131-5/+5
|
* 1631 - update html versionsKartik K. Agaram2015-06-231-0/+79
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.
'#n511'>511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615