summaryrefslogtreecommitdiffstats
path: root/html.h
Commit message (Expand)AuthorAgeFilesLines
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-2/+0
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-1/+1
* Fix a long-standing issue:Ingo Schwarze2018-05-091-0/+1
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-1/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-231-0/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-0/+2
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-0/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-0/+1
* for .Rs, use <cite>Ingo Schwarze2017-02-051-0/+1
* Improve <table> syntax:Ingo Schwarze2017-02-051-1/+1
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-5/+1
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-261-0/+1
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-1/+0
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-2/+5
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-0/+3
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-15/+0
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-35/+2
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-4/+2
* 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