]> git.cameronkatri.com Git - mandoc.git/history - term_ps.c
Plan9 has a man(7) implementation that looks extremely archaic,
[mandoc.git] / term_ps.c
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-26 Kristaps Dzonsons"sys/param.h is for kernel interface programs.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-06 Kristaps DzonsonsIMPORTANT FIX: add missing braces around alloc failure...
2010-08-01 Joerg SonnenbergerTurn the non-trivial PS_GROWBUF macro into a function...
2010-07-25 Kristaps DzonsonsFully-working -Tpdf: xref table is now generated. ...
2010-07-25 Kristaps DzonsonsMake PDF sections contiguous.
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-21 Kristaps DzonsonsThe "wx" value is quite small, so use a u_short instead...
2010-07-20 Kristaps DzonsonsUse floating-point -Tps "moveto" arguments to smooth...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-05 Kristaps DzonsonsSuppress duplicate "Page: 1 1" -Tps printing and instea...
2010-07-04 Kristaps Dzonsonsgv(1) doesn't remember the last set font when displayin...
2010-07-04 Kristaps DzonsonsSet line-height to be 1.4em. Removed check for minimum...
2010-07-04 Kristaps DzonsonsSuppress printing blank eof pages in -Tps. Delay print...
2010-07-04 Kristaps DzonsonsSuppress printing of newlines/space at start of new...
2010-07-04 Kristaps DzonsonsBacked out margin calculations in favour of much simple...
2010-07-04 Kristaps DzonsonsAuto-margins. Documented in mandoc.1. Also bumped...
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-01 Kristaps DzonsonsFirst, I'm defaulting to 11-point font, which renders...
2010-06-30 Kristaps DzonsonsNow using Times AFM provided by Dillo. Verified on...
2010-06-30 Kristaps DzonsonsCorrect dimensions for DocumentMedia. Noted by schwarz...
2010-06-30 Kristaps DzonsonsEmbedding Charter proportional-width glyphs. Nice...
2010-06-30 Kristaps DzonsonsPostScript can now handle scaled glyph sizes (see ...
2010-06-30 Kristaps DzonsonsPushed normalisation of scaling units into term_hspan().
2010-06-30 Kristaps DzonsonsMove term_hspan() calculation into the output devices...
2010-06-30 Kristaps DzonsonsPush paper calculation out of getsubopt() loop. Make...
2010-06-29 Kristaps DzonsonsAdd in -Opaper=xxx support for -Tps postscript. This...
2010-06-29 Kristaps DzonsonsGive -Tps better PostScript hinting. Note that we...
2010-06-28 Kristaps DzonsonsClean-up of variable-width glyph support. Adds no...
2010-06-28 Kristaps DzonsonsThis enables variable glyph-width output. The checkin...
2010-06-28 Kristaps DzonsonsInitial encoding of glyph widths. From /usr/X11R6...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-11 Kristaps DzonsonsImplement font-switching for PostScript. -Tps now...
2010-06-11 Kristaps DzonsonsDelay opening a word state until a character is ready...
2010-06-11 Kristaps DzonsonsTeach -Tps to ignore backspace-encoding by using a...
2010-06-10 Kristaps DzonsonsAllow open word contexts in -Tps to preserve whitespace...
2010-06-09 Kristaps DzonsonsForgot to increment into the nil terminator. And call...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-08 Kristaps DzonsonsLint noops. Also fixed getsubopt() to be in unistd...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c
2010-06-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated