summaryrefslogtreecommitdiffstats
path: root/html.h
Commit message (Expand)AuthorAgeFilesLines
...
* Kick out two attibutes we don't use any more in HTML5.Kristaps Dzonsons2014-09-271-2/+0
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-271-0/+1
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-271-0/+1
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-171-0/+2
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-1/+0
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-0/+1
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-6/+6
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-0/+3
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-0/+1
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-0/+1
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-3/+5
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-0/+1
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-6/+6
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-2/+1
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-141-0/+1
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-1/+1
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-291-2/+3
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-0/+3
* Make -T[x]html for tables structure cells with a width. I don'tKristaps Dzonsons2011-01-061-9/+7
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-0/+1
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-1/+0
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-4/+4
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-0/+1
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-0/+2
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-2/+2
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-0/+1
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-0/+1
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-0/+1
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-10/+4
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-0/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-1/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-12/+11
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-3/+7
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-0/+10
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-1/+0
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-4/+1
* (Forgot to update html.h with metafonts. Build will puke on check-out.)Kristaps Dzonsons2009-11-101-0/+4
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-1/+0
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-0/+3
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-0/+4
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-5/+9
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-1/+1
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-1/+18
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-041-0/+1
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-0/+7
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-0/+2
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-0/+3