summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl_term.c
AgeCommit message (Expand)Author
2022-08-28Stop skipping vertical space after boxed tables.Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-08When calculating the with of spanned columns, which for example mattersIngo Schwarze
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2020-10-25The GNU tbl(1) program contained in the groff package internallyIngo Schwarze
2020-01-11Fix a logic error:Ingo Schwarze
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze
2019-03-18fix a NULL pointer access on empty tbl(7) data cellsIngo Schwarze
2019-03-16When drawing a horizontal line in tbl(7) UTF-8 output, it is notIngo Schwarze
2019-02-09The horizontal line in a data cell containing only "_" or "="Ingo Schwarze
2019-01-31Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-11-29Do not draw horizontal lines through vertical spansIngo Schwarze
2018-11-29Now that it is better understood how borders work,Ingo Schwarze
2018-11-28additional check needed after the previous (box drawing) patchIngo Schwarze
2018-11-28In -T utf8 output mode, render tbl(7) borders with the UnicodeIngo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-08-19Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze
2018-08-19do not print horizontal lines inside vertical spansIngo Schwarze
2018-08-18Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze
2017-07-31Ignore explicitly specified negative column widths rather thanIngo Schwarze
2017-07-08Correctly handle horizontal spans at the beginning of rows,Ingo Schwarze
2017-06-27Implement spacing of columns as defined in the table layout;Ingo Schwarze
2017-06-17tables leak tab settings to subsequent textIngo Schwarze
2017-06-16Multiple tbl(7) improvements:Ingo Schwarze
2017-06-14improve rounding rules for scaling unitsIngo Schwarze
2017-06-13fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze
2017-06-12Two minor fixes for the "allbox" modifier:Ingo Schwarze
2017-06-12implement the tbl(7) "allbox" option;Ingo Schwarze
2017-06-12fix column width calculation for text block cellsIngo Schwarze
2017-06-12Implement automatic line breakingIngo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-06-07Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-09-26/* NOTREACHED */ after abort() is silly, delete itIngo Schwarze
2015-03-09Fix vertical spacing at the beginning of tables.Ingo Schwarze
2015-03-09Flush the line preceding a table before clearing the right margin,Ingo Schwarze
2015-01-31Use relative offsets instead of absolute pointers for the terminalIngo Schwarze
2015-01-30Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze
2015-01-30Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze
2015-01-30Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze
2015-01-28implement the tbl(7) "center" layout optionIngo Schwarze
2015-01-27Multiple parser and formatter fixes for line drawing in tbl(7).Ingo Schwarze
2014-12-24Prevent unsigned integer underflow when a number is too wideIngo Schwarze
2014-10-14even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze
2014-10-13implement font modifiers in table layoutsIngo Schwarze