| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 1 | -7/+7 |
| * | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 1 | -3/+2 |
| * | Give -Thtml and -Txhtml the gift of recognising escapes when calculating | Kristaps Dzonsons | 2011-05-14 | 1 | -1/+2 |
| * | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -2/+2 |
| * | When in a <PRE>, don't print out the <BR> before lines that have leading | Kristaps Dzonsons | 2011-01-29 | 1 | -3/+4 |
| * | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -1/+4 |
| * | Make -T[x]html for tables structure cells with a width. I don't | Kristaps Dzonsons | 2011-01-06 | 1 | -10/+8 |
| * | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+2 |
| * | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+1 |
| * | Drastically fix -T[x]html's handling of font-escape mode changes (i.e., | Kristaps Dzonsons | 2010-12-24 | 1 | -5/+5 |
| * | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -1/+2 |
| * | More use default tags, this time I and U. Also fix a stack overflow | Kristaps Dzonsons | 2010-12-20 | 1 | -1/+3 |
| * | Give header and footer table cells default widths (using WIDTH and ALIGN | Kristaps Dzonsons | 2010-12-20 | 1 | -3/+3 |
| * | Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general use | Kristaps Dzonsons | 2010-12-17 | 1 | -1/+2 |
| * | Use a single P tag for paragraph breaks (which can be configured for | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+2 |
| * | Remove stupid outer DIV tag in favour of regular BODY and HTML that can | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+2 |
| * | In-progress move from -T[x]html using DIVs for its lists to using DL, | Kristaps Dzonsons | 2010-12-15 | 1 | -11/+5 |
| * | Add support for `Sm' in -T[x]html -mdoc. | Kristaps Dzonsons | 2010-07-23 | 1 | -1/+2 |
| * | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -2/+2 |
| * | Give -T[x]html `Bk -words' capability. | Kristaps Dzonsons | 2010-07-06 | 1 | -2/+4 |
| * | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -2/+2 |
| * | Fix in `Mt' mailto from a patch by Tim van der Molen. | Kristaps Dzonsons | 2010-04-05 | 1 | -13/+12 |
| * | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -4/+8 |
| * | Abstraction of -Thtml -man font setting (still experimental). | Kristaps Dzonsons | 2009-11-16 | 1 | -1/+11 |
| * | Removed superfluous HTML_NEWLINE. | Kristaps Dzonsons | 2009-11-14 | 1 | -2/+1 |
| * | Fixed \c handling in -Thtml. | Kristaps Dzonsons | 2009-11-14 | 1 | -5/+2 |
| * | (Forgot to update html.h with metafonts. Build will puke on check-out.) | Kristaps Dzonsons | 2009-11-10 | 1 | -1/+5 |
| * | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m... | Kristaps Dzonsons | 2009-10-28 | 1 | -2/+1 |
| * | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 1 | -1/+4 |
| * | Added "summary" tag to tables in order to silence HTML-tidy's complaints. | Kristaps Dzonsons | 2009-10-27 | 1 | -1/+5 |
| * | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+10 |
| * | Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-13 | 1 | -2/+2 |
| * | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -2/+19 |
| * | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 1 | -1/+2 |
| * | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+8 |
| * | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+3 |
| * | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+4 |
| * | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+2 |
| * | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+102 |
| * | Purged all old files in favour of new design. Selective reintegration. | Kristaps Dzonsons | 2008-12-15 | 1 | -86/+0 |
| * | Prettier HTML. | Kristaps Dzonsons | 2008-12-10 | 1 | -2/+4 |
| * | Linted on NetBSD side. | Kristaps Dzonsons | 2008-12-10 | 1 | -3/+3 |
| * | *** empty log message *** | Kristaps Dzonsons | 2008-12-10 | 1 | -1/+2 |
| * | *** empty log message *** | Kristaps Dzonsons | 2008-12-10 | 1 | -0/+83 |