about summary refs log tree commit diff stats
path: root/html/091socket.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-16/+11
| | | | | | | 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-47/+51
|
* 4709Kartik Agaram2018-10-171-31/+31
|
* 4539Kartik Agaram2018-09-071-5/+5
|
* 4447Kartik Agaram2018-07-271-40/+39
|
* 4239Kartik Agaram2018-05-081-6/+6
|
* 4199Kartik K. Agaram2018-01-251-103/+102
|
* 4161Kartik K. Agaram2017-12-151-7/+7
|
* 4155Kartik K. Agaram2017-12-071-31/+31
|
* 4102Kartik K. Agaram2017-11-011-2/+2
|
* 3927Kartik K. Agaram2017-06-191-30/+30
|
* 3900Kartik K. Agaram2017-06-021-2/+2
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-17/+17
|
* 3877Kartik K. Agaram2017-05-261-11/+11
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-101/+102
|
* 3750Kartik K. Agaram2017-03-021-31/+31
|
* 3749Kartik K. Agaram2017-03-021-31/+31
|
* 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-55/+55
|
* 3710Kartik K. Agaram2016-12-261-348/+348
| | | | | 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-350/+374
| | | | | | 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.
* 3604Kartik K. Agaram2016-10-271-26/+42
|
* 3578Kartik K. Agaram2016-10-231-11/+32
|
* 3567Kartik K. Agaram2016-10-231-1/+1
|
* 3562Kartik K. Agaram2016-10-221-6/+2
| | | | Fix CI. Revert accidentally-added files.
* 3561Kartik K. Agaram2016-10-221-2/+6
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-11/+103
|
* 3491Kartik K. Agaram2016-10-091-43/+56
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3430Kartik K. Agaram2016-09-281-2/+5
|
* 3416Kartik K. Agaram2016-09-251-8/+10
|
* 3412Kartik K. Agaram2016-09-231-29/+21
|
* 3401Kartik K. Agaram2016-09-181-16/+57
|
* 3355Kartik K. Agaram2016-09-151-0/+206
d='n656' href='#n656'>656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727