summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Fix for icc profile refcounting.patt_trans_clistRobin Watts1-1/+1
2011-05-19Merge branch 'master' into patt_trans_clistRobin Watts17-228/+425
2011-05-19Minor tweaks to memento.Robin Watts3-14/+58
2011-05-18Merge branch 'pcl_documentation'Henry Stiles3-78/+63
2011-05-18Workaround SEGV in clist with fillpage (Bug 692076).Robin Watts1-1/+5
2011-05-18Fix SEGV in tile_rect_trans_simple.Robin Watts1-0/+2
2011-05-18Revise 64 bit build options for VS2010.Chris Liddell1-8/+17
2011-05-18Reinstate the Mememto build rules.....Chris Liddell1-2/+6
2011-05-17Fix for MT crashes in lcmsMichael Vrhel8-28/+77
2011-05-17Fix SEGV in Bug691538.pdf.Robin Watts1-27/+27
2011-05-17Make Memento work with valgrind, plus fix unix build issues.Robin Watts4-98/+200
2011-05-17Bug 692209: tolerate missing /Length in PDF stream.Alex Cherepanov1-9/+12
2011-05-17Fix ref counting for icc_arrayRay Johnston1-7/+4
2011-05-17Memento realloc fix.Robin Watts1-2/+4
2011-05-17Memento realloc fix.Robin Watts1-2/+4
2011-05-17Merge branch 'master' into patt_trans_clistRobin Watts70-7409/+2102
2011-05-17Comment and error code handling tweaks to gdevp14.cRobin Watts1-2/+3
2011-05-17Tiny tweak to leaks.tclRobin Watts1-1/+3
2011-05-17Rework colorspace ref counting of cmm_icc_profile_data.Robin Watts8-93/+95
2011-05-17Initial commit of new Memento module (attempt #2)Robin Watts4-2/+875
2011-05-15Change in device ICC profile handlingMichael Vrhel41-519/+770
2011-05-14Long overdue update of the PCL documentation.Henry Stiles3-78/+63
2011-05-13Modified clusterpush.pl to not rsync MakefilesMarcos H. Woehrmann19-6269/+3
2011-05-13Modified math_.h to use our hypot().Marcos H. Woehrmann1-9/+3
2011-05-13Further tweak to lcms cached transforms.Robin Watts1-5/+3
2011-05-12Simplify LCMS cached transform template.Robin Watts1-44/+2
2011-05-12Add new lcms source/header file to ghostscript.vcproj.Robin Watts1-0/+4
2011-05-12Squash another warning; gdevp14.c.Robin Watts1-1/+0
2011-05-12Squash warning.Robin Watts1-1/+0
2011-05-12LCMS (v1) Optimisations for CachedXFORM etc.Robin Watts5-567/+447
2011-05-12Fix SEGVs seen due to icc profile data being freed.Robin Watts1-22/+32
2011-05-12Merge branch 'master' into patt_trans_clistRobin Watts64-602/+1360
2011-05-12Change PSI so -Z! works by default in debug builds.Robin Watts3-12/+25
2011-05-11Fixes bug #689870 - add proper big endian number accessors.Henry Stiles7-29/+52
2011-05-11Fixes 690889, potential null dereference.Henry Stiles1-1/+1
2011-05-11Backout 6469f73 pending investigation of unexpected differences.Robin Watts4-323/+457
2011-05-11LCMS (v1) optimisations for CachedXFORM etc.Robin Watts5-457/+553
2011-05-11Pacify valgrind (and improve performance?) with tiny change.Robin Watts1-0/+1
2011-05-10Add LAND_BITS define to landscape mono halftoning code.Robin Watts3-72/+98
2011-05-10LCMS performance tweak; ToFixedDomain/FromFixedDomain.Robin Watts1-2/+2
2011-05-10Quiet valgrind warning, and remove misleading init.Robin Watts2-1/+1
2011-05-10Optimisations for mem_mono_strip_copy_rop_dev.Robin Watts1-122/+130
2011-05-10Optimisations to gximono.c; special case the spp_out == 1 case.Robin Watts1-22/+51
2011-05-10New gxdda.h formulation.Robin Watts3-16/+238
2011-05-10Execute linkdest procedure in a stopped context to trap errors causedAlex Cherepanov1-1/+7
2011-05-09Remove unused file should have been committed with e55d362f.Henry Stiles1-122/+0
2011-05-09Incorporate raster operation library into the core graphics library.Henry Stiles8-22/+7
2011-05-09Use defined default page size for nullpage device.Chris Liddell2-2/+15
2011-05-08Fix for compiler warningMichael Vrhel1-1/+0
2011-05-07Significant change in how the device profile is handled in ghostscript. ThisMichael Vrhel29-142/+382