| Commit message (Expand) | Author | Age | Files | Lines |
* | According to the tbl(7) manual, if a data cell contains only the | Ingo Schwarze | 2022-01-12 | 1 | -2/+4 |
* | In HTML output, in cells with an "n" (number) layout, pad numbers | Ingo Schwarze | 2021-09-09 | 1 | -0/+24 |
* | If the layout or data of an individual cell in a tbl(7) contains | Ingo Schwarze | 2021-09-09 | 1 | -1/+6 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -4/+1 |
* | Implement the layout specification "a" (left justify with 1em indentation) | Ingo Schwarze | 2021-05-16 | 1 | -0/+2 |
* | implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) | Ingo Schwarze | 2021-05-16 | 1 | -2/+10 |
* | The header file "html.h" uses enum roff_tok, | Ingo Schwarze | 2019-03-17 | 1 | -0/+1 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 1 | -0/+1 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -1/+1 |
* | Implement tbl(7) lines in -T html output, | Ingo Schwarze | 2018-11-26 | 1 | -67/+123 |
* | Simplify writing of tbl(7) cells by using the new feature of passing | Ingo Schwarze | 2018-11-26 | 1 | -16/+4 |
* | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze | 2018-11-25 | 1 | -6/+11 |
* | In tbl(7) -T html output, | Ingo Schwarze | 2018-11-25 | 1 | -16/+39 |
* | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze | 2018-11-24 | 1 | -5/+35 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 1 | -9/+0 |
* | Ignore explicitly specified negative column widths rather than | Ingo Schwarze | 2017-07-31 | 1 | -0/+3 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 1 | -1/+1 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -2/+29 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -2/+3 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -21/+9 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -1/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+3 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 1 | -2/+2 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -7/+7 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 1 | -6/+6 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -5/+4 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -13/+5 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fix copyright email. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+1 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -44/+61 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -3/+11 |
* | Restructured tbl_html() function so that we always clean up our columns. | Kristaps Dzonsons | 2011-01-06 | 1 | -39/+42 |
* | Make -T[x]html for tables structure cells with a width. I don't | Kristaps Dzonsons | 2011-01-06 | 1 | -1/+48 |
* | Give tables an HTML class. | Kristaps Dzonsons | 2011-01-05 | 1 | -2/+5 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+2 |
* | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+72 |