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