Age | Commit message (Expand) | Author |
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 |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-03-27 | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2014-12-20 | resolve some code duplication; no functional change | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-27 | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-10-13 | Add missing */ after $OpenBSD$ tag | Charles Longeau |
2014-10-10 | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. | Ingo Schwarze |
2014-10-09 | parse and render "from" and "to" clauses in eqn, and render matrices; | Ingo Schwarze |
2014-10-09 | initial bits of MathML rendering for eqn(7) -Thtml; | Ingo Schwarze |
2014-10-07 | Switch HTML output to polyglot HTML5; have only one single -Thml mode. | Ingo Schwarze |