summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure -Thtml has DIV as child of BLOCKQUOTE.Kristaps Dzonsons2010-12-231-5/+5
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-31/+31
* Fix list-type being clobbered by margins. Last default styles in place.Kristaps Dzonsons2010-12-201-12/+13
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-10/+17
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-20/+52
* Migrate schwarze@'s `Bk' argument patch to -T[x]html.Kristaps Dzonsons2010-12-191-1/+2
* Don't use EM for default widths; use BU instead.Kristaps Dzonsons2010-12-171-2/+2
* Prevent double-printing of `D1' or `Dl' DIV.Kristaps Dzonsons2010-12-171-4/+3
* Add a "list" top-level tag, too.Kristaps Dzonsons2010-12-171-1/+4
* Remove useless DIVs in favour of BRs. Fix `Ex' by having it print a priorKristaps Dzonsons2010-12-171-3/+9
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-29/+21
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-171-42/+22
* Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' usingKristaps Dzonsons2010-12-171-54/+32
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-171-69/+22
* Get widths to be propertly represented in -T[x]html.Kristaps Dzonsons2010-12-161-6/+17
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-151-5/+0
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-29/+33
* Make sure that new list types don't emit whitespace before or after (weKristaps Dzonsons2010-12-151-20/+15
* Clarify purpose of "lit".Kristaps Dzonsons2010-12-151-6/+10
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-6/+0
* Added list-type style tips.Kristaps Dzonsons2010-12-151-11/+12
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-238/+150
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-0/+4
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-1/+1
* let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze2010-10-231-1/+1
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-101-1/+12
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-5/+4
* Fix small regression where `Op' had an extra space between the "[" and the SPAN.Kristaps Dzonsons2010-10-011-0/+1
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-271-0/+20
* Consolidated all -T[x]html punctuation macros into one function.Kristaps Dzonsons2010-09-261-213/+142
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-251-1/+3
* Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. RemoveKristaps Dzonsons2010-09-251-6/+3
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-1/+1
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-041-0/+9
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-1/+1
* same as mdoc_term.c rev. 1.180:Ingo Schwarze2010-08-071-4/+4
* Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaksKristaps Dzonsons2010-07-271-7/+4
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-1/+19
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-191-1/+1
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-0/+5
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-1/+47
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-13/+3
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-29/+16
* Implemented -Thtml bits for handling `Nm' blocks.Kristaps Dzonsons2010-07-021-8/+61
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-13/+16
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-011-2/+2
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-2/+2
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-5/+5