aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* Generate simpler in-page links: just replace spaces with underscores.Ingo Schwarze2016-01-041-4/+4
* Major character table cleanup:Ingo Schwarze2015-10-131-5/+3
* Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:Ingo Schwarze2015-10-121-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-11/+2
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-8/+8
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-29/+10
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-211-2/+9
* resolve some code duplication; no functional changeIngo Schwarze2014-12-201-27/+19
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-2/+3
* The header libmandoc.h is part of the internal parser interface,Ingo Schwarze2014-12-011-2/+1
* In terminal output, unify handling of Unicode and numbered characterIngo Schwarze2014-10-291-4/+7
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-22/+4
* Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze2014-10-271-23/+11
* Fix a regression in term.c rev. 1.229 reported by bentley@:Ingo Schwarze2014-10-271-5/+6
* Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze2014-10-261-3/+13
* 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-15/+8
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-3/+15
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-3/+4
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-3/+3
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-2/+6
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-2/+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/+7
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-271-39/+6
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-2/+1
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-1/+3
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-1/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Security fix:Ingo Schwarze2014-07-231-27/+38
* Security fix:Ingo Schwarze2014-07-221-2/+5
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-1/+7
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-67/+59
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-3/+9
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-2/+2
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-10/+35
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-25/+58
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-3/+7
* Fix handling of the `\c' escape in -T[x]html.Kristaps Dzonsons2011-07-071-2/+4
* The bufcat() function in -T[x]html was eating one byte off the end of itsKristaps Dzonsons2011-07-041-2/+1
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-241-23/+6
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-241-26/+1
* Make any un-recognised font be considered a call for the Roman font.Kristaps Dzonsons2011-05-181-1/+5
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-171-1/+9
* Clean-up fallout: differentiate ID's and HREF's (where to put the `#').Kristaps Dzonsons2011-05-171-4/+3