]> git.cameronkatri.com Git - mandoc.git/history - tbl_term.c
Do not handle vertical lines as additional tbl(7) columns,
[mandoc.git] / tbl_term.c
2012-05-27 Ingo SchwarzeDo not handle vertical lines as additional tbl(7) columns,
2011-09-20 Ingo SchwarzeMajor rewrite of the horizontal spacing of tables
2011-07-17 Kristaps DzonsonsFix copyright email.
2011-01-25 Ingo Schwarzecorrect horizontal spacing of data cells
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-10 Kristaps DzonsonsMake dp->string always consist of a value.
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-08 Kristaps DzonsonsThe numerical column type centres on the *last* decimal...
2011-01-08 Kristaps DzonsonsGive the "n" cell type knowledge of its spacing.
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-05 Kristaps DzonsonsStuff tbl_calc() into out.c so that it can be shared...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsHave horizontal spanner not clobber pre-set width.
2011-01-04 Kristaps DzonsonsFix spacing for tables to use term_len(). Also make...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-03 Kristaps DzonsonsSwitch on the `TS' documentation in roff.7. As per...
2011-01-03 Kristaps DzonsonsAdd in support for number table cells that account...
2011-01-03 Kristaps DzonsonsClean up the tbl top-level printing code and document...
2011-01-03 Kristaps DzonsonsStart using term_strlen() instead of strlen(). tbl_ter...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...