summaryrefslogtreecommitdiffstats
path: root/html.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Major character table cleanup:Ingo Schwarze2015-10-131-1/+0
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-0/+1
* header cleanup:Ingo Schwarze2014-12-011-2/+5
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-1/+1
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-1/+1
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-0/+1
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-281-0/+3
* Add support for some MathML elements and attributes in our HTML5.Kristaps Dzonsons2014-09-281-0/+15
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-6/+0
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-1/+1
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-1/+0
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-1/+0
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-2/+0
* 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