Age | Commit message (Expand) | Author |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-11-29 | Do not draw horizontal lines through vertical spans | Ingo Schwarze |
2018-11-29 | Now that it is better understood how borders work, | Ingo Schwarze |
2018-11-28 | additional check needed after the previous (box drawing) patch | Ingo Schwarze |
2018-11-28 | In -T utf8 output mode, render tbl(7) borders with the Unicode | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-08-19 | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze |
2018-08-19 | do not print horizontal lines inside vertical spans | Ingo Schwarze |
2018-08-18 | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze |
2017-07-31 | Ignore explicitly specified negative column widths rather than | Ingo Schwarze |
2017-07-08 | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze |
2017-06-27 | Implement spacing of columns as defined in the table layout; | Ingo Schwarze |
2017-06-17 | tables leak tab settings to subsequent text | Ingo Schwarze |
2017-06-16 | Multiple tbl(7) improvements: | Ingo Schwarze |
2017-06-14 | improve rounding rules for scaling units | Ingo Schwarze |
2017-06-13 | fix the interaction of the allbox option with spanned cells in the layout | Ingo Schwarze |
2017-06-12 | Two minor fixes for the "allbox" modifier: | Ingo Schwarze |
2017-06-12 | implement the tbl(7) "allbox" option; | Ingo Schwarze |
2017-06-12 | fix column width calculation for text block cells | Ingo Schwarze |
2017-06-12 | Implement automatic line breaking | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-03-09 | Fix vertical spacing at the beginning of tables. | Ingo Schwarze |
2015-03-09 | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze |
2015-01-31 | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-30 | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze |
2015-01-28 | implement the tbl(7) "center" layout option | Ingo Schwarze |
2015-01-27 | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze |
2014-12-24 | Prevent unsigned integer underflow when a number is too wide | Ingo Schwarze |
2014-10-14 | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-28 | Allow leading and trailing vertical lines, | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2012-05-27 | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze |
2012-05-26 | Correct width of horizontal spans; relevant in case of centered or | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2011-09-20 | Major rewrite of the horizontal spacing of tables | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-01-25 | correct horizontal spacing of data cells | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |