summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-24Remove PCL/XL file support from the msvc build of gxps.Ralph Giles2-11/+8
2009-07-23Change the msvc xps build to use a 32 bit color index like the gccRalph Giles2-5/+7
2009-07-23Check for NULL in case gs_enumerate_files_inti() fails. For example, if a %ro...Ralph Giles1-1/+1
2009-07-23Move and rename the PNGSRCDIR entry in the msvc makefile for xps toRalph Giles1-4/+4
2009-07-23Temporarily address bug #690646 with a fatter fill adjustment default.Henry Stiles1-1/+1
2009-07-22The commits provides proper transparency support for fills with patterns that...Michael Vrhel11-18/+1163
2009-07-21Enhancement (pdfwrite) : Add a new switch 'PDFACompatibilityPolicy to control...Ken Sharp5-2/+59
2009-07-21Add output buffer alignment code to one of the image handling branchesAlex Cherepanov1-1/+1
2009-07-20Unobfuscate image scaling code: remove dead code, expand macros and typedefs.Alex Cherepanov1-104/+89
2009-07-19Fix a typo in compile time flag that prevented GNU libiconv to emulateAlex Cherepanov1-1/+1
2009-07-17Fix for case when underlying buffer includes shape plane, plus fix of minor o...Michael Vrhel3-1/+35
2009-07-17Revert the change in c9860 to allow xps to build built without the pclRalph Giles3-14/+5
2009-07-17The PostScript/PDF memory spaces were not set up properly in theHenry Stiles1-1/+1
2009-07-17Initialize bit accumulator in LZW encoder to clear a Purify warning aboutAlex Cherepanov1-0/+1
2009-07-17Fix processiong of numeric entry in /W2 array. Bug 690635.Alex Cherepanov1-1/+1
2009-07-16Optimizations when filling with patterns that include transparency.Michael Vrhel7-13/+103
2009-07-16Add a page for GhostPDF.Ralph Giles0-0/+0
2009-07-16Update MuPDF links.Ralph Giles0-0/+0
2009-07-15Fix (pdfwrite): Crash with font errors.Ken Sharp1-1/+6
2009-07-15Fix for infinite loop that was caused by failure to update the current patter...Michael Vrhel1-0/+1
2009-07-14Changes to allow building XPS (gxps) without the pcl directory present.Ray Johnston3-5/+14
2009-07-14Switch the order of an assignment and condition to fix (harmless) reading ofAlex Cherepanov1-2/+2
2009-07-13Add a couple of utilities for extracting Fonts and ICC Profiles from aRay Johnston2-0/+212
2009-07-11Change the Ghostpdl license to GPLv2 or later from GPLv2-only.Ralph Giles1-2/+3
2009-07-11Change the GPL Ghostscript license to GPLv2 or later, instead of GPLv2-only.Ralph Giles1-2/+3
2009-07-11Merge from trunk through revision 9854.Michael Vrhel133-9192/+10825
2009-07-10Addition of code for transparency group color space handling when we are fill...Michael Vrhel4-6/+118
2009-07-09Don't take empty string for an answer when searching 'name' table in TrueTypeAlex Cherepanov1-1/+1
2009-07-09Remove ad hoc code to draw thin rectangles. It appears this code isHenry Stiles12-58/+2
2009-07-09Set default color and colorspace for colored pattern stream that relies onAlex Cherepanov1-5/+8
2009-07-08Addition of code to handle case when there is not a rectlist but just a singl...Michael Vrhel1-0/+16
2009-07-08This patch is a continuation of revision 9842, to derive the fillHenry Stiles1-7/+0
2009-07-08Fix (CID fonts): The fallback when totally failing to find a character code i...Ken Sharp1-0/+4
2009-07-08Fix for segfault caused by dereference of a stale pointer (pgs->dev_color).Ray Johnston1-0/+1
2009-07-07Turn off debug defines.Michael Vrhel2-2/+2
2009-07-07Initialize filladjust to 0 in GhostXPS.Tor Andersson1-0/+1
2009-07-07Fix for missing matrix translation from clist phase changes during tiling cod...Michael Vrhel3-85/+47
2009-07-06The fill adjustment associated with the clipping path should beHenry Stiles2-2/+6
2009-07-06Fix (graphics library) : Conversion to base colour space of an /Indexed colou...Ken Sharp1-8/+61
2009-07-05Fix for access violations when transparency pattern is stored and read from c...Michael Vrhel2-10/+22
2009-07-04Add a check for a null value of SMask attribute in ExtGState. This also worksAlex Cherepanov1-1/+1
2009-07-04Addition of code to read from clist the transparency tile. Only part remaini...Michael Vrhel1-4/+90
2009-07-03Fix for crash when tiles are outside printable areas seen with bug 690558.Ray Johnston1-25/+34
2009-07-03Synchronize dispatch scripts with the current cluster versions.Ralph Giles0-0/+0
2009-07-03Addition of code to write pattern transparency data into clist.Michael Vrhel3-4/+174
2009-07-03Enhancement (TrueType fonts): Add support for Adobe's use of Identity CMap in...Ken Sharp5-2/+63
2009-07-02The advance was not properly rounded for Monotype UFST resident fonts.Henry Stiles1-1/+2
2009-07-02Fix language_switch UFST build to put the FAPIconfig-FCO file into the correctRay Johnston2-2/+2
2009-07-02Removal of temporary debug code and implementation of non-simple tile case (e...Michael Vrhel3-79/+19
2009-07-02With this commit we are getting proper output for the simple tiling case. Ne...Michael Vrhel1-14/+15