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