summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression in the previous revision:Ingo Schwarze2017-06-191-2/+6
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-9/+17
* Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze2017-05-171-17/+0
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-4/+4
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-3/+3
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-26/+2
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-0/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-17/+7
* Parser reorg:Ingo Schwarze2017-05-041-3/+14
* Continue parser unification:Ingo Schwarze2017-04-241-4/+7
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-8/+14
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-171-2/+4
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-28/+5
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-141-1/+2
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-131-10/+80
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-131-42/+42
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-031-1/+1
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-0/+1
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-2/+0
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-2/+0
* Wrap .St content in a <span class="St">.Ingo Schwarze2017-02-051-2/+10
* fix font selection for .Bf without argumentIngo Schwarze2017-02-051-1/+1
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-9/+9
* for .Rs, use <cite>Ingo Schwarze2017-02-051-1/+1
* Improve <table> syntax:Ingo Schwarze2017-02-051-8/+12
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-2/+2
* Simplify usage of print_otag() even more:Ingo Schwarze2017-01-281-47/+20
* .Bl -column with zero columns is legal, so don't segfalt on it.Ingo Schwarze2017-01-281-16/+16
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-3/+45
* Avoid writing constant style attributes over and over again.Ingo Schwarze2017-01-211-9/+14
* clean up the remaining class attributesIngo Schwarze2017-01-211-7/+7
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-201-42/+43
* standardize .Rs class attributesIngo Schwarze2017-01-201-23/+17
* standardize .Bl and .It class attributesIngo Schwarze2017-01-201-71/+103
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-13/+9
* clean up .Sx and .Xr HTML markupIngo Schwarze2017-01-191-6/+6
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-191-9/+7
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-9/+7
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-2/+0
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-1/+0
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-73/+77
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-402/+158
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-112/+4
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-29/+1
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-34/+1
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-18/+18
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-0/+3
* The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze2017-01-091-1/+1
* Indentation must be measured in units of the surrounding text,Ingo Schwarze2017-01-081-8/+8