summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reassign devices owned by Alex.Henry Stiles2013-06-271-56/+56
* commit 9034712 used abs, which oddly caused many timeouts. Multiplying byKen Sharp2013-06-271-2/+4
* When clamping pattern BBox to page, make sure to scan in proper directionKen Sharp2013-06-271-0/+6
* Change in behavior for overprint. Fixes bugs 694295 694296 and 694067Michael Vrhel2013-06-269-35/+68
* Ensure all objects created for use during setpagdevice are in local VMKen Sharp2013-06-261-1/+6
* Bug #686853 "filenameforall enumerates incompatible with Adobe"Chris Liddell2013-06-261-7/+9
* rework the NTFS file enumeration to rescurse into sub-directoriesKen Sharp2013-06-261-68/+173
* Add some Encodings listed in the PLRMKen Sharp2013-06-265-24/+207
* Bug 690692: more robust check for TTF/OTF filesHin-Tak Leung2013-06-251-8/+13
* Set colors up correctly when rendering Type 3 glyphChris Liddell2013-06-251-1/+2
* Fix wrong GrayDetection when images have MultipleDataSources true - cust 801.Ray Johnston2013-06-211-80/+85
* Move winrt platform build into "base".Chris Liddell2013-06-212-12/+13
* Define GS_NO_UTF8 for mingwChris Liddell2013-06-191-0/+1
* Enable SSE2 code in openJPEG on Windows.Chris Liddell2013-06-191-2/+3
* valgrind: fix invalid read error in png devicesChris Liddell2013-06-191-8/+25
* Bug 693934: CCITT Fax decode - cope with negative run lengthChris Liddell2013-06-191-0/+5
* White-space clean-up in gstorasterTill Kamppeter2013-06-191-9/+8
* Fixed also the suppression of color management via colord in gstorasterTill Kamppeter2013-06-191-1/+2
* Make colord-supplied ICC profile getting applied by gstorasterTill Kamppeter2013-06-191-2/+4
* PDF interpreter - ignore invalid /DecodeParams for streamsKen Sharp2013-06-191-8/+22
* Bug 694357: allow override of gcc's __SSE__ defineChris Liddell2013-06-191-35/+43
* Bug 694318: remove reference to freed resourceChris Liddell2013-06-192-1/+16
* PDF interpreter - handle empty cref by rebuilding it.Ken Sharp2013-06-181-1/+1
* Bug 694354: cope being unable to read a candidate font fileChris Liddell2013-06-181-3/+5
* Bug 694319: "finalize" a font stream before return an error.Chris Liddell2013-06-171-5/+13
* Prevent gstoraster from hanging on Ghostscript failureTill Kamppeter2013-06-171-1/+21
* Bug 694319 (related): bounds checking T1 op stackChris Liddell2013-06-171-5/+20
* pdfwrite - silence a Valgrind warning by initialising a variableKen Sharp2013-06-151-1/+1
* Fix gs_pdf14_device_color_mon_set and remove compiler warnings.Ray Johnston2013-06-142-3/+4
* Fix pointer confusion in gs_private_st_ptrs2_final()Chris Liddell2013-06-141-1/+5
* Fix Graydetection for pages after the first color page for cust 801.Ray Johnston2013-06-1311-73/+126
* Bug 690639: change the order we do character mapping in TTFsChris Liddell2013-06-131-2/+18
* Add tiffscaled32 device (32bpp CMYK output with downscaling)Robin Watts2013-06-1111-17/+192
* Bug 694270: (valgrind) initialize structureChris Liddell2013-06-091-0/+2
* Fix for bug 694293. We are improperly clipping to the soft mask bounding box.Michael Vrhel2013-06-082-31/+61
* Bug 694065: address libtiff issues with WinRT buildChris Liddell2013-06-06236-19167/+39942
* pdfwrite - squelch a couple of minor compiler warningsKen Sharp2013-06-051-2/+4
* Fix bug 694290 caused by an image totally off the page.Ray Johnston2013-06-041-2/+2
* Fix SEGV when -ZL is used.Ray Johnston2013-06-041-1/+1
* Fixed GhostPCL -DPACIFY_VALGRIND missing symbol issue.Marcos H. Woehrmann2013-06-041-1/+1
* pdfwrite - silence valgrind warningKen Sharp2013-06-041-0/+1
* pdfwrite - colour management, convert Separation and DeviceN base spacesKen Sharp2013-06-043-11/+554
* pdfwrite - additional error checking on named destinationsKen Sharp2013-06-041-2/+8
* Fix clipping bugs 693509 and 690036.Ray Johnston2013-06-031-5/+2
* Bug 694272: bounds check TTF outline points flagsChris Liddell2013-06-031-1/+1
* Temporarily disable BGPrint for the cups device until differences fixed.Ray Johnston2013-05-311-3/+5
* Addition of ETS code and project into gs/toolbin/halftoneMichael Vrhel2013-05-3017-0/+8577
* Addition of -dPreBandThreshold information into documentationMichael Vrhel2013-05-301-26/+39
* Fix incorrect Gray Detection on pages after the first color page.Ray Johnston2013-05-301-0/+1
* Bug 694059: support all available TIFF compressionsChris Liddell2013-05-302-45/+55