summaryrefslogtreecommitdiff
path: root/gs/base/gdevpdtt.c
Commit message (Expand)AuthorAgeFilesLines
* initial changes for capturing PCL type 3 fonts in pdfwriteType3_PCLKen Sharp2011-04-291-144/+349
* Indent with spaces and strip trailing whitespace.Tor Andersson2011-04-191-1593/+1583
* Fix ps2write : Attach Encoding for symbolic TrueType fontsKen Sharp2011-01-031-2/+2
* Fix (pdfwrite) : Type 3 font capture and charpath operationsKen Sharp2010-11-291-1/+5
* Fix (pdfwrite) : Scale up type 3 font outlines to give more accuracyKen Sharp2010-10-151-2/+69
* Prevent a possible attempt to memset a NULL pointer. This was probably safe s...Ken Sharp2010-10-081-1/+2
* Fix (pdfwrite) : Check encoding compatibility when finding base fontsKen Sharp2010-10-081-3/+3
* More changes to silence static analysis warnings. Mostly removing unused vari...Ken Sharp2010-10-071-2/+10
* Fix (pdfwrite) : Do not write Encodings with Symbolic TrueType fontsKen Sharp2010-09-231-2/+8
* Fix (pdfwrite) : string not being re-encodedKen Sharp2010-09-061-2/+15
* Fix pdfwriteKen Sharp2010-08-061-8/+14
* As part of the work for bug 691207 (remove global variables) we introduceRobin Watts2010-05-041-2/+3
* Fix for bug 691103. The pdfwrite device now considers FDArray fonts' FontMat...Masaki Ushizaka2010-02-251-2/+33
* Fix (pdfwrite) bug #691101 (part 2 of 2)Ken Sharp2010-02-081-9/+7
* Include stdlib.h for a prototype for abs().Alex Cherepanov2009-12-261-0/+1
* Fix (pdfwrite) Bug #691009 "Regression: 14-01.PS fails with pdfwrite". revisi...Ken Sharp2009-12-211-2/+5
* Fix (pdfwrite) : regressions with revision 10474Ken Sharp2009-12-091-8/+9
* Fix (pdfwrite) : Unchecked return value causing indeterminismsKen Sharp2009-12-091-0/+2
* Extend ghostscript graphics library with the capability to handle differentRobin Watts2009-12-041-3/+5
* Fix (pdfwrite) : correct introduced regressionKen Sharp2009-11-111-1/+1
* Fix (pdfwrite) : type 0 fonts with type 3 descendants could confuse pdfwrite ...Ken Sharp2009-11-091-3/+40
* Fix a typo in a comment.Ken Sharp2009-04-131-1/+1
* Another case of the return value from pdf_attached_font_resource not being ch...Ken Sharp2009-03-311-1/+3
* Check the return value from pdf_attached_font_resource to silence a Coverity ...Ken Sharp2009-03-311-1/+3
* Fix (pdfwrite) : Wrong page orientation with italic font.Ken Sharp2009-03-231-5/+11
* Remove an unused variable.Ralph Giles2008-11-061-1/+0
* Fix (pdfwrite): several issues with PaintType 2 (stroked fonts) and PDF Text ...Ken Sharp2008-11-051-11/+10
* Fix (pdfwrite): Conversion of PaintType 0 fonts to text rendering modeKen Sharp2008-10-211-5/+13
* Address some more issues raised by Coverity. Check return values in some plac...Ken Sharp2008-09-061-7/+14
* Fix a warning from older versions of gcc. Spotted by Russell Lang when doing ...Ken Sharp2008-09-011-9/+1
* Split the source tree into two new directories.Ralph Giles2008-08-291-0/+2642