summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-1/+2
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-8/+13
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-1/+1
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-2/+4
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-1/+12
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-27/+13
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-1/+1
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-1/+1
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-5/+5
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-7/+0
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-24/+23
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-4/+2
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-6/+4
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-271-6/+4
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-171-3/+27
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-3/+4
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-4/+6
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-6/+4
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-3/+8
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-2/+2
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-24/+30
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-14/+7
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-8/+23
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-16/+21
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-2/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-304/+184
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+11
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-1/+1
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-7/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-28/+29
* .Sq should use curly right quotes in HTML output to match its curlyIngo Schwarze2012-08-121-3/+3
* Correct .Eo spacing:Ingo Schwarze2011-11-031-1/+5
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-1/+1
* Always print <table> column widths in -T[x]html;Ingo Schwarze2011-10-091-37/+17
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-15/+16
* Make sure that `Ql' literalises its arguments in -T[x]html. Found whenKristaps Dzonsons2011-08-261-1/+5
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-181-5/+2
* Have `Li' be correctly monospaced in -T[x]html. Also make sure thatKristaps Dzonsons2011-08-181-1/+1
* Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD.Kristaps Dzonsons2011-08-101-11/+21
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-4/+1
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-2/+2
* The bufcat() function in -T[x]html was eating one byte off the end of itsKristaps Dzonsons2011-07-041-0/+2
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-2/+3
* Have -T[x]html print out the link target for `Lk' if no link title isKristaps Dzonsons2011-06-161-3/+4
* Clean-up fallout: differentiate ID's and HREF's (where to put the `#').Kristaps Dzonsons2011-05-171-0/+1
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-28/+25
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-1/+1
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-141-5/+5
* Revert last change: this screwed up displaying in other pages (didn'tKristaps Dzonsons2011-04-231-1/+1