summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_html.c
AgeCommit message (Expand)Author
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
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-09-26/* NOTREACHED */ after abort() is silly, delete itIngo Schwarze
2015-09-26resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze
2015-09-26Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze
2015-08-30If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze
2015-04-18Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze
2015-04-18Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze
2015-04-16Restore the page headers and page footers that accidentally got lostIngo Schwarze
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02First step towards parser unification:Ingo Schwarze
2015-03-03If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-11do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-01fix .Eo/.Ec spacingIngo Schwarze
2015-01-30Have pity on the poor stack.Ingo Schwarze
2015-01-23Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze