]> git.cameronkatri.com Git - mandoc.git/history - html.c
Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,
[mandoc.git] / html.c
2010-12-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-20 Kristaps DzonsonsMore use default tags, this time I and U. Also fix...
2010-12-20 Kristaps DzonsonsGive header and footer table cells default widths ...
2010-12-17 Kristaps DzonsonsMake literal `Bd' use a PRE in -Thtml. Make `Bd' outpu...
2010-12-17 Kristaps DzonsonsHave synopsis_pre() in -Thtml emit P or BR, not DIVs.
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-15 Kristaps DzonsonsRemove stupid outer DIV tag in favour of regular BODY...
2010-12-15 Kristaps DzonsonsIn-progress move from -T[x]html using DIVs for its...
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-26 Kristaps DzonsonsMake `Sm' start no-spacing after the first output word...
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-07-06 Kristaps DzonsonsBrought function arguments and style in ine with term_w...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-07 Kristaps DzonsonsAdd -Owidth=width option to mandoc -Tascii. Asked...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-04-12 Kristaps DzonsonsFix to auto-closing of LINK tag in -Txhtml (thanks...
2010-04-08 Kristaps DzonsonsRemoved pipe from front-end ("typographic") recognition...
2010-04-03 Kristaps DzonsonsRemoved erroneous `{' and `}' as punctuation (see mdoc...
2010-02-17 Kristaps DzonsonsFixed printing of XHTML DOCTYPE "html" vs. "HTML".
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-30 Kristaps DzonsonsMandate html attributes for xhtml.
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-16 Kristaps DzonsonsAbstraction of -Thtml -man font setting (still experime...
2009-11-15 Kristaps Dzonsons\f escapes appear to work properly for -Thtml -man...
2009-11-14 Kristaps DzonsonsInitial check-in of -man -Thtml \f support (needs testing).
2009-11-14 Kristaps DzonsonsRemoved superfluous HTML_NEWLINE.
2009-11-14 Kristaps DzonsonsFix of fix of -Thtml nospace.
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-10 Kristaps DzonsonsLint fixes in function call.
2009-11-09 Kristaps DzonsonsDocumented \s and cleaned up \f documentation in mdoc...
2009-11-05 Kristaps DzonsonsDocumented that `\s' and `\f' don't work in HTML mode...
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-11-01 Kristaps DzonsonsLint fix.
2009-11-01 Kristaps DzonsonsUsing putchar for single-character prints (noted by...
2009-11-01 Kristaps Dzonsonsprint_encode() using strcspn instead of looping/putchar...
2009-11-01 Kristaps DzonsonsReplaced putchar() loop with fwrite() (noted by Joerg...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-30 Kristaps DzonsonsLint fixes.
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-10-30 Kristaps DzonsonsAdded newline after block-level closing tags (suggested...
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-28 Kristaps DzonsonsRemoved superfluous memset (thanks Joerg Sonnenberger).
2009-10-28 Kristaps DzonsonsFixed un-reset buffer in `.In', -Thtml, -mdoc.
2009-10-27 Kristaps DzonsonsAdded "summary" tag to tables in order to silence HTML...
2009-10-26 Kristaps DzonsonsPortability: replaced queue macros in html.c (Joerg...
2009-10-20 Kristaps DzonsonsMore updates to mdoc.7.
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-10-09 Kristaps DzonsonsScaling factor made floating point (as per groff.7...
2009-10-07 Kristaps DzonsonsFixed side-effect of linting (oops).
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsMade default string units (-Thtml -mdoc) to use `m...
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-04 Kristaps DzonsonsExample style-sheet reflecting modified section/subsect...
2009-10-03 Kristaps DzonsonsLintified (noops).
2009-10-03 Kristaps DzonsonsFixed mandoc.1 examples (new -Thtml options).
2009-10-03 Kristaps DzonsonsAdded the -oincludes=FMT option.
2009-10-03 Kristaps DzonsonsElement tag buffer is now part of struct html.
2009-09-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.
2009-09-21 Kristaps DzonsonsRemoved man handling in -Thtml (for now).
2009-09-21 Kristaps DzonsonsFix height of hard-breaks in -Thtml.
2009-09-21 Kristaps DzonsonsConsolidation of Pp/sp/br/Lp stuff.
2009-09-21 Kristaps DzonsonsFix in outopts processing.
2009-09-21 Kristaps DzonsonsFixed body/divbody structure of html pages.
2009-09-21 Kristaps Dzonsonsgetsubopt() is in unistd.h, not stdlib.h (error in...
2009-09-21 Kristaps DzonsonsLint pass (OpenBSD-alpha). Noops.
2009-09-21 Kristaps DzonsonsRemoved new-born out.{h,c} (not a good idea).
2009-09-21 Kristaps DzonsonsAdded example stylesheet.
2009-09-21 Kristaps DzonsonsTentative addition of front-end utility functions ...
2009-09-20 Kristaps DzonsonsUsing inline-blocks for header and footer (works much...
2009-09-20 Kristaps DzonsonsHeaders and footers in -Thtml. Various minor additions.
2009-09-20 Kristaps DzonsonsBl -column in place for -Thtml.
2009-09-20 Kristaps DzonsonsSome extra html tags and near-complete Bl: -tag is...
2009-09-20 Kristaps DzonsonsFixed memory leak on close.
2009-09-20 Kristaps DzonsonsConsiderable, wide-ranging improvements to the -Thtml...
2009-09-17 Kristaps DzonsonsConsider html fixes, most importantly -tag and -hang...
2009-09-17 Kristaps DzonsonsHang lists in html (the hard one first).
2009-09-17 Kristaps DzonsonsMore html.
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...
2009-09-16 Kristaps DzonsonsMore updates to html.c.
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2008-12-15 Kristaps DzonsonsPurged all old files in favour of new design. Selectiv...
2008-12-12 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps DzonsonsPrettier HTML.
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps DzonsonsSx to Sh anchors work.
2008-12-10 Kristaps DzonsonsLinted on NetBSD side.
next