]> git.cameronkatri.com Git - mandoc.git/history - man_html.c
In HTML output, avoid printing a newline right after <pre>
[mandoc.git] / man_html.c
2020-10-16 Ingo SchwarzeIn HTML output, avoid printing a newline right after...
2020-04-04 Ingo Schwarzeautomatically tag .SH and .SS in man(7) terminal output
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-02-12 Ingo SchwarzeIn roff, a space character at the beginning of an input...
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-03-02 Ingo SchwarzeRepresent multiple subsequent .IP blocks having a consi...
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-02-28 Ingo SchwarzeFormat multiple subsequent .IP or multiple subsequent...
2019-01-18 Ingo SchwarzeThe .UR and .MT blocks in man(7) are represented by...
2019-01-11 Ingo Schwarzedo not access a NULL pointer when formatting a complete...
2019-01-11 Ingo SchwarzeRemove the HTML title= attributes which harmed accessib...
2019-01-07 Ingo SchwarzeRepresent mdoc(7) .Pp (and .sp, and some SYNOPSIS and...
2019-01-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2019-01-05 Ingo SchwarzeIn no-fill mode, avoid bogus blank lines in two situations:
2019-01-05 Ingo Schwarzeminor cleanup, no functional change:
2019-01-05 Ingo SchwarzeNow that the NODE_NOFILL flag in the syntax tree is...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-10-23 Ingo SchwarzeInput lines that are not blank but generate no output,
2018-08-18 Ingo Schwarzeimplement the GNU man-ext .SY/.YS (synopsis block)...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-08-16 Ingo Schwarzeimplement the GNU man-ext .TQ macro in man(7),
2018-07-27 Ingo Schwarzegarbage collect the unused "#define INDENT"
2018-06-25 Ingo SchwarzeIgnore author-specified indentation for .RS; it harms...
2018-06-25 Ingo SchwarzeFor -man -Thtml, ignore author-specified .HP widths...
2018-05-25 Ingo SchwarzeDo not write duplicate id= attributes, they violate...
2018-05-08 Ingo SchwarzeEliminate the class=It-* attributes.
2018-04-24 Ingo Schwarzereplace my vague and idiosyncratic term "selflink"
2018-04-13 Ingo Schwarzepreserve comments before .Dd and .TH (typically Copyrig...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-05-09 Ingo SchwarzeTrailing \c suppresses the output line break even if
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-17 Ingo SchwarzeFix regression in mdoc_html.c 1.275, man_html 1.134:
2017-03-15 Ingo SchwarzeMinimal support for deep linking into man(7) pages.
2017-02-05 Ingo SchwarzeImprove <table> syntax:
2017-01-30 Ingo SchwarzeRework fill mode handling for -man -Thtml.
2017-01-29 Ingo Schwarzeeliminate one useless struct and one level of indirection;
2017-01-26 Ingo SchwarzeFix -man -Thtml formatting after .nf (which has nothing...
2017-01-21 Ingo Schwarzeclean up the remaining class attributes
2017-01-20 Ingo SchwarzeStandardize class attributes for semantic macros.
2017-01-19 Ingo SchwarzeClean up CSS rules for sections and paragraphs.
2017-01-19 Ingo SchwarzeStart cleanup: trim useless HTML comments, <div> elements,
2017-01-19 Ingo SchwarzeImplement line breaking of the generated HTML code...
2017-01-18 Ingo SchwarzeMake HTML output more human readable by overhauling...
2017-01-17 Ingo SchwarzeCompletely delete the buf field of struct html and...
2017-01-17 Ingo SchwarzeSimplify the usage of print_otag() by making it accept...
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-03 Ingo SchwarzeIf an eqn(7) starts on a new input line, be sure to...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-04 Ingo Schwarzefix handling of roff requests having a default scale...
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-09-27 Kristaps DzonsonsDon't pretend we have a separate XHTML and HTML mode...
2014-09-27 Kristaps DzonsonsRemove <p> in favour of <div class="spacer">.
2014-09-27 Kristaps DzonsonsRemove last hard-coded width attribute.
2014-09-27 Kristaps DzonsonsHTML5-isation: remove more alignments.
2014-09-27 Kristaps DzonsonsContinue in HTML5-ing by kicking out some hard-coded...
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzefix unchecked snprintf(3) in page header printing:
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerDon't depend on snprintf to handle NULL strings. Deal...
2011-10-09 Ingo SchwarzeAlways print <table> column widths in -T[x]html;
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-08-18 Kristaps DzonsonsAlign `-offset indent' and `D1' by forcing BLOCKQUOTE...
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
next