summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reset transform so that freetype fonts work in mooscript.mooscriptTor Andersson2012-05-221-1/+2
* Update mooscript README to be more specific about how to build.Tor Andersson2012-05-223-4/+11
* Update mooscript to work with mupdf 1.0.Tor Andersson2012-05-215-117/+157
* Shuffle function order to make them private.Tor Andersson2012-05-213-60/+54
* First stab at MuPDF/Ghostscript bridge.Tor Andersson2012-05-213-0/+1177
* txtwrite - Bug #693046 handle TEXT_FROM_CHARS and TEXT_FROM_SINGLE_CHAR opsKen Sharp2012-05-211-1/+1
* Bug 693044: fix pdfopt utility.Alex Cherepanov2012-05-201-0/+2
* txtwrite - clean up some benign silly compiler warningsKen Sharp2012-05-181-1/+2
* txtwrite - add a 'do nothing' rop device method to avoid errorsKen Sharp2012-05-181-6/+39
* Attempt to fix dashing in hpgl path mode.Robin Watts2012-05-161-4/+5
* Update bmpcmp to cope with rgb and greyscale psd files.Robin Watts2012-05-161-26/+108
* Memento tweak: Allow MEMENTO_LEAKONLY to be defined by command lineRobin Watts2012-05-151-1/+1
* Leak checking tweaks; memory finalisation and param handlingRobin Watts2012-05-154-34/+37
* Bug 693039: Fix Memento crashesRobin Watts2012-05-151-6/+9
* Add a bunch of derived files to .gitignoreChris Liddell2012-05-151-0/+59
* Call libtiff configure from ghostpdl configure.Chris Liddell2012-05-152-56/+71
* Really remove derived files from jbig2dec directoryChris Liddell2012-05-142-10188/+0
* Bug 693025: Updated patch from Zeniko to fix various crashes and leaksShailesh Mistry2012-05-147-16/+38
* remove an unused variable to silence a compiler warningKen Sharp2012-05-141-1/+0
* pdfwrite - memory fixes. don't track pdf_font_cache in GS fontsKen Sharp2012-05-141-14/+12
* Add missing part of commit to prevent access to freed memory.Ray Johnston2012-05-111-1/+1
* pdfwrite - memory clean up. Clear outlinesKen Sharp2012-05-111-0/+2
* pdfrite - memory cleanup, free AnnotationsKen Sharp2012-05-112-0/+16
* CIELAB vector and CIELAB images have to use a slightly different remap proc.Michael Vrhel2012-05-102-3/+15
* Delay of obtaining handles from CMM for default profilesMichael Vrhel2012-05-1013-69/+199
* Fix bug 692372 and bug 693001 to free semaphores without leaking memory.Ray Johnston2012-05-093-5/+153
* Prevent reference to freed memory when freeing the profile cache.Ray Johnston2012-05-091-1/+2
* Revert "Fix bug 692372: Add finalize for imager_state to ref_count decrement ...Ray Johnston2012-05-095-31/+8
* Remove a couple of derived files from jbig2dec.Chris Liddell2012-05-091-263/+263
* pdfwrite - memory cleanup; use correct allocater, don't free tracked objectKen Sharp2012-05-092-12/+11
* Fix a warning in zfapi.cChris Liddell2012-05-071-1/+2
* Tweak bmpcmp error messageRobin Watts2012-05-071-2/+2
* Bug 693023: fix $Blend in Type 1 font serializationChris Liddell2012-05-072-10/+26
* Fix for issues in use of /SeparationOrder and /SeparationColorNamesMichael Vrhel2012-05-053-348/+220
* pdfwrite - memory leaks with CIDFontsKen Sharp2012-05-053-71/+92
* Bug 693027: Add missing spot color extraction from shading patterns.Alex Cherepanov2012-05-051-1/+8
* Bring the gs/jbig2dec directory in line with jbig2dec repos.Chris Liddell2012-05-0417-11189/+21453
* pdfwrite - address memory leaksKen Sharp2012-05-0424-21/+521
* Bug 693006: Guess malformed numbers.Alex Cherepanov2012-05-011-4/+21
* Fix for another indeterminism from 60640aeb33b18f9a9fcd76fc6f1083d7c7635f2Michael Vrhel2012-05-011-9/+6
* Optimize transparency bbox for image SMask.Ray Johnston2012-05-011-4/+4
* Fix for indeterminism introduced in 60640aeb33b18f9a9fcd76fc6f1083d7c7635f24Michael Vrhel2012-04-301-2/+11
* Initialize color procs for clip list accumulatorMichael Vrhel2012-04-301-1/+3
* Bug 692459: stop tiffsep(1) overwriting pages already writtenChris Liddell2012-04-301-77/+189
* * Change of the tiffsep and psdcmyk device to planar devices.Robin Watts2012-04-2956-287/+2443
* Memento tweaks; add Memento_breakOnFree/Realloc functionality.Robin Watts2012-04-262-21/+108
* Bug 692243: Replace dictionary look-up with .execnAlex Cherepanov2012-04-251-37/+31
* Bug 692243: Fix a typo in absolute value comparison.Alex Cherepanov2012-04-251-5/+5
* Bug 692969: Don't verify PDF 1.5 xref.Alex Cherepanov2012-04-241-1/+6
* Bug 693000: Verify /Subtype of CIDFont resource.Alex Cherepanov2012-04-241-7/+17