summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_html.c
AgeCommit message (Expand)Author
2017-05-12Make the tag column in .Bl -tag lists wider:Ingo Schwarze
2017-05-09Trailing \c suppresses the output line break even ifIngo Schwarze
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05move .ll to the roff modulesIngo Schwarze
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Start roff formatter modules for HTML and termininal output,Ingo Schwarze
2017-05-04Parser reorg:Ingo Schwarze
2017-04-24Continue parser unification:Ingo Schwarze
2017-04-17Fix handling of trailing punctuation in .Lk.Ingo Schwarze
2017-03-17Fix regression in mdoc_html.c 1.150, man_html 1.87:Ingo Schwarze
2017-03-15Minimal support for deep linking into man(7) pages.Ingo Schwarze
2017-03-14Slightly increase widths calculated from string lengths (mainlyIngo Schwarze
2017-03-13Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze
2017-03-13Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze
2017-03-03remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze
2017-02-22Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze
2017-02-16Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze
2017-02-06The .Nm macro does not only use the default name when it has noIngo Schwarze
2017-02-05Wrap .St content in a <span class="St">.Ingo Schwarze
2017-02-05fix font selection for .Bf without argumentIngo Schwarze
2017-02-05mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze
2017-02-05for .Rs, use <cite>Ingo Schwarze
2017-02-05Improve <table> syntax:Ingo Schwarze
2017-01-29eliminate one useless struct and one level of indirection;Ingo Schwarze
2017-01-28Simplify usage of print_otag() even more:Ingo Schwarze
2017-01-28.Bl -column with zero columns is legal, so don't segfalt on it.Ingo Schwarze
2017-01-25Improve HTML formatting of .Bl -tag.Ingo Schwarze
2017-01-21Avoid writing constant style attributes over and over again.Ingo Schwarze
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-20Standardize class attributes for semantic macros.Ingo Schwarze
2017-01-20standardize .Rs class attributesIngo Schwarze
2017-01-20standardize .Bl and .It class attributesIngo Schwarze
2017-01-19clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze
2017-01-19clean up .Sx and .Xr HTML markupIngo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
2017-01-17Completely delete the buf field of struct html and all the buf*()Ingo Schwarze
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-10Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze
2017-01-10For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2017-01-09The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze
2017-01-08Indentation must be measured in units of the surrounding text,Ingo Schwarze
2016-01-08Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze
2015-12-25Generate simpler in-page links: just replace spaces with underscores.Anthony J. Bentley
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze