summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix possible segfaults in `Lk' -T[x]html handler, which made someKristaps Dzonsons2011-04-041-9/+11
* Clean-up in -T[x]html: remove some unnecessary assignments to localKristaps Dzonsons2011-04-041-22/+20
* Clean up handling of `In' for -T[x]html such that it only links to theKristaps Dzonsons2011-04-041-11/+28
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-4/+21
* Clean up date handling,Ingo Schwarze2011-03-071-4/+1
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-1/+7
* Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148:Ingo Schwarze2011-02-061-2/+4
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+2
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-1/+2
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-291-2/+16
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-251-1/+7
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-251-7/+2
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-251-3/+8
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-6/+14
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-3/+19
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-0/+2
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-3/+4
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-1/+4
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-0/+2
* Make `Fo' use a B instead of SPAN (left-over).Kristaps Dzonsons2010-12-241-2/+2
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-1/+0
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-24/+24
* 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