]> git.cameronkatri.com Git - mandoc.git/history - html.h
more details about Mac OS X; information from Sevan Janiyan
[mandoc.git] / html.h
2021-09-09 Ingo SchwarzeIf the layout or data of an individual cell in a tbl...
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2019-09-01 Ingo Schwarzedelete the TAG_IDIV crutch, which is no longer used
2019-08-29 Ingo SchwarzeIn the HTML formatter, assert(3) that no HTML nesting...
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-01-18 Ingo SchwarzeThe .UR and .MT blocks in man(7) are represented by...
2019-01-07 Ingo SchwarzeRepresent mdoc(7) .Pp (and .sp, and some SYNOPSIS and...
2019-01-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2019-01-05 Ingo SchwarzeNow that the NODE_NOFILL flag in the syntax tree is...
2018-12-31 Ingo Schwarzedrop flag HTML_LITERAL which is no longer used
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-10-02 Ingo SchwarzeAdd an option -T html -O toc to add a brief table of...
2018-10-02 Ingo SchwarzeSupport a second argument to -O man,
2018-06-25 Ingo SchwarzeDelete substantial amounts of code
2018-06-25 Ingo SchwarzeDo not write <colgroup> elements. Their only purpose...
2018-05-25 Ingo SchwarzeDo not write duplicate id= attributes, they violate...
2018-05-09 Ingo SchwarzeFix a long-standing issue:
2018-04-13 Ingo Schwarzepreserve comments before .Dd and .TH (typically Copyrig...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-06-23 Ingo SchwarzeWrite text boxes as <mi>, <mn>, or <mo> as appropriate,
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...
2017-03-15 Ingo SchwarzeMinimal support for deep linking into man(7) pages.
2017-02-05 Ingo Schwarzemark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather...
2017-02-05 Ingo Schwarzefor .Rs, use <cite>
2017-02-05 Ingo SchwarzeImprove <table> syntax:
2017-01-29 Ingo Schwarzeeliminate one useless struct and one level of indirection;
2017-01-26 Ingo SchwarzeFix -man -Thtml formatting after .nf (which has nothing...
2017-01-19 Ingo Schwarzeclean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
2017-01-19 Ingo SchwarzeImplement line breaking of the generated HTML code...
2017-01-18 Ingo SchwarzeMake HTML output more human readable by overhauling...
2017-01-17 Ingo SchwarzeCompletely delete the buf field of struct html and...
2017-01-17 Ingo SchwarzeSimplify the usage of print_otag() by making it accept...
2016-07-19 Ingo SchwarzeUse __attribute__((__format__ throughout.
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-09-28 Kristaps DzonsonsChange "to" and "from" commands to use munder, mover...
2014-09-28 Kristaps DzonsonsAdd support for some MathML elements and attributes...
2014-09-27 Kristaps DzonsonsDon't pretend we have a separate XHTML and HTML mode...
2014-09-27 Kristaps DzonsonsRemove <p> in favour of <div class="spacer">.
2014-09-27 Kristaps DzonsonsRemove last hard-coded width attribute.
2014-09-27 Kristaps DzonsonsHTML5-isation: remove more alignments.
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsKick out two attibutes we don't use any more in HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-27 Kristaps DzonsonsFirst steps in HTML5: use UTF8 meta-charset and HTML5...
2014-09-17 Ingo Schwarzeimplement .An -[no]split for -Thtml
2014-08-14 Ingo SchwarzeRevert previous, as requested by kristaps@.
2014-08-13 Ingo SchwarzeUse <em> for .Em and .Bf -emphasis.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-01-05 Joerg SonnenbergerTag functions with format strings as arguments as print...
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-05-17 Kristaps DzonsonsCleanups in -T[x]html: make html_idcat() use the buffer...
2011-05-17 Kristaps DzonsonsClean-ups in -T[x]html: inline print_num(), as it was...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-01-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-06 Kristaps DzonsonsMake -T[x]html for tables structure cells with a width...
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2010-12-24 Kristaps DzonsonsApparently the U tag is deprecated, so use a SPAN inste...
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-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-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-04-05 Kristaps DzonsonsFix in `Mt' mailto from a patch by Tim van der Molen.
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2009-11-16 Kristaps DzonsonsAbstraction of -Thtml -man font setting (still experime...
2009-11-14 Kristaps DzonsonsRemoved superfluous HTML_NEWLINE.
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-10 Kristaps Dzonsons(Forgot to update html.h with metafonts. Build will...
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
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-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
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 DzonsonsFixed mandoc.1 examples (new -Thtml options).
next