]> git.cameronkatri.com Git - mandoc.git/history - html.c
isspace(3) requires an unsigned argument;
[mandoc.git] / html.c
2021-09-09 Ingo SchwarzeIf the layout or data of an individual cell in a tbl...
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2021-06-02 Ingo SchwarzeIn revision 1.157 of cgi.c, a meta viewport element...
2021-05-16 Ingo Schwarzeimplement the tbl(7) layout modifiers "b" (bold) and...
2020-10-16 Ingo SchwarzeIn HTML output, avoid printing a newline right after...
2020-04-20 Ingo SchwarzeIn fragment identifiers, use ~%d for ordinal suffixes,
2020-04-19 Ingo SchwarzeCorrectly handle non-unique tags even when NODE_ID...
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-04-08 Ingo SchwarzeUse a separate node->tag attribute rather than abusing...
2020-04-07 Ingo SchwarzeSeparate the place to put the <a href> permalink (now...
2020-04-06 Ingo SchwarzeSupport manual tagging of .Pp, .Bd, .D1, .Dl, .Bl,...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeThe HTML standard does not allow self-closing syntax...
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2019-09-05 Ingo SchwarzeDo not clear HTML_NOSPACE in print_indent().
2019-09-03 Ingo SchwarzeWrap text and phrasing elements in paragraphs unless...
2019-09-03 Ingo SchwarzeMake html_close_paragraph() more versatile, more robust...
2019-09-01 Ingo Schwarzedelete the TAG_IDIV crutch, which is no longer used
2019-08-29 Ingo SchwarzeIn the HTML formatter, assert(3) that no HTML nesting...
2019-08-02 Ingo Schwarzeminor sync of the inline stylesheet with mandoc.css:
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-03-03 Ingo SchwarzeReset HTML formatter state, in particular the id_unique...
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-01-18 Ingo SchwarzeThe .UR and .MT blocks in man(7) are represented by...
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 SchwarzeNow that the NODE_NOFILL flag in the syntax tree is...
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-12-04 Ingo SchwarzeHTML syntax audit: render \p as <br/>, not as <div>.
2018-11-26 Ingo SchwarzeSupport more than one style attribute one the same...
2018-11-23 Ingo SchwarzeWhen a font escape appears in the middle of a string,
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-10-02 Ingo SchwarzeAdd an option -T html -O toc to add a brief table of...
2018-10-02 Ingo SchwarzeSupport a second argument to -O man,
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2018-06-25 Ingo SchwarzeDelete substantial amounts of code
2018-06-25 Ingo SchwarzeDelete support for style=margin-left attributes, which...
2018-06-25 Ingo SchwarzeDelete support for style=width attributes, which are...
2018-06-25 Ingo SchwarzeDo not write <colgroup> elements. Their only purpose...
2018-06-25 Ingo SchwarzeDelete support for the style=text-indent attribute...
2018-06-18 Ingo SchwarzeRevert previous: style=height is still used by roff_htm...
2018-06-10 Ingo Schwarzedelete support for the HTML style=height property,...
2018-05-29 Ingo SchwarzeDelete support for the print_otag(sw) * and - modifiers,
2018-05-28 Ingo SchwarzeURL-fragment strings can only contain certain characters.
2018-05-25 Ingo SchwarzeDo not write duplicate id= attributes, they violate...
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...
next