summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-171-43/+23
* Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' usingKristaps Dzonsons2010-12-171-55/+33
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-171-70/+23
* Get widths to be propertly represented in -T[x]html.Kristaps Dzonsons2010-12-161-7/+18
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-151-6/+1
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-30/+34
* Make sure that new list types don't emit whitespace before or after (weKristaps Dzonsons2010-12-151-21/+16
* Clarify purpose of "lit".Kristaps Dzonsons2010-12-151-7/+11
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-7/+1
* Added list-type style tips.Kristaps Dzonsons2010-12-151-12/+13
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-239/+151
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-1/+5
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-2/+2
* let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze2010-10-231-2/+2
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-101-2/+13
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-6/+5
* Fix small regression where `Op' had an extra space between the "[" and the SPAN.Kristaps Dzonsons2010-10-011-1/+2
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-271-1/+21
* Consolidated all -T[x]html punctuation macros into one function.Kristaps Dzonsons2010-09-261-214/+143
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-251-2/+4
* Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. RemoveKristaps Dzonsons2010-09-251-7/+4
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+2
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-041-1/+10
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+2
* same as mdoc_term.c rev. 1.180:Ingo Schwarze2010-08-071-5/+5
* Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaksKristaps Dzonsons2010-07-271-8/+5
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-2/+20
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-191-2/+2
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-1/+6
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-2/+48
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-14/+4
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-30/+17
* Implemented -Thtml bits for handling `Nm' blocks.Kristaps Dzonsons2010-07-021-9/+62
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-14/+17
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-011-3/+3
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-3/+3
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-6/+6
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-131-4/+4
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-9/+5
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-5/+3
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-4/+4
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-22/+10
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-15/+5
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-61/+67
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-14/+24
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-1/+5