summaryrefslogtreecommitdiff
path: root/gs
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-25Bug 692243: Replace dictionary look-up with .execnAlex Cherepanov1-37/+31
2012-04-25Bug 692243: Fix a typo in absolute value comparison.Alex Cherepanov1-5/+5
2012-04-24Bug 692969: Don't verify PDF 1.5 xref.Alex Cherepanov1-1/+6
2012-04-24Bug 693000: Verify /Subtype of CIDFont resource.Alex Cherepanov1-7/+17
2012-04-24Add gx_forward_copy_planes.Robin Watts3-3/+48
2012-04-24Pacify Valgrind: don't calculate unused values from undefined data.Alex Cherepanov1-45/+48
2012-04-24Bug 693002: Add recently added files to install-doc target.Chris Liddell1-1/+3
2012-04-23Bug 692983: Require EOD mark in ASCII85 string.Alex Cherepanov3-2/+13
2012-04-23Planar device memory setup tweaks.Robin Watts1-4/+8
2012-04-23Fix uninitialised variable accessChris Liddell1-2/+2
2012-04-23Handle the remaining CIDFonts that FAPI was missing.Chris Liddell1-12/+29
2012-04-21bmpcmp: Error handling tweaks.Robin Watts1-3/+3
2012-04-20BugĀ 692962: fix endian issue with lcms2 i/faceChris Liddell1-2/+2
2012-04-19Bug 692968: regenerate some appearances.Alex Cherepanov1-13/+26
2012-04-17Small change to djet500C device.Chris Liddell1-2/+4
2012-04-16Fix segfault caused by change in zcharx (34f32ee) seen with 11-13.PS.Ray Johnston1-2/+3
2012-04-16Fix segfault in 12-13.PS CET. Yet another ref counted pointer not being cleared.Ray Johnston1-8/+8
2012-04-15Fix ref counting of CIEBased 'params' during alloc_restore_all with 11-19.PS ...Ray Johnston1-4/+12
2012-04-15Fix 692707. Clear pointers in text_enum when freeing the widths array.Ray Johnston1-0/+3
2012-04-14bmpcmp: Flip psdcmyk images to be the right way up.Robin Watts1-3/+7
2012-04-13Update bmpcmp to (at least try to) honour the color mapping for psd spots.Robin Watts1-9/+62