]> git.cameronkatri.com Git - mandoc.git/history - man_html.c
Move handling of the roff(7) .ft request from the man(7)
[mandoc.git] / man_html.c
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.
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-07 Kristaps DzonsonsConsiderably fix up -man -T[x]html's handling of verbat...
2011-07-07 Kristaps DzonsonsClean up how -man -T[x]html handles TP, IP, and HP...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-18 Kristaps DzonsonsMake -T[x]html in -man also be aware of the vertical...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
2011-05-17 Kristaps DzonsonsCleanups in -T[x]html: make html_idcat() use the buffer...
2011-05-17 Kristaps DzonsonsClean-ups in -T[x]html: inline print_num(), as it was...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsEQN blocks are now printed in all modes. This is simpl...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsBring in -Tascii comments for -Thtml MANH_LITERAL line...
2011-01-12 Kristaps DzonsonsMake sure that -Thtml doesn't break within literal...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-04 Kristaps DzonsonsProtect tbl nodes from getting a post call.
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-22 Kristaps DzonsonsThrow out negative margin garbage in -man -T[x]html...
2010-12-17 Kristaps DzonsonsBanished -man -Thtml header and footer to example.style...
2010-12-17 Kristaps DzonsonsSignificantly clean up Sh, Ss, SH, and SS handling...
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsTypo: man_in_pre -> man_ign_pre for `ft'.
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsSmall merges from schwarze@'s man_html.c edits.
2010-12-06 Kristaps DzonsonsLet some man_term.c cleanups bleed into man_html.c.
2010-12-06 Kristaps DzonsonsHeader for `PP', `P', and `LP' should never be printed.
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-07-23 Kristaps DzonsonsEnable literal contexts (Vb/nf) in -T[x]html -man....
2010-07-22 Kristaps DzonsonsFix broken compilation, hopefully before anybody notices.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
next