summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
Commit message (Expand)AuthorAgeFilesLines
* even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze2014-10-141-1/+1
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-141-1/+1
* implement font modifiers in table layoutsIngo Schwarze2014-10-131-2/+18
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-32/+32
* Allow leading and trailing vertical lines,Ingo Schwarze2014-03-281-3/+5
* The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze2013-05-311-16/+16
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-271-2/+6
* Correct width of horizontal spans; relevant in case of centered orIngo Schwarze2012-05-271-3/+11
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-271-59/+27
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-201-95/+100
* Fix copyright email.Kristaps Dzonsons2011-07-171-1/+1
* correct horizontal spacing of data cellsIngo Schwarze2011-01-251-7/+10
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-0/+3
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-101-14/+12
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-12/+25
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-081-1/+1
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-081-3/+0
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-071-11/+12
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-8/+11
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-248/+100
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-7/+5
* Have horizontal spanner not clobber pre-set width.Kristaps Dzonsons2011-01-041-1/+4
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-041-9/+9
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-28/+9
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-031-0/+1
* Add in support for number table cells that account for escapes and soKristaps Dzonsons2011-01-031-17/+28
* Clean up the tbl top-level printing code and document the parts of it.Kristaps Dzonsons2011-01-031-22/+45
* Start using term_strlen() instead of strlen(). tbl_term.c can nowKristaps Dzonsons2011-01-031-33/+38
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-38/+227
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+358