summaryrefslogtreecommitdiff
path: root/gs
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Bracket off gs_debug_c with #ifdef DEBUG so it is not called inHenry Stiles7-6/+55
2011-01-14Changes to the Unix configure based builds to tidy up specifyingChris Liddell5-25/+93
2011-01-13Remove the bogus C++ requirement in the copy of Jasper weChris Liddell19-10470/+11973
2011-01-13Fix Bug 689698 by prefixing scan_token (and other externally exportedRobin Watts9-3401/+3402
2011-01-12Fix Bug 691682 - cryptic error messages when misspecifying compression typeRobin Watts1-24/+31
2011-01-11Fix for a number of issues found by Ray with the halftone creation tool.Michael Vrhel3-42/+140
2011-01-11Add output modes for PostScript HalftoneType 3 threshold arrays (-ps) andRay Johnston1-23/+66
2011-01-11Hopefully a fix for indeterminism introduced in rev 12005. The source of thi...Michael Vrhel1-2/+2
2011-01-10Added the source code of the CUPS libraries to the Ghostscript sourceTill Kamppeter113-0/+71790
2011-01-10Add support for MSVC 10 to msvc32.mak .Alex Cherepanov1-0/+36
2011-01-09Fix for color related warnings in bug 691459Michael Vrhel7-17/+8
2011-01-08Don't discard encoding of a TrueType PDF font when it is not embedded.Alex Cherepanov1-2/+3
2011-01-08Additional changes to support ps2write in the cluster (and nightly and weekly...Marcos H. Woehrmann5-26/+77
2011-01-08Add ps2write testing to the cluster regression.Marcos H. Woehrmann1-6/+17
2011-01-08Fix the code that repairs missing or incorrect /Subtype attribute. WriteAlex Cherepanov1-0/+1
2011-01-08Fixed typo.Till Kamppeter1-1/+1
2011-01-08CUPS Raster device: Some clean-up.Till Kamppeter1-8/+8
2011-01-08CUPS Raster: Another approach to fix both bug #691733 and #690435: Set _old v...Till Kamppeter1-11/+16
2011-01-07CUPS Raster output device: Use positive values (1) as dummy values to mark th...Till Kamppeter1-4/+4
2011-01-07Fixed search-and-replace error in "cups" output device, bug 691871.Till Kamppeter1-2/+2
2011-01-07Fix so that we do not do the ICC optimized flow for color images when our tar...Michael Vrhel8-4/+97
2011-01-06Fix a cut-ant-paste error in setting QuantTables for JPXEncode filter.Alex Cherepanov1-2/+2
2011-01-06Minor enhancement to ps2write for DSC output, remove trailing EOF.Ken Sharp1-1/+2
2011-01-05Reverting of commit 11995Michael Vrhel2-65/+5
2011-01-05ps2write DSC enhancement. Alter the default setting of CompressPages and Comp...Ken Sharp1-2/+2
2011-01-05Fix three compiler warnings in revision 11997Ken Sharp1-3/+3
2011-01-05Use the "x11" output device as default output device for an X-enabled Ghostsc...Till Kamppeter1-1/+1
2011-01-05ps2write DSC enhancement. Belt and braces approach when emitting a serialised...Ken Sharp1-1/+41
2011-01-04Fix spelling errors in a German man page. Thanks to Peter Dyballa forAlex Cherepanov1-2/+2
2011-01-04Fix so that the presence of source black and white are properly detected with...Michael Vrhel2-5/+65
2011-01-04More DSC-compliant ps2write work.Ken Sharp1-2/+53
2011-01-04Fix (pdfwrite) : Write ToUnicode CMap files which Acrobat likesKen Sharp2-6/+18
2011-01-03Don't bump the 'used' element of the chunk manager structure if the allocationRay Johnston1-2/+2
2011-01-03The optimization in gdevdgbr to detect a device with a "plain" cmyk 1Henry Stiles1-1/+1
2011-01-03Decode image samples with single precision calculations only. ThisHenry Stiles2-4/+4
2011-01-03Fix ps2write : Attach Encoding for symbolic TrueType fontsKen Sharp1-2/+2
2011-01-03Adjust pdfemptycount variable during .execgroup execution to reflect theAlex Cherepanov1-2/+5
2011-01-01Change all "/foo /bar load def" into "/foo {bar} bind 0 get def"Alex Cherepanov1-8/+8
2010-12-31Trap errors that may happen during loading of embedded fonts and tryAlex Cherepanov1-2/+15
2010-12-30Use -fPIC instead of -KPIC on SunOS for "so" target when compiler is gcc.Alex Cherepanov1-1/+5
2010-12-30Clip excessive size of the radial gradient extensions to the fixed pointAlex Cherepanov3-26/+34
2010-12-29Ignore transparency group XObject without /Group attribute and issue aAlex Cherepanov1-5/+13
2010-12-28Implement correct defaults for /FontMatrix attribute in composite CFFAlex Cherepanov1-6/+50
2010-12-27Fix unterminated string used by "%%CreationDate:" comment in ps2writeAlex Cherepanov1-4/+5
2010-12-24Put a check in place to ensure that the UFST pre version 6Chris Liddell1-1/+17
2010-12-24Where FAPI finds a TTF glyf description to pass into the target fontChris Liddell1-1/+1
2010-12-24Limit the use of -rdynamic flag to GCC on Linux. This flags is supportedAlex Cherepanov1-1/+6
2010-12-23fix pdfwrite : Always write 2 bytes for ToUnicode CMap rangesKen Sharp1-14/+6
2010-12-23ps2write enhancementKen Sharp1-0/+1
2010-12-22Initial commit of code for creating halftone screens. This code needs additi...Michael Vrhel3-0/+1741