summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-0/+4
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-0/+4
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-0/+1
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-10/+10
* Lint-ified.Kristaps Dzonsons2009-10-071-1/+2
* Lint-ified.Kristaps Dzonsons2009-10-071-15/+17
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-14/+44
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-449/+390
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-0/+4
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-40/+43
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-11/+6
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-13/+18
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-107/+2
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-21/+62
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-67/+141
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-17/+24
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-21/+50
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-1/+1
* Lint check (noop).Kristaps Dzonsons2009-09-251-1/+1
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-3/+3
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-13/+93
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-2/+2
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-241-14/+8
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-241-4/+28
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-6/+77
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-36/+138
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-14/+220
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-1/+1
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-10/+95
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+1617