aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-10/+11
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-14/+16
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+10
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-7/+7
* Full `%U' support.Kristaps Dzonsons2009-10-261-18/+28
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-8/+4
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-6/+8
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-191-1/+3
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-191-1/+3
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+6
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-1/+5
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-1/+5
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-1/+2
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-11/+11
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+3
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-15/+45
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-450/+391
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-1/+5
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-41/+44
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-12/+7
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-14/+19
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-108/+3
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-22/+63
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-68/+142
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-18/+25
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-22/+51
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-2/+2
* Lint check (noop).Kristaps Dzonsons2009-09-251-2/+2
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-4/+4
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-14/+94
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-3/+3
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-241-15/+9
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-241-5/+29
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-7/+78
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-37/+139
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-15/+221
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-2/+2
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-11/+96
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+1617