| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore explicitly specified negative column widths rather than | Ingo Schwarze | 2017-07-31 | 1 | -1/+4 |
* | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze | 2017-07-08 | 1 | -8/+9 |
* | Implement spacing of columns as defined in the table layout; | Ingo Schwarze | 2017-06-27 | 1 | -20/+27 |
* | tables leak tab settings to subsequent text | Ingo Schwarze | 2017-06-17 | 1 | -0/+11 |
* | Multiple tbl(7) improvements: | Ingo Schwarze | 2017-06-16 | 1 | -62/+175 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 1 | -1/+1 |
* | fix the interaction of the allbox option with spanned cells in the layout | Ingo Schwarze | 2017-06-13 | 1 | -16/+31 |
* | Two minor fixes for the "allbox" modifier: | Ingo Schwarze | 2017-06-12 | 1 | -2/+5 |
* | implement the tbl(7) "allbox" option; | Ingo Schwarze | 2017-06-12 | 1 | -1/+7 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 1 | -1/+1 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 1 | -56/+156 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -2/+8 |
* | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze | 2017-06-07 | 1 | -6/+6 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -17/+8 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -5/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+2 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Fix vertical spacing at the beginning of tables. | Ingo Schwarze | 2015-03-06 | 1 | -3/+0 |
* | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze | 2015-03-06 | 1 | -2/+3 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 1 | -2/+2 |
* | 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 | -20/+15 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 1 | -4/+2 |
* | implement the tbl(7) "center" layout option | Ingo Schwarze | 2015-01-28 | 1 | -2/+18 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze | 2015-01-27 | 1 | -123/+96 |
* | Prevent unsigned integer underflow when a number is too wide | Ingo Schwarze | 2014-12-24 | 1 | -3/+7 |
* | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | implement font modifiers in table layouts | Ingo Schwarze | 2014-10-13 | 1 | -2/+18 |
* | 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 | -32/+32 |
* | Allow leading and trailing vertical lines, | Ingo Schwarze | 2014-03-28 | 1 | -3/+5 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -16/+16 |
* | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze | 2012-05-27 | 1 | -2/+6 |
* | Correct width of horizontal spans; relevant in case of centered or | Ingo Schwarze | 2012-05-27 | 1 | -3/+11 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -59/+27 |
* | Major rewrite of the horizontal spacing of tables | Ingo Schwarze | 2011-09-20 | 1 | -95/+100 |
* | Fix copyright email. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+1 |
* | correct horizontal spacing of data cells | Ingo Schwarze | 2011-01-25 | 1 | -7/+10 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+3 |
* | Make dp->string always consist of a value. | Kristaps Dzonsons | 2011-01-10 | 1 | -14/+12 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -12/+25 |
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -3/+0 |
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -11/+12 |
* | Quiesce lint with some type handling. Does not change anything. | Kristaps Dzonsons | 2011-01-07 | 1 | -8/+11 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 1 | -248/+100 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -7/+5 |
* | Have horizontal spanner not clobber pre-set width. | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+4 |
* | Fix spacing for tables to use term_len(). Also make term.c properly | Kristaps Dzonsons | 2011-01-04 | 1 | -9/+9 |