summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl_term.c
AgeCommit message (Expand)Author
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
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-28Allow leading and trailing vertical lines,Ingo Schwarze
2013-05-31The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze
2012-05-27Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze
2012-05-26Correct width of horizontal spans; relevant in case of centered orIngo Schwarze
2012-05-26Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze
2011-09-20Major rewrite of the horizontal spacing of tablesIngo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-01-25correct horizontal spacing of data cellsIngo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-09Sync tbl handling to bsd.lv release 1.10.9:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-10-15Do not crash on spanned headings.Ingo Schwarze
2010-10-15Move tbl width calculation from plain strlen to mandoc terminal widthIngo Schwarze
2010-10-15Move tbl output from plain stdio to mandoc terminal output routines.Ingo Schwarze
2010-10-15Import tbl parser and renderer written by kristaps@.Ingo Schwarze