summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* fix handling of empty .An macrosIngo Schwarze2015-02-051-3/+0
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-6/+3
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-13/+51
* Have pity on the poor stack.Ingo Schwarze2015-01-301-3/+4
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-5/+5
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-2/+6
* some scaling unit fixes:Ingo Schwarze2014-12-231-2/+2
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-1/+2
* header cleanup:Ingo Schwarze2014-12-011-2/+1
* 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