summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initial changes for capturing PCL type 3 fonts in pdfwriteType3_PCLKen Sharp2011-04-296-226/+464
* Stop compiler turning for loop into memset in halftoning code.Robin Watts2011-04-281-3/+9
* Ensure optimization flags get propogated for lcmsChris Liddell2011-04-281-2/+2
* Add special case runrops for rops 0xF0 and CC (copy S and copy T).Robin Watts2011-04-281-0/+158
* Change to include psi/ierrors.h.Chris Liddell2011-04-281-1/+1
* Remove the deprecated errors.h file.Chris Liddell2011-04-281-26/+0
* PJL filesystem commands can be made static.Henry Stiles2011-04-264-41/+44
* Partially refactor image api so it can be shared between pcl and pxl,Henry Stiles2011-04-264-66/+132
* Fix for bug 692081. Antialiasing patterns results in white holes.Robin Watts2011-04-262-44/+58
* Fix warnings (unused variables and missing cases in switches).Robin Watts2011-04-266-8/+4
* Removed unused variables to quiet warnings.Robin Watts2011-04-262-10/+0
* Fix for multithreaded rendering crash that can occur due to race conditions b...Michael Vrhel2011-04-252-4/+10
* Fix for memory leak in gdevp14 device. This involved making sure the overpri...Michael Vrhel2011-04-252-2/+1
* Fix memory overwrite in png devices.Robin Watts2011-04-261-10/+12
* Split large beginbfrange..endbfrange blocks in ToUnicode CMaps intoAlex Cherepanov2011-04-251-6/+36
* The new custom paper size implementation introduced a bug inHenry Stiles2011-04-252-13/+17
* Revision 43a5362 modified a global variable. We address that byhenrys2011-04-224-11/+42
* Josef Hinteregger's patch to implement custom paper sizes in PJL and PCL,henrys2011-04-222-3/+91
* Fix to stop reset of ICC profile directory to the default directory (which is...Michael Vrhel2011-04-221-0/+6
* Extend downscaling to png devices too (from tiffscaled).Robin Watts2011-04-2218-705/+1271
* Revert of a4c4877b35b6782ef64b382713eaa6bcd4eca8d6 since we decided to rename...Marcos H. Woehrmann2011-04-201-4/+4
* Fix for issue when creating ICC profiles from DEF/G structures. As a few pro...mvrhel2011-04-201-2/+0
* Modified clusterpush.pl to account for the new directory structure introduced...Marcos H. Woehrmann2011-04-201-4/+4
* Add bin directories to .gitignore file.Robin Watts2011-04-201-0/+28
* New tiffscaled8 and tiffscaled24 devices.Robin Watts2011-04-2013-146/+645
* Change GS_PRODUCTFAMILY to say GIT instead of SVN PRERELEASE.Tor Andersson2011-04-201-1/+1
* Clean up file permissions.Tor Andersson2011-04-1953-0/+0
* Indent with spaces and strip trailing whitespace.Tor Andersson2011-04-191634-225747/+222118
* Introduce end-of-line normalization.Tor Andersson2011-04-19255-186554/+186509
* Changes to localcluster code to attempt to implement bmpcmphead. This certainlyRobin Watts2011-04-193-27/+76
* Fix for bug 692152.Robin Watts2011-04-191-672/+672
* Fix reading of an embedded ICC profile from DSC comments and aAlex Cherepanov2011-04-182-26/+40
* Further movement toward getting fast thresholding operations working for CMYK...Michael Vrhel2011-04-186-474/+666
* Consider any xref entry with 0 offset as a free entry. Earlier revisionsAlex Cherepanov2011-04-181-2/+2
* Add a fallback check for libpaper support.Chris Liddell2011-04-181-0/+8
* Instead of searching for %%EOF marker (which is often damaged) and browsing theAlex Cherepanov2011-04-162-83/+22
* code to support rendering color source images to a mono device using threshol...Michael Vrhel2011-04-141-22/+218
* Reorganization of thresholding code to make it easier to get the threshold op...Michael Vrhel2011-04-135-504/+493
* Fix reference counting of compositors in clist rendering; previouslyRobin Watts2011-04-131-3/+6
* Fix (pdfwrite) : Restore TT->CIDFOnt conversionKen Sharp2011-04-131-1/+1
* Fix for PCL when NumRenderingThreads > 0. PCL uses a memory allocator that isRay Johnston2011-04-138-27/+76
* Add some more useful stuff to pdf_info.ps: Default dumps Media paramters andRay Johnston2011-04-121-11/+67
* Fix PostScript colour handlingKen Sharp2011-04-121-0/+28
* Fix the GS_LIB registry value.Chris Liddell2011-04-121-15/+16
* Forgot to save the readmeMichael Vrhel2011-04-121-11/+4
* Addition of one more profile, which is a CMYK profile but which only outputs ...Michael Vrhel2011-04-122-0/+9
* Fix for an issue related to white point for the cmyk profile also fix for whe...Michael Vrhel2011-04-122-10/+6
* Addition of ICC profiles that properly emulate the PS color mappingsMichael Vrhel2011-04-123-0/+0
* Fix for bugs in ICC creator tool related primarily to the CMYK profile for si...Michael Vrhel2011-04-1210-142/+508
* Fix (colour handling) : crash when executing 'stop'Ken Sharp2011-04-111-9/+16