| Commit message (Expand) | Author | Age | Files | Lines |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 1 | -11/+11 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -12/+19 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -1/+1 |
* | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze | 2017-07-15 | 1 | -4/+4 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze | 2017-07-14 | 1 | -25/+18 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -0/+1 |
* | Fix a regression in the previous revision: | Ingo Schwarze | 2017-06-19 | 1 | -2/+6 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -9/+17 |
* | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze | 2017-05-17 | 1 | -17/+0 |
* | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze | 2017-05-12 | 1 | -4/+4 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 1 | -3/+3 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -26/+2 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -0/+1 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -17/+7 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -3/+14 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -4/+7 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -8/+14 |
* | Fix regression in mdoc_html.c 1.275, man_html 1.134: | Ingo Schwarze | 2017-03-17 | 1 | -2/+4 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 1 | -28/+5 |
* | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze | 2017-03-14 | 1 | -1/+2 |
* | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze | 2017-03-13 | 1 | -10/+80 |
* | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze | 2017-03-13 | 1 | -42/+42 |
* | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | Handle an odd edge case where .It is preceded by .Sm. | Ingo Schwarze | 2017-02-22 | 1 | -0/+1 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -2/+0 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -2/+0 |
* | Wrap .St content in a <span class="St">. | Ingo Schwarze | 2017-02-05 | 1 | -2/+10 |
* | fix font selection for .Bf without argument | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -9/+9 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -8/+12 |
* | eliminate one useless struct and one level of indirection; | Ingo Schwarze | 2017-01-29 | 1 | -2/+2 |
* | Simplify usage of print_otag() even more: | Ingo Schwarze | 2017-01-28 | 1 | -47/+20 |
* | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze | 2017-01-28 | 1 | -16/+16 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -3/+45 |
* | Avoid writing constant style attributes over and over again. | Ingo Schwarze | 2017-01-21 | 1 | -9/+14 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -7/+7 |
* | Standardize class attributes for semantic macros. | Ingo Schwarze | 2017-01-20 | 1 | -42/+43 |
* | standardize .Rs class attributes | Ingo Schwarze | 2017-01-20 | 1 | -23/+17 |
* | standardize .Bl and .It class attributes | Ingo Schwarze | 2017-01-20 | 1 | -71/+103 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -13/+9 |
* | clean up .Sx and .Xr HTML markup | Ingo Schwarze | 2017-01-19 | 1 | -6/+6 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 1 | -9/+7 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -9/+7 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -2/+0 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -1/+0 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -73/+77 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -402/+158 |