| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the -Ofragment option to -T[]x]html. This accomodates for embedding | Kristaps Dzonsons | 2011-10-05 | 1 | -17/+16 |
* | Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5ex | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+0 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -4/+1 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+2 |
* | Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'), | Kristaps Dzonsons | 2011-07-07 | 1 | -17/+19 |
* | Clean up how -man -T[x]html handles TP, IP, and HP (dd lists and | Kristaps Dzonsons | 2011-07-07 | 1 | -78/+14 |
* | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: | Kristaps Dzonsons | 2011-07-03 | 1 | -0/+2 |
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 1 | -2/+3 |
* | Make -T[x]html in -man also be aware of the vertical-space issues in the | Kristaps Dzonsons | 2011-06-18 | 1 | -4/+28 |
* | Fix two TODOs with one check-in. Both of these relate to vertical space | Kristaps Dzonsons | 2011-06-18 | 1 | -1/+0 |
* | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 1 | -5/+5 |
* | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+1 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -8/+2 |
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 1 | -1/+7 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+2 |
* | Refrain from throwing fatal errors for | Ingo Schwarze | 2011-01-17 | 1 | -2/+2 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -2/+16 |
* | Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff. | Kristaps Dzonsons | 2011-01-12 | 1 | -5/+15 |
* | Make sure that -Thtml doesn't break within literal lines. This is the | Kristaps Dzonsons | 2011-01-12 | 1 | -13/+5 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+9 |
* | Quiesce lint with some type handling. Does not change anything. | Kristaps Dzonsons | 2011-01-07 | 1 | -4/+2 |
* | Protect tbl nodes from getting a post call. | Kristaps Dzonsons | 2011-01-04 | 1 | -3/+10 |
* | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+2 |
* | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze | 2011-01-04 | 1 | -21/+9 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -12/+5 |
* | Drastically fix -T[x]html's handling of font-escape mode changes (i.e., | Kristaps Dzonsons | 2010-12-24 | 1 | -28/+23 |
* | Throw out negative margin garbage in -man -T[x]html in favour of using | Kristaps Dzonsons | 2010-12-22 | 1 | -96/+78 |
* | Banished -man -Thtml header and footer to example.style.css as well. | Kristaps Dzonsons | 2010-12-17 | 1 | -31/+18 |
* | Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now a | Kristaps Dzonsons | 2010-12-17 | 1 | -56/+12 |
* | Use a single P tag for paragraph breaks (which can be configured for | Kristaps Dzonsons | 2010-12-15 | 1 | -8/+1 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -2/+0 |
* | Typo: man_in_pre -> man_ign_pre for `ft'. | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+1 |
* | Small merges from schwarze@'s man_html.c edits. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | Let some man_term.c cleanups bleed into man_html.c. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | Header for `PP', `P', and `LP' should never be printed. | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+4 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -9/+1 |
* | Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that a | Kristaps Dzonsons | 2010-07-23 | 1 | -18/+64 |
* | Fix broken compilation, hopefully before anybody notices. | Kristaps Dzonsons | 2010-07-22 | 1 | -1/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -0/+1 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -1/+0 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+1 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Allow bad -man dates to flow verbatim into the front-ends. Noted by | Kristaps Dzonsons | 2010-05-26 | 1 | -1/+4 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -0/+1 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+1 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -5/+0 |