]> git.cameronkatri.com Git - mandoc.git/history - tbl_term.c
When finding a bogus database entry,
[mandoc.git] / tbl_term.c
2017-07-31 Ingo SchwarzeIgnore explicitly specified negative column widths...
2017-07-08 Ingo SchwarzeCorrectly handle horizontal spans at the beginning...
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-17 Ingo Schwarzetables leak tab settings to subsequent text
2017-06-16 Ingo SchwarzeMultiple tbl(7) improvements:
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-13 Ingo Schwarzefix the interaction of the allbox option with spanned...
2017-06-12 Ingo SchwarzeTwo minor fixes for the "allbox" modifier:
2017-06-12 Ingo Schwarzeimplement the tbl(7) "allbox" option;
2017-06-12 Ingo Schwarzefix column width calculation for text block cells
2017-06-12 Ingo SchwarzeImplement automatic line breaking
2017-06-08 Ingo SchwarzeImplement w layout specifier (minimum column width).
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-03-06 Ingo SchwarzeFlush the line preceding a table before clearing the...
2015-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-30 Ingo SchwarzeAuditing the tbl(7) code for more NULL pointer accesses...
2015-01-28 Ingo Schwarzeimplement the tbl(7) "center" layout option
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...