summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Bug 693070: psdrgb wasn't giving corrupted output.HEADmasterRobin Watts1-4/+4
2012-05-25Add new -debug=validate-chunks debug flag.Robin Watts6-40/+107
2012-05-25pdfwrite - fix /OtherSubr stripping with Multiple Master fontsKen Sharp1-22/+61
2012-05-25pdfwrite - address problems with stringwidth and composite fontsKen Sharp1-4/+19
2012-05-24Fix a couple of error messages in bmpcmpRobin Watts1-3/+3
2012-05-23Update psdcmyk and psdrgb to use the downscaler.Robin Watts2-6/+40
2012-05-23Fix 2 'unused variable' warnings in downscaler.Robin Watts1-2/+0
2012-05-22Unroll some loops in the downscaler for speed.Robin Watts1-201/+765
2012-05-22Add downscaler functionality to tiffsep.Robin Watts5-398/+367
2012-05-21txtwrite - Bug #693046 handle TEXT_FROM_CHARS and TEXT_FROM_SINGLE_CHAR opsKen Sharp1-1/+1
2012-05-20Bug 693044: fix pdfopt utility.Alex Cherepanov1-0/+2
2012-05-18txtwrite - clean up some benign silly compiler warningsKen Sharp1-1/+2
2012-05-18txtwrite - add a 'do nothing' rop device method to avoid errorsKen Sharp1-6/+39
2012-05-16Attempt to fix dashing in hpgl path mode.Robin Watts1-4/+5
2012-05-16Update bmpcmp to cope with rgb and greyscale psd files.Robin Watts1-26/+108
2012-05-15Memento tweak: Allow MEMENTO_LEAKONLY to be defined by command lineRobin Watts1-1/+1
2012-05-15Leak checking tweaks; memory finalisation and param handlingRobin Watts4-34/+37
2012-05-15Bug 693039: Fix Memento crashesRobin Watts1-6/+9
2012-05-15Add a bunch of derived files to .gitignoreChris Liddell1-0/+59
2012-05-15Call libtiff configure from ghostpdl configure.Chris Liddell2-56/+71
2012-05-14Really remove derived files from jbig2dec directoryChris Liddell2-10188/+0
2012-05-14Bug 693025: Updated patch from Zeniko to fix various crashes and leaksShailesh Mistry7-16/+38
2012-05-14remove an unused variable to silence a compiler warningKen Sharp1-1/+0
2012-05-14pdfwrite - memory fixes. don't track pdf_font_cache in GS fontsKen Sharp1-14/+12
2012-05-11Add missing part of commit to prevent access to freed memory.Ray Johnston1-1/+1
2012-05-11pdfwrite - memory clean up. Clear outlinesKen Sharp1-0/+2
2012-05-11pdfrite - memory cleanup, free AnnotationsKen Sharp2-0/+16
2012-05-10CIELAB vector and CIELAB images have to use a slightly different remap proc.Michael Vrhel2-3/+15
2012-05-10Delay of obtaining handles from CMM for default profilesMichael Vrhel13-69/+199
2012-05-09Fix bug 692372 and bug 693001 to free semaphores without leaking memory.Ray Johnston3-5/+153
2012-05-09Prevent reference to freed memory when freeing the profile cache.Ray Johnston1-1/+2
2012-05-09Revert "Fix bug 692372: Add finalize for imager_state to ref_count decrement ...Ray Johnston5-31/+8
2012-05-09Remove a couple of derived files from jbig2dec.Chris Liddell1-263/+263
2012-05-09pdfwrite - memory cleanup; use correct allocater, don't free tracked objectKen Sharp2-12/+11
2012-05-07Fix a warning in zfapi.cChris Liddell1-1/+2
2012-05-07Tweak bmpcmp error messageRobin Watts1-2/+2
2012-05-07Bug 693023: fix $Blend in Type 1 font serializationChris Liddell2-10/+26
2012-05-05Fix for issues in use of /SeparationOrder and /SeparationColorNamesMichael Vrhel3-348/+220
2012-05-05pdfwrite - memory leaks with CIDFontsKen Sharp3-71/+92
2012-05-05Bug 693027: Add missing spot color extraction from shading patterns.Alex Cherepanov1-1/+8
2012-05-04Bring the gs/jbig2dec directory in line with jbig2dec repos.Chris Liddell17-11189/+21453
2012-05-04pdfwrite - address memory leaksKen Sharp24-21/+521
2012-05-01Bug 693006: Guess malformed numbers.Alex Cherepanov1-4/+21
2012-05-01Fix for another indeterminism from 60640aeb33b18f9a9fcd76fc6f1083d7c7635f2Michael Vrhel1-9/+6
2012-05-01Optimize transparency bbox for image SMask.Ray Johnston1-4/+4
2012-04-30Fix for indeterminism introduced in 60640aeb33b18f9a9fcd76fc6f1083d7c7635f24Michael Vrhel1-2/+11
2012-04-30Initialize color procs for clip list accumulatorMichael Vrhel1-1/+3
2012-04-30Bug 692459: stop tiffsep(1) overwriting pages already writtenChris Liddell1-77/+189
2012-04-29* Change of the tiffsep and psdcmyk device to planar devices.Robin Watts56-287/+2443
2012-04-26Memento tweaks; add Memento_breakOnFree/Realloc functionality.Robin Watts2-21/+108