| Commit message (Expand) | Author | Age | Files | Lines |
* | If the layout or data of an individual cell in a tbl(7) contains | Ingo Schwarze | 2021-09-09 | 1 | -0/+1 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -4/+16 |
* | In revision 1.157 of cgi.c, a meta viewport element was added to | Ingo Schwarze | 2021-06-02 | 1 | -0/+2 |
* | implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) | Ingo Schwarze | 2021-05-16 | 1 | -0/+1 |
* | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze | 2020-10-16 | 1 | -1/+1 |
* | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze | 2020-04-20 | 1 | -2/+3 |
* | Correctly handle non-unique tags even when NODE_ID and NODE_HREF fall | Ingo Schwarze | 2020-04-19 | 1 | -33/+39 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 1 | -3/+20 |
* | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze | 2020-04-08 | 1 | -2/+2 |
* | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 1 | -6/+10 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze | 2020-04-06 | 1 | -5/+16 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -10/+68 |
* | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze | 2020-02-27 | 1 | -2/+2 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -0/+1 |
* | Do not clear HTML_NOSPACE in print_indent(). | Ingo Schwarze | 2019-09-05 | 1 | -7/+4 |
* | Wrap text and phrasing elements in paragraphs unless already | Ingo Schwarze | 2019-09-03 | 1 | -1/+24 |
* | Make html_close_paragraph() more versatile, more robust, less | Ingo Schwarze | 2019-09-03 | 1 | -13/+10 |
* | 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 | -27/+39 |
* | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze | 2019-08-02 | 1 | -11/+6 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -47/+25 |
* | Reset HTML formatter state, in particular the id_unique hash, | Ingo Schwarze | 2019-03-03 | 1 | -6/+17 |
* | 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 | -41/+49 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 1 | -6/+0 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 1 | -12/+10 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 1 | -1/+16 |
* | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze | 2019-01-05 | 1 | -0/+33 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -3/+2 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 1 | -3/+5 |
* | HTML syntax audit: render \p as <br/>, not as <div>. | Ingo Schwarze | 2018-12-04 | 1 | -4/+1 |
* | Support more than one style attribute one the same HTML element. | Ingo Schwarze | 2018-11-26 | 1 | -15/+24 |
* | When a font escape appears in the middle of a string, | Ingo Schwarze | 2018-11-23 | 1 | -1/+4 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 1 | -0/+10 |
* | 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 | -2/+18 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 1 | -0/+3 |
* | Delete substantial amounts of code | Ingo Schwarze | 2018-06-25 | 1 | -138/+17 |
* | Delete support for style=margin-left attributes, which are no longer used. | Ingo Schwarze | 2018-06-25 | 1 | -10/+2 |
* | Delete support for style=width attributes, which are no longer used. | Ingo Schwarze | 2018-06-25 | 1 | -40/+0 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 1 | -2/+0 |
* | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze | 2018-06-25 | 1 | -4/+1 |
* | Revert previous: style=height is still used by roff_html.c, and it | Ingo Schwarze | 2018-06-18 | 1 | -1/+4 |
* | delete support for the HTML style=height property, which is no longer used | Ingo Schwarze | 2018-06-10 | 1 | -3/+0 |
* | Delete support for the print_otag(sw) * and - modifiers, | Ingo Schwarze | 2018-05-29 | 1 | -11/+0 |
* | URL-fragment strings can only contain certain characters. | Ingo Schwarze | 2018-05-28 | 1 | -2/+8 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -4/+44 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -0/+2 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze | 2018-05-21 | 1 | -0/+2 |