2019-03-17 |
Ingo Schwarze | The header file "html.h" uses enum roff_tok, |
blob | commitdiff | raw |
2019-01-06 |
Ingo Schwarze | Finally, represent the man(7) .PP and .HP macros by... |
blob | commitdiff | raw | diff to current |
2018-12-16 |
Ingo Schwarze | Yet another round of improvements to manual font selection. |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-11-26 |
Ingo Schwarze | Implement tbl(7) lines in -T html output, |
blob | commitdiff | raw | diff to current |
2018-11-26 |
Ingo Schwarze | Simplify writing of tbl(7) cells by using the new featu... |
blob | commitdiff | raw | diff to current |
2018-11-25 |
Ingo Schwarze | Let cells containing nothing but \^ extend the cell... |
blob | commitdiff | raw | diff to current |
2018-11-25 |
Ingo Schwarze | In tbl(7) -T html output, |
blob | commitdiff | raw | diff to current |
2018-11-24 |
Ingo Schwarze | Implement horizontal and vertical alignment of tbl... |
blob | commitdiff | raw | diff to current |
2018-06-25 |
Ingo Schwarze | Do not write <colgroup> elements. Their only purpose... |
blob | commitdiff | raw | diff to current |
2017-07-31 |
Ingo Schwarze | Ignore explicitly specified negative column widths... |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Ingo Schwarze | fix column width calculation for text block cells |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | Implement w layout specifier (minimum column width). |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | Improve <table> syntax: |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Ingo Schwarze | Simplify the usage of print_otag() by making it accept... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Delete the redundant tbl span flags, just inspect the... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Abolish struct tbl_head and replace it by an "int col... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Auditing the tbl(7) code for more NULL pointer accesses... |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Ingo Schwarze | Rudimentary implementation of the e, x, and z table... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Do not handle vertical lines as additional tbl(7) columns, |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Fix copyright email. |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Kristaps Dzonsons | Change how -Thtml behaves with tables: use multiple... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Kristaps Dzonsons | Add support for "^" vertical spanners. Unlike GNU... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Kristaps Dzonsons | Restructured tbl_html() function so that we always... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Kristaps Dzonsons | Make -T[x]html for tables structure cells with a width... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Kristaps Dzonsons | Give tables an HTML class. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Add skeleton for -T[x]html tbl stuff. Also start to... |
blob | commitdiff | raw | diff to current |
|