]> git.cameronkatri.com Git - mandoc.git/history - tbl_html.c
Create the link from ./man to ./mandoc in the "all" target rather than
[mandoc.git] / tbl_html.c
2021-09-09 Ingo SchwarzeIn HTML output, in cells with an "n" (number) layout...
2021-09-09 Ingo SchwarzeIf the layout or data of an individual cell in a tbl...
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2021-05-16 Ingo SchwarzeImplement the layout specification "a" (left justify...
2021-05-16 Ingo Schwarzeimplement the tbl(7) layout modifiers "b" (bold) and...
2019-03-17 Ingo SchwarzeThe header file "html.h" uses enum roff_tok,
2019-01-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-12 Ingo SchwarzeCleanup, no functional change:
2018-11-26 Ingo SchwarzeImplement tbl(7) lines in -T html output,
2018-11-26 Ingo SchwarzeSimplify writing of tbl(7) cells by using the new featu...
2018-11-25 Ingo SchwarzeLet cells containing nothing but \^ extend the cell...
2018-11-25 Ingo SchwarzeIn tbl(7) -T html output,
2018-11-24 Ingo SchwarzeImplement horizontal and vertical alignment of tbl...
2018-06-25 Ingo SchwarzeDo not write <colgroup> elements. Their only purpose...
2017-07-31 Ingo SchwarzeIgnore explicitly specified negative column widths...
2017-06-12 Ingo Schwarzefix column width calculation for text block cells
2017-06-08 Ingo SchwarzeImplement w layout specifier (minimum column width).
2017-02-05 Ingo SchwarzeImprove <table> syntax:
2017-01-17 Ingo SchwarzeSimplify the usage of print_otag() by making it accept...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-30 Ingo SchwarzeAuditing the tbl(7) code for more NULL pointer accesses...
2014-10-14 Ingo SchwarzeRudimentary implementation of the e, x, and z table...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2012-05-27 Ingo SchwarzeDo not handle vertical lines as additional tbl(7) columns,
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-17 Kristaps DzonsonsFix copyright email.
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-06 Kristaps DzonsonsRestructured tbl_html() function so that we always...
2011-01-06 Kristaps DzonsonsMake -T[x]html for tables structure cells with a width...
2011-01-05 Kristaps DzonsonsGive tables an HTML class.
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...