Age | Commit message (Expand) | Author |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-10-04 | When a subsection header contains no letters but only special | Ingo Schwarze |
2018-10-02 | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2018-10-02 | Support a second argument to -O man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-07-27 | garbage collect the unused "#define INDENT" | Ingo Schwarze |
2018-06-25 | Delete substantial amounts of code | Ingo Schwarze |
2018-06-25 | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze |
2018-06-25 | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze |
2018-06-10 | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze |
2018-05-29 | Ignore author-specified -width arguments for -tag and -hang lists | 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-04-24 | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze |
2018-04-13 | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2017-07-15 | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze |
2017-07-15 | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze |
2017-07-14 | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-19 | Fix a regression in the previous revision: | Ingo Schwarze |
2017-05-30 | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze |
2017-05-17 | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze |
2017-05-12 | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze |
2017-05-09 | Trailing \c suppresses the output line break even if | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-04-17 | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze |
2017-03-17 | Fix regression in mdoc_html.c 1.150, man_html 1.87: | 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 | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze |
2017-03-13 | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze |
2017-03-03 | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze |
2017-02-22 | Handle an odd edge case where .It is preceded by .Sm. | Ingo Schwarze |
2017-02-16 | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-02-05 | Wrap .St content in a <span class="St">. | Ingo Schwarze |
2017-02-05 | fix font selection for .Bf without argument | Ingo Schwarze |
2017-02-05 | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze |