| Commit message (Expand) | Author | Age | Files | Lines |
* | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze | 2022-07-06 | 1 | -1/+1 |
* | Instead of the custom <div class="manual-text">, use the standard | Ingo Schwarze | 2022-07-03 | 1 | -0/+1 |
* | Improve accessibility of -T html -O toc output by using the <nav> element | Ingo Schwarze | 2022-06-24 | 1 | -0/+1 |
* | If the layout or data of an individual cell in a tbl(7) contains | Ingo Schwarze | 2021-09-09 | 1 | -0/+1 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 1 | -0/+2 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -2/+7 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -0/+1 |
* | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze | 2019-09-01 | 1 | -1/+0 |
* | In the HTML formatter, assert(3) that no HTML nesting violation occurs. | Ingo Schwarze | 2019-08-29 | 1 | -11/+11 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -12/+3 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 1 | -0/+1 |
* | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze | 2019-01-18 | 1 | -0/+2 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 1 | -1/+0 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 1 | -1/+3 |
* | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze | 2019-01-05 | 1 | -0/+1 |
* | drop flag HTML_LITERAL which is no longer used | Ingo Schwarze | 2018-12-31 | 1 | -1/+0 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -0/+1 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 1 | -0/+1 |
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 1 | -0/+2 |
* | Support a second argument to -O man, | Ingo Schwarze | 2018-10-02 | 1 | -1/+2 |
* | Delete substantial amounts of code | Ingo Schwarze | 2018-06-25 | 1 | -1/+0 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 1 | -2/+0 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -1/+1 |
* | Fix a long-standing issue: | Ingo Schwarze | 2018-05-09 | 1 | -0/+1 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -1/+2 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -2/+2 |
* | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze | 2017-06-23 | 1 | -0/+1 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -0/+2 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 1 | -0/+2 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | eliminate one useless struct and one level of indirection; | Ingo Schwarze | 2017-01-29 | 1 | -5/+1 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 1 | -0/+1 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -1/+0 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -2/+5 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -0/+3 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -15/+0 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -35/+2 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 1 | -4/+2 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -1/+0 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -0/+1 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+5 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -1/+1 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -0/+1 |
* | Change "to" and "from" commands to use munder, mover, and munderover. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+3 |
* | Add support for some MathML elements and attributes in our HTML5. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+15 |