2020-01-11 |
Ingo Schwarze | Fix a logic error: |
blob | commitdiff | raw |
2019-07-01 |
Ingo Schwarze | delete trailing whitespace and space-tab sequences... |
blob | commitdiff | raw | diff to current |
2019-06-11 |
Ingo Schwarze | Do not access a NULL pointer if a table contains a... |
blob | commitdiff | raw | diff to current |
2019-03-18 |
Ingo Schwarze | fix a NULL pointer access on empty tbl(7) data cells |
blob | commitdiff | raw | diff to current |
2019-03-16 |
Ingo Schwarze | When drawing a horizontal line in tbl(7) UTF-8 output... |
blob | commitdiff | raw | diff to current |
2019-02-09 |
Ingo Schwarze | The horizontal line in a data cell containing only... |
blob | commitdiff | raw | diff to current |
2019-01-31 |
Ingo Schwarze | Fix tbl(7) centering in mdoc(7) documents. |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-11-29 |
Ingo Schwarze | Do not draw horizontal lines through vertical spans |
blob | commitdiff | raw | diff to current |
2018-11-29 |
Ingo Schwarze | Now that it is better understood how borders work, |
blob | commitdiff | raw | diff to current |
2018-11-28 |
Ingo Schwarze | additional check needed after the previous (box drawing... |
blob | commitdiff | raw | diff to current |
2018-11-28 |
Ingo Schwarze | In -T utf8 output mode, render tbl(7) borders with... |
blob | commitdiff | raw | diff to current |
2018-11-25 |
Ingo Schwarze | In tbl(7) -T html output, |
blob | commitdiff | raw | diff to current |
2018-08-19 |
Ingo Schwarze | Do alignment of non-numeric strings in numeric cells... |
blob | commitdiff | raw | diff to current |
2018-08-19 |
Ingo Schwarze | do not print horizontal lines inside vertical spans |
blob | commitdiff | raw | diff to current |
2018-08-18 |
Ingo Schwarze | Do not allocate a column for decimal points if all... |
blob | commitdiff | raw | diff to current |
2017-07-31 |
Ingo Schwarze | Ignore explicitly specified negative column widths... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | Correctly handle horizontal spans at the beginning... |
blob | commitdiff | raw | diff to current |
2017-06-27 |
Ingo Schwarze | Implement spacing of columns as defined in the table... |
blob | commitdiff | raw | diff to current |
2017-06-17 |
Ingo Schwarze | tables leak tab settings to subsequent text |
blob | commitdiff | raw | diff to current |
2017-06-16 |
Ingo Schwarze | Multiple tbl(7) improvements: |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | improve rounding rules for scaling units |
blob | commitdiff | raw | diff to current |
2017-06-13 |
Ingo Schwarze | fix the interaction of the allbox option with spanned... |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Ingo Schwarze | Two minor fixes for the "allbox" modifier: |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Ingo Schwarze | implement the tbl(7) "allbox" option; |
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-12 |
Ingo Schwarze | Implement automatic line breaking |
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-06-07 |
Ingo Schwarze | Prepare the terminal driver for filling multiple column... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
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-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | Fix vertical spacing at the beginning of tables. |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | Flush the line preceding a table before clearing the... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Ingo Schwarze | Use relative offsets instead of absolute pointers for... |
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 |
2015-01-28 |
Ingo Schwarze | implement the tbl(7) "center" layout option |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Ingo Schwarze | Multiple parser and formatter fixes for line drawing... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | Prevent unsigned integer underflow when a number is... |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Ingo Schwarze | even if a table has zero columns, do not segfault in... |
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-10-13 |
Ingo Schwarze | implement font modifiers in table layouts |
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 |
2014-03-28 |
Ingo Schwarze | Allow leading and trailing vertical lines, |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Ingo Schwarze | The name "struct tbl" was badly misleading for two... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Fix the vertical spacing around tbl(7) instances in... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Correct width of horizontal spans; relevant in case... |
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-20 |
Ingo Schwarze | Major rewrite of the horizontal spacing of tables |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Fix copyright email. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | correct horizontal spacing of data cells |
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-10 |
Kristaps Dzonsons | Make dp->string always consist of a value. |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Kristaps Dzonsons | The numerical column type centres on the *last* decimal... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Kristaps Dzonsons | Give the "n" cell type knowledge of its spacing. |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Fixes: T} can be followed by a delimiter then more... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Quiesce lint with some type handling. Does not change... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Kristaps Dzonsons | Stuff tbl_calc() into out.c so that it can be shared... |
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 | Have horizontal spanner not clobber pre-set width. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix spacing for tables to use term_len(). Also make... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Switch on the `TS' documentation in roff.7. As per... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Add in support for number table cells that account... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Clean up the tbl top-level printing code and document... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Start using term_strlen() instead of strlen(). tbl_ter... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Turn on -Tascii tbl printing. The output still has... |
blob | commitdiff | raw | diff to current |
|