summaryrefslogtreecommitdiffstats
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-7/+26
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-1/+4
* Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze2017-05-141-1/+1
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-4/+10
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-1/+24
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-141-0/+2
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-131-5/+12
* 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-9/+9
* Simplify usage of print_otag() even more:Ingo Schwarze2017-01-281-32/+50
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-261-2/+1
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-0/+3
* slightly simplify header and footer stylesIngo Schwarze2017-01-211-4/+0
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-1/+0
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-191-2/+2
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-64/+170
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-76/+143
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-154/+72
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-49/+134
* from Tiago Silva <tiagofilipesilva at icloud dot com> long agoIngo Schwarze2017-01-081-1/+1
* Generate simpler in-page links: just replace spaces with underscores.Ingo Schwarze2016-01-041-3/+3
* Major character table cleanup:Ingo Schwarze2015-10-131-4/+2
* Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:Ingo Schwarze2015-10-121-1/+1
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-10/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-7/+7
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-1/+0
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-28/+9
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-211-1/+8
* resolve some code duplication; no functional changeIngo Schwarze2014-12-201-26/+18
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-1/+2
* The header libmandoc.h is part of the internal parser interface,Ingo Schwarze2014-12-011-1/+0
* In terminal output, unify handling of Unicode and numbered characterIngo Schwarze2014-10-291-3/+6
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-21/+3
* Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze2014-10-271-22/+10
* Fix a regression in term.c rev. 1.229 reported by bentley@:Ingo Schwarze2014-10-271-4/+5
* Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze2014-10-261-2/+12
* 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-14/+7
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-2/+14
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-2/+3
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-2/+2
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-1/+5
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-1/+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/+6