summaryrefslogtreecommitdiffstats
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress duplicate "Page: 1 1" -Tps printing and instead relay onKristaps Dzonsons2010-07-051-5/+1
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-6/+24
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-041-18/+5
* Suppress printing blank eof pages in -Tps. Delay printing of Page:Kristaps Dzonsons2010-07-041-9/+13
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-041-15/+31
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-041-15/+10
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-041-12/+39
* Lint fixes.Kristaps Dzonsons2010-07-021-0/+1
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-011-14/+40
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-301-270/+270
* Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) wasKristaps Dzonsons2010-06-301-5/+4
* Embedding Charter proportional-width glyphs. Nice-looking output.Kristaps Dzonsons2010-06-301-288/+288
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-301-17/+27
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-9/+3
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-6/+65
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-301-20/+21
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-291-1/+23
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-291-23/+56
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-9/+11
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-281-15/+13
* Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1.Kristaps Dzonsons2010-06-281-14/+341
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-0/+1
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-0/+12
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-61/+133
* Delay opening a word state until a character is ready to be output.Kristaps Dzonsons2010-06-111-20/+41
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-1/+30
* Allow open word contexts in -Tps to preserve whitespace, as whitespaceKristaps Dzonsons2010-06-101-3/+4
* Forgot to increment into the nil terminator. And call va_end() whileKristaps Dzonsons2010-06-091-1/+3
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-54/+138
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-081-0/+1
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-0/+172
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-0/+45