]> git.cameronkatri.com Git - mandoc.git/history - out.c
correct horizontal spacing of data cells
[mandoc.git] / out.c
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 ...