aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-4/+3
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Fixed mingw compatibility where the "z" printf() modifier isn'tKristaps Dzonsons2011-08-161-5/+6
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-2/+3
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-151-169/+197
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-7/+10
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-7/+2
* Do not leak information about the software usedIngo Schwarze2011-03-071-3/+1
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-251-3/+2
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-271-2/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-3/+4
* "sys/param.h is for kernel interface programs.Kristaps Dzonsons2010-08-261-2/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-3/+4
* IMPORTANT FIX: add missing braces around alloc failure conditional inKristaps Dzonsons2010-08-061-4/+8
* Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, itJoerg Sonnenberger2010-08-011-16/+19
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-251-15/+44
* Make PDF sections contiguous.Kristaps Dzonsons2010-07-251-64/+52
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-47/+227
* The "wx" value is quite small, so use a u_short instead of a size_t.Kristaps Dzonsons2010-07-211-8/+8
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-5/+5
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Suppress duplicate "Page: 1 1" -Tps printing and instead relay onKristaps Dzonsons2010-07-051-6/+2
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-7/+25
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-041-19/+6
* Suppress printing blank eof pages in -Tps. Delay printing of Page:Kristaps Dzonsons2010-07-041-10/+14
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-041-16/+32
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-041-16/+11
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-041-13/+40
* Lint fixes.Kristaps Dzonsons2010-07-021-1/+2
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-011-15/+41
* 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