aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-151-5/+5
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-151-2/+2
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-141-26/+19
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Fix a regression in the previous revision:Ingo Schwarze2017-06-191-3/+7
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-10/+18
* Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze2017-05-171-18/+1
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-5/+5
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-4/+4
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-27/+3
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+2
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-18/+8
* Parser reorg:Ingo Schwarze2017-05-041-4/+15
* Continue parser unification:Ingo Schwarze2017-04-241-5/+8
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-9/+15
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-171-3/+5
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-29/+6
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-141-2/+3
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-131-11/+81
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-131-43/+43
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-031-2/+2
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-1/+2
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-3/+1
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-3/+1
* Wrap .St content in a <span class="St">.Ingo Schwarze2017-02-051-3/+11
* fix font selection for .Bf without argumentIngo Schwarze2017-02-051-2/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-10/+10
* for .Rs, use <cite>Ingo Schwarze2017-02-051-2/+2
* Improve <table> syntax:Ingo Schwarze2017-02-051-9/+13
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-3/+3
* Simplify usage of print_otag() even more:Ingo Schwarze2017-01-281-48/+21
* .Bl -column with zero columns is legal, so don't segfalt on it.Ingo Schwarze2017-01-281-17/+17
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-4/+46
* Avoid writing constant style attributes over and over again.Ingo Schwarze2017-01-211-10/+15
* clean up the remaining class attributesIngo Schwarze2017-01-211-8/+8
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-201-43/+44
* standardize .Rs class attributesIngo Schwarze2017-01-201-24/+18
* standardize .Bl and .It class attributesIngo Schwarze2017-01-201-72/+104
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-14/+10
* clean up .Sx and .Xr HTML markupIngo Schwarze2017-01-191-7/+7
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-191-10/+8
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-10/+8
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-3/+1
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-2/+1
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-74/+78
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-403/+159
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-113/+5
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-30/+2
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-35/+2