summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_html.c
AgeCommit message (Expand)Author
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
2020-02-27Introduce the concept of nodes that are semantically transparent:Ingo Schwarze
2020-02-12In roff, a space character at the beginning of an input line requiresIngo Schwarze
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-03-02Represent multiple subsequent .IP blocks having a consistentIngo Schwarze
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-02-28Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-11do not access a NULL pointer when formatting a completely empty documentIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze
2019-01-05minor cleanup, no functional change:Ingo Schwarze
2019-01-05Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze
2018-12-31Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-10-23Input lines that are not blank but generate no output,Ingo Schwarze
2018-08-18implement the GNU man-ext .SY/.YS (synopsis block) macro in man,Ingo Schwarze
2018-08-17Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze
2018-08-16implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze
2018-07-27garbage collect the unused "#define INDENT"Ingo Schwarze
2018-06-25Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze
2018-06-25For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze
2018-05-25Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze
2018-05-08Eliminate the class=It-* attributes.Ingo Schwarze
2018-04-24replace my vague and idiosyncratic term "selflink"Ingo Schwarze
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2017-06-25Add support for the MT and ME mailto macros, used for example in wg(8).Anthony J. Bentley
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-08make the internal a2roffsu() interface more powerful by returningIngo 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-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-02-05Improve <table> syntax:Ingo Schwarze
2017-01-30Rework fill mode handling for -man -Thtml.Ingo Schwarze
2017-01-29eliminate one useless struct and one level of indirection;Ingo Schwarze
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-20Standardize class attributes for semantic macros.Ingo Schwarze