aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
...
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-301-271/+271
* Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) wasKristaps Dzonsons2010-06-301-6/+5
* Embedding Charter proportional-width glyphs. Nice-looking output.Kristaps Dzonsons2010-06-301-289/+289
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-301-18/+28
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-10/+4
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-7/+66
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-301-21/+22
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-291-2/+24
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-291-24/+57
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-281-10/+12
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-281-16/+14
* Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1.Kristaps Dzonsons2010-06-281-15/+342
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-1/+2
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-1/+13
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-62/+134
* Delay opening a word state until a character is ready to be output.Kristaps Dzonsons2010-06-111-21/+42
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-2/+31
* Allow open word contexts in -Tps to preserve whitespace, as whitespaceKristaps Dzonsons2010-06-101-4/+5
* Forgot to increment into the nil terminator. And call va_end() whileKristaps Dzonsons2010-06-091-2/+4
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-55/+139
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-081-1/+2
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-1/+173
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-0/+45