Age | Commit message (Expand) | Author |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-06-25 | Delete substantial amounts of code | Ingo Schwarze |
2018-06-25 | Delete support for style=margin-left attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Delete support for style=width attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze |
2018-06-25 | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze |
2018-06-18 | Revert previous: style=height is still used by roff_html.c, and it | Ingo Schwarze |
2018-06-10 | delete support for the HTML style=height property, which is no longer used | Ingo Schwarze |
2018-05-29 | Delete support for the print_otag(sw) * and - modifiers, | Ingo Schwarze |
2018-05-28 | URL-fragment strings can only contain certain characters. | Ingo Schwarze |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze |
2018-05-20 | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze |
2018-05-09 | Fix a long-standing issue: | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-05-08 | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze |
2018-05-01 | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze |
2018-04-13 | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze |
2017-09-06 | fix a NULL pointer access on deroff() failure; | Ingo Schwarze |
2017-07-15 | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze |
2017-07-14 | Fix an assertion failure triggered by print_otag("sw+-l", NULL). | Ingo Schwarze |
2017-07-14 | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze |
2017-07-14 | Print HTML character references as 4+ digits hexadecimal, like Unicode. | Anthony J. Bentley |
2017-06-23 | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-05-14 | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze |
2017-05-12 | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze |
2017-03-15 | Minimal support for deep linking into man(7) pages. | Ingo Schwarze |
2017-03-14 | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze |
2017-03-13 | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze |
2017-02-05 | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze |
2017-02-05 | for .Rs, use <cite> | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-28 | Simplify usage of print_otag() even more: | Ingo Schwarze |
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-21 | slightly simplify header and footer styles | Ingo Schwarze |
2017-01-19 | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze |
2017-01-19 | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze |
2017-01-19 | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze |
2017-01-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze |
2017-01-17 | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze |
2017-01-17 | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze |
2017-01-08 | style: missing blank between case statement and label; | Ingo Schwarze |
2015-12-25 | Generate simpler in-page links: just replace spaces with underscores. | Anthony J. Bentley |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-12 | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze |