| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a long-standing issue: | Ingo Schwarze | 2018-05-09 | 1 | -0/+3 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -0/+4 |
* | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze | 2018-05-08 | 1 | -0/+6 |
* | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze | 2018-05-01 | 1 | -5/+6 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -1/+27 |
* | fix a NULL pointer access on deroff() failure; | Ingo Schwarze | 2017-09-06 | 1 | -0/+2 |
* | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze | 2017-07-15 | 1 | -13/+17 |
* | Fix an assertion failure triggered by print_otag("sw+-l", NULL). | Ingo Schwarze | 2017-07-14 | 1 | -1/+6 |
* | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze | 2017-07-14 | 1 | -11/+0 |
* | print HTML character references as 4+ digits hexadecimal, like Unicode; | Ingo Schwarze | 2017-07-14 | 1 | -3/+3 |
* | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze | 2017-06-23 | 1 | -0/+1 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 1 | -7/+26 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -1/+4 |
* | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |
* | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze | 2017-05-12 | 1 | -4/+10 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 1 | -1/+24 |
* | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze | 2017-03-14 | 1 | -0/+2 |
* | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze | 2017-03-13 | 1 | -5/+12 |
* | 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 | -9/+9 |
* | Simplify usage of print_otag() even more: | Ingo Schwarze | 2017-01-28 | 1 | -32/+50 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 1 | -2/+1 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -0/+3 |
* | slightly simplify header and footer styles | Ingo Schwarze | 2017-01-21 | 1 | -4/+0 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -1/+0 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 1 | -2/+2 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -64/+170 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -76/+143 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -154/+72 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -49/+134 |
* | from Tiago Silva <tiagofilipesilva at icloud dot com> long ago | Ingo Schwarze | 2017-01-08 | 1 | -1/+1 |
* | Generate simpler in-page links: just replace spaces with underscores. | Ingo Schwarze | 2016-01-04 | 1 | -3/+3 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -4/+2 |
* | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -10/+1 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -7/+7 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -28/+9 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 1 | -1/+8 |
* | resolve some code duplication; no functional change | Ingo Schwarze | 2014-12-20 | 1 | -26/+18 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze | 2014-12-01 | 1 | -1/+0 |
* | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze | 2014-10-29 | 1 | -3/+6 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -21/+3 |
* | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze | 2014-10-27 | 1 | -22/+10 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 1 | -4/+5 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze | 2014-10-26 | 1 | -2/+12 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |