]> git.cameronkatri.com Git - mandoc.git/history - tbl_term.c
Multiple parser and formatter fixes for line drawing in tbl(7).
[mandoc.git] / tbl_term.c
2015-01-27 Ingo SchwarzeMultiple parser and formatter fixes for line drawing...
2014-12-24 Ingo SchwarzePrevent unsigned integer underflow when a number is...
2014-10-14 Ingo Schwarzeeven if a table has zero columns, do not segfault in...
2014-10-14 Ingo SchwarzeRudimentary implementation of the e, x, and z table...
2014-10-13 Ingo Schwarzeimplement font modifiers in table layouts
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-28 Ingo SchwarzeAllow leading and trailing vertical lines,
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
2012-05-27 Ingo SchwarzeFix the vertical spacing around tbl(7) instances in...
2012-05-27 Ingo SchwarzeCorrect width of horizontal spans; relevant in case...
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...