aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* Major character table cleanup:Ingo Schwarze2015-10-131-2/+1
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-1/+2
* header cleanup:Ingo Schwarze2014-12-011-3/+6
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-2/+2
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-2/+2
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-1/+2
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-281-1/+4
* Add support for some MathML elements and attributes in our HTML5.Kristaps Dzonsons2014-09-281-1/+16
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-7/+1
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-2/+2
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-2/+1
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-2/+1
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-3/+1
* Kick out two attibutes we don't use any more in HTML5.Kristaps Dzonsons2014-09-271-3/+1
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-271-1/+2
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-271-1/+2
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-171-1/+3
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-2/+1
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-7/+7
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-1/+4
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-1/+2
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-4/+6
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-1/+2
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-7/+7
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-3/+2
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-141-1/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-2/+2
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-291-3/+4
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-1/+4
* Make -T[x]html for tables structure cells with a width. I don'tKristaps Dzonsons2011-01-061-10/+8
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-1/+2
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-2/+1
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-5/+5
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-1/+2
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-1/+3
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-3/+3
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-1/+2
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-1/+2
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-1/+2
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-11/+5
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-1/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-2/+4
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-13/+12