| Commit message (Expand) | Author | Age | Files | Lines |
* | In HTML output, allow switching the desired font for subsequent |  schwarze | 2019-04-30 | 1 | -13/+4 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements |  schwarze | 2019-03-01 | 1 | -1/+2 |
* | The .UR and .MT blocks in man(7) are represented by <a> elements |  schwarze | 2019-01-18 | 1 | -1/+3 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) |  schwarze | 2019-01-07 | 1 | -2/+1 |
* | Finally, represent the man(7) .PP and .HP macros by the natural |  schwarze | 2019-01-06 | 1 | -2/+4 |
* | Now that the NODE_NOFILL flag in the syntax tree is accurate, |  schwarze | 2019-01-05 | 1 | -1/+2 |
* | drop flag HTML_LITERAL which is no longer used |  schwarze | 2018-12-31 | 1 | -2/+1 |
* | Yet another round of improvements to manual font selection. |  schwarze | 2018-12-15 | 1 | -1/+2 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences |  schwarze | 2018-10-25 | 1 | -1/+2 |
* | Add an option -T html -O toc to add a brief table of contents near |  schwarze | 2018-10-02 | 1 | -1/+3 |
* | Support a second argument to -O man, |  schwarze | 2018-10-02 | 1 | -2/+3 |
* | Delete substantial amounts of code |  schwarze | 2018-06-25 | 1 | -2/+1 |
* | Do not write <colgroup> elements. Their only purpose is to enforce |  schwarze | 2018-06-25 | 1 | -3/+1 |
* | Do not write duplicate id= attributes, they violate HTML syntax. |  schwarze | 2018-05-25 | 1 | -2/+2 |
* | Fix a long-standing issue: |  schwarze | 2018-05-09 | 1 | -1/+2 |
* | preserve comments before .Dd and .TH (typically Copyright and license) |  schwarze | 2018-04-13 | 1 | -2/+3 |
* | 1. Eliminate struct eqn, instead use the existing members |  schwarze | 2017-07-08 | 1 | -3/+3 |
* | Write text boxes as <mi>, <mn>, or <mo> as appropriate, |  schwarze | 2017-06-23 | 1 | -1/+2 |
* | Start roff formatter modules for HTML and termininal output, |  schwarze | 2017-05-04 | 1 | -1/+3 |
* | Minimal support for deep linking into man(7) pages. |  schwarze | 2017-03-15 | 1 | -1/+3 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; |  schwarze | 2017-02-05 | 1 | -1/+2 |
* | for .Rs, use <cite> |  schwarze | 2017-02-05 | 1 | -1/+2 |
* | Improve <table> syntax: |  schwarze | 2017-02-05 | 1 | -2/+2 |
* | eliminate one useless struct and one level of indirection; |  schwarze | 2017-01-29 | 1 | -6/+2 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do |  schwarze | 2017-01-26 | 1 | -1/+2 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; |  schwarze | 2017-01-19 | 1 | -2/+1 |
* | Implement line breaking of the generated HTML code at space characters |  schwarze | 2017-01-19 | 1 | -3/+6 |
* | Make HTML output more human readable by overhauling line break logic |  schwarze | 2017-01-18 | 1 | -1/+4 |
* | Completely delete the buf field of struct html and all the buf*() |  schwarze | 2017-01-17 | 1 | -16/+1 |
* | Simplify the usage of print_otag() by making it accept a variable |  schwarze | 2017-01-17 | 1 | -36/+3 |
* | Use __attribute__((__format__ throughout. |  schwarze | 2016-07-19 | 1 | -2/+3 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. |  schwarze | 2015-11-07 | 1 | -4/+1 |
* | Major character table cleanup: |  schwarze | 2015-10-13 | 1 | -2/+1 |
* | Fix the implementation and documentation of \c (continue text input line). |  schwarze | 2014-12-02 | 1 | -1/+2 |
* | header cleanup: |  schwarze | 2014-12-01 | 1 | -3/+6 |
* | remove unneccessary inclusion protection; ok schwarze |  deraadt | 2014-11-27 | 1 | -5/+1 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -2/+2 |
* | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. |  schwarze | 2014-10-10 | 1 | -1/+2 |
* | parse and render "from" and "to" clauses in eqn, and render matrices; |  schwarze | 2014-10-09 | 1 | -1/+4 |
* | initial bits of MathML rendering for eqn(7) -Thtml; |  schwarze | 2014-10-09 | 1 | -1/+16 |
* | Switch HTML output to polyglot HTML5; have only one single -Thml mode. |  schwarze | 2014-10-07 | 1 | -15/+5 |
* | implement .An -[no]split for -Thtml |  schwarze | 2014-09-17 | 1 | -1/+3 |
* | Revert previous, as requested by kristaps@. |  schwarze | 2014-08-14 | 1 | -2/+1 |
* | Use <em> for .Em and .Bf -emphasis. |  schwarze | 2014-08-13 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -7/+7 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". |  schwarze | 2013-08-08 | 1 | -1/+2 |
* | Implement the roff \z escape sequence, intended to output the next |  schwarze | 2012-05-28 | 1 | -1/+2 |
* | Sync to version 1.12.0; all code by kristaps@: |  schwarze | 2011-10-09 | 1 | -4/+6 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -1/+2 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -9/+9 |