]> git.cameronkatri.com Git - mandoc.git/history - out.c
When rendering the \h (horizontal motion) low-level roff(7) escape
[mandoc.git] / out.c
2021-10-17 Ingo Schwarzesimplify a few accesses to fields of structs, using...
2021-10-17 Ingo SchwarzeSimplify the code building lists of spans, no output...
2021-09-28 Ingo SchwarzeRevert part of the previous diff to fix a regression...
2021-09-07 Ingo SchwarzeFix an infinite loop that could occur during some cases...
2021-09-07 Ingo SchwarzeCorrectly calculate required column widths for tables...
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2019-12-31 Ingo SchwarzeWhen all cells in a tbl(1) column are empty, set the...
2019-03-29 Ingo SchwarzeSet the maximum column index in a tbl(7) to the maximum...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-12 Ingo SchwarzeCleanup, no functional change:
2018-11-29 Ingo SchwarzeBetter handle automatic column width assignments in...
2018-11-25 Ingo SchwarzeIn tbl(7) -T html output,
2018-08-19 Ingo SchwarzeDo alignment of non-numeric strings in numeric cells...
2018-08-18 Ingo SchwarzeIf a tbl(7) column contains both text cells and numeric...
2018-08-18 Ingo SchwarzeDo not allocate a column for decimal points if all...
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-15 Ingo Schwarzeround default width of tbl(7) text blocks in the same...
2017-06-14 Ingo Schwarzelet \l use the right fill character
2017-06-12 Ingo SchwarzeIf a tbl(7) layout contains a 'w' (minimum width) modif...
2017-06-12 Ingo Schwarzefix column width calculation for text block cells
2017-06-08 Ingo SchwarzeImplement w layout specifier (minimum column width).
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-05-01 Ingo SchwarzeWhen trying to expand some columns in a table where...
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-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-28 Ingo Schwarzeadjust formatting for the tbl(7) layout 'x' modifier...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-23 Ingo SchwarzeIn a2roffsu(), do not parse the number twice.
2014-12-04 Ingo Schwarzefix handling of roff requests having a default scale...
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-08-12 Ingo SchwarzeIn mdoc(7) and man(7), if a width is given as a bare...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2013-10-05 Ingo SchwarzeCleanup suggested by gcc-4.8.1, following hints by...
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
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-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-17 Kristaps DzonsonsRemove unused function.
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
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 DzonsonsClarify what members may be NULL or not in calculating...
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-05 Kristaps DzonsonsStuff tbl_calc() into out.c so that it can be shared...
2010-08-29 Kristaps DzonsonsRemove overstrike `\o'. This isn't the best solution...
2010-08-24 Kristaps DzonsonsHandle nested, recursive mathematical subexpressions...
2010-08-24 Kristaps DzonsonsStrip out `\k' escape.
2010-08-24 Kristaps DzonsonsStripping out of `\w' groff escape. Yet another for...
2010-08-24 Kristaps DzonsonsStrip out the `\z' escape. This is the first recursive...
2010-08-16 Kristaps DzonsonsAdd \v and \h to ignored escapes. These are in the...
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-22 Kristaps DzonsonsAccept "\s0" (i.e., properly ignore it). Found in...
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-19 Kristaps DzonsonsDouble-up DECO_RESERVED switch branch for colours.
2010-07-18 Kristaps DzonsonsProperly discard \m colour escapes. Noted by J.C....
2010-07-18 Kristaps DzonsonsThrow out a2roffdeco() in out.c for a readable version...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-04-07 Kristaps DzonsonsLint fix.
2010-04-07 Kristaps DzonsonsAdd support/ignoring of \f(xy, \f[X...], \F(xy, \FX...
2010-04-07 Kristaps DzonsonsBug in printing of reserved words with form \*[xxx...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-08 Kristaps Dzonsonsa2roffdeco() now supports \s escapes.
2009-11-07 Kristaps DzonsonsHooked up -Tascii to a2roffdeco backend.
2009-11-07 Kristaps DzonsonsInitial abstraction of front-end decoration events...
2009-10-22 Kristaps DzonsonsLinuxisms.
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-18 Kristaps DzonsonsHad out.h roff-scale converters accept default unit...
2009-10-09 Kristaps DzonsonsScaling factor made floating point (as per groff.7...
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-09-21 Kristaps DzonsonsRemoved new-born out.{h,c} (not a good idea).
2009-09-21 Kristaps DzonsonsTentative addition of front-end utility functions ...