]> git.cameronkatri.com Git - mandoc.git/history - html.c
Use <span> for .Ms rather than <b>; discussed with John Gardner.
[mandoc.git] / html.c
2018-05-21 Ingo SchwarzeUse <span> for .Ms rather than <b>; discussed with...
2018-05-21 Ingo SchwarzeUse <span> for .Ad rather than <i>; also suggested...
2018-05-21 Ingo SchwarzeUse <span> rather than abusing <i> for .Pa;
2018-05-09 Ingo SchwarzeFix a long-standing issue:
2018-05-08 Ingo SchwarzeEliminate the class=It-* attributes.
2018-05-08 Ingo SchwarzeSwitch the emitted HTML element from <b> to <code>...
2018-05-01 Ingo Schwarzeskip printing the embedded style sheet if an external...
2018-04-13 Ingo Schwarzepreserve comments before .Dd and .TH (typically Copyrig...
2017-09-06 Ingo Schwarzefix a NULL pointer access on deroff() failure;
2017-07-15 Ingo SchwarzeIn .Bl -tag and -hang, do not print a margin-left style...
2017-07-14 Ingo SchwarzeFix an assertion failure triggered by print_otag("sw...
2017-07-14 Ingo SchwarzeHandle .Bl -compact via CSS rather than writing individ...
2017-07-14 Ingo Schwarzeprint HTML character references as 4+ digits hexadecima...
2017-06-23 Ingo SchwarzeWrite text boxes as <mi>, <mn>, or <mo> as appropriate,
2017-06-14 Ingo Schwarzeimplement the roff(7) \p (break output line) escape...
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-05-14 Ingo SchwarzeTweak previous: tb@ noticed that some browser/font...
2017-05-12 Ingo SchwarzeMake the tag column in .Bl -tag lists wider:
2017-03-15 Ingo SchwarzeMinimal support for deep linking into man(7) pages.
2017-03-14 Ingo SchwarzeSlightly increase widths calculated from string lengths...
2017-03-13 Ingo SchwarzePrint title="..." in addition to id="..." attributes...
2017-02-05 Ingo Schwarzemark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather...
2017-02-05 Ingo Schwarzefor .Rs, use <cite>
2017-02-05 Ingo SchwarzeImprove <table> syntax:
2017-01-29 Ingo Schwarzeeliminate one useless struct and one level of indirection;
2017-01-28 Ingo SchwarzeSimplify usage of print_otag() even more:
2017-01-26 Ingo SchwarzeFix -man -Thtml formatting after .nf (which has nothing...
2017-01-25 Ingo SchwarzeImprove HTML formatting of .Bl -tag.
2017-01-21 Ingo Schwarzeslightly simplify header and footer styles
2017-01-19 Ingo Schwarzeclean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
2017-01-19 Ingo SchwarzeClean up CSS rules for sections and paragraphs.
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-08 Ingo Schwarzefrom Tiago Silva <tiagofilipesilva at icloud dot com...
2016-01-04 Ingo SchwarzeGenerate simpler in-page links: just replace spaces...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-12 Ingo SchwarzeFix an obvious bug found during the /* FALLTHROUGH...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-01-21 Ingo SchwarzeRudimentary implementation of the roff(7) \o escape...
2014-12-20 Ingo Schwarzeresolve some code duplication; no functional change
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo SchwarzeThe header libmandoc.h is part of the internal parser...
2014-10-29 Ingo SchwarzeIn terminal output, unify handling of Unicode and numbe...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-27 Ingo SchwarzeHandle output encoding for unicode, numbered and named...
2014-10-27 Ingo SchwarzeFix a regression in term.c rev. 1.229 reported by bentley@:
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-09-28 Kristaps DzonsonsChange "to" and "from" commands to use munder, mover...
2014-09-28 Kristaps DzonsonsAdd support for some MathML elements and attributes...
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 DzonsonsKick out two attibutes we don't use any more in HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-27 Kristaps DzonsonsFirst steps in HTML5: use UTF8 meta-charset and HTML5...
2014-08-14 Ingo SchwarzeRevert previous, as requested by kristaps@.
2014-08-13 Kristaps DzonsonsBegin cleaning up scaling units.
2014-08-13 Ingo SchwarzeUse <em> for .Em and .Bf -emphasis.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-07-23 Ingo SchwarzeSecurity fix:
2014-07-22 Ingo SchwarzeSecurity fix:
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2014-01-05 Joerg SonnenbergerTag functions with format strings as arguments as print...
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-07-07 Kristaps DzonsonsFix handling of the `\c' escape in -T[x]html.
2011-07-04 Kristaps DzonsonsThe bufcat() function in -T[x]html was eating one byte...
2011-05-24 Kristaps DzonsonsUse the correct Unicode value for the zero-width space...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
2011-05-17 Kristaps DzonsonsFlip on unicode output (via \[uNNNN]) in -T[x]html...
2011-05-17 Kristaps DzonsonsClean-up fallout: differentiate ID's and HREF's (where...
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-05-17 Kristaps DzonsonsClean up -T[x]html by using a table instead of a switch...
2011-05-15 Kristaps DzonsonsFix missing support for \N'n' when calculating string...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
next