summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mismatch between rectangle and trap fills.robin-test-base-0ghostpdl-9.56.0-test-base-6robin-test-baseRobin Watts2022-02-081-8/+8
* Tidy the parameter passing for gx_pattern_cache_winnow()Chris Liddell2022-02-081-3/+2
* Revise pdfi_read_cff_dict() to use switchChris Liddell2022-02-081-162/+232
* Add UsePDFX3Profile to newpdf parametersMichael Vrhel2022-02-072-1/+16
* PDFI: Optimise transparency setup/teardown.Robin Watts2022-02-074-15/+46
* MSVC: Fix target name for gpdf builds.Robin Watts2022-02-071-14/+14
* Avoid some (void *) -> gs_id cast warnings.Robin Watts2022-02-071-2/+2
* Don't forcibly replace glyph metrics in Freetypeghostpdl-9.56.0-test-base-5Chris Liddell2022-02-071-8/+9
* oss-fuzz 44406: Extra bounds check for eexec decodingChris Liddell2022-02-071-1/+1
* pdfi: Use stream buffers directly to speed up access to image samplesChris Liddell2022-02-071-28/+27
* pdfi: Enforce a minimum stream buffer size for filter streamsChris Liddell2022-02-071-0/+5
* Memento: In memento.h include string.h early.Robin Watts2022-02-071-0/+3
* Memento: Fix Windows DLL linkage for malloc/free/etc.Robin Watts2022-02-071-6/+12
* MATLAB API demoMichael Vrhel2022-02-032-0/+599
* toolbin/localcluster/clusterpush.pl: Optionally expand softlinks with rsync.Julian Smith2022-02-031-3/+7
* base/memento.c: limit output of detailed blocks, and optionally abort after c...Julian Smith2022-02-031-2/+13
* Memento: Remove stray debugging function.Robin Watts2022-02-031-16/+0
* Fix memory leak with PCL macros.Robin Watts2022-02-031-0/+2
* Fix missing dependency on gsgstate.hChris Liddell2022-02-031-2/+2
* Rework MSVC makefiles slightly.Robin Watts2022-02-034-96/+26
* Fix building with VS2005.Robin Watts2022-02-031-3/+10
* Add debugging routine, gx_bits_cache_dump, to dump the bitmap cache.Robin Watts2022-02-032-2/+39
* Memento: Change storage mechanism for stacktraces.Robin Watts2022-02-032-62/+397
* Fix memory leak.Robin Watts2022-02-031-2/+2
* LGTM fix - include .h file to get an explicit function declarationKen Sharp2022-02-031-0/+2
* Coverity ID 375068 - fix uninitialised variable usageKen Sharp2022-02-031-1/+1
* OSS-fuzz #44258 - treat /Prev XRefStm with increased /Size as an errorKen Sharp2022-02-011-0/+3
* Add error checking missing from previous commitKen Sharp2022-02-011-3/+10
* pcl/pcl/: fix Memento leak of pst->args.data.Julian Smith2022-02-013-7/+11
* OSS-fuzz #44232 - sort loop detection in pdfmark generationKen Sharp2022-02-011-1/+15
* oss-fuzz 44264: pdfi_pscript_interpret() check input buffer limitChris Liddell2022-02-011-1/+1
* pcl/pcl/pcsfont.c:pcl_character_data(): fixed Memento leak.Julian Smith2022-01-311-22/+28
* oss-fuzz 44233: Only draw text with a valid font typeChris Liddell2022-01-311-0/+5
* oss-fuzz 44160: Check available buffer space reading xref offsetsChris Liddell2022-01-291-1/+8
* oss-fuzz 44151: pdfi_TJ() hold a local, ref counted referenceChris Liddell2022-01-291-5/+3
* oss-fuzz 44131: Check operand stack (pdfi) before using objectsChris Liddell2022-01-281-1/+1
* oss-fuzz 44123: zsetcolor() - check we have enough operandsChris Liddell2022-01-281-1/+2
* Fix Memory Squeezing problem in clist_playback_band.Robin Watts2022-01-271-1/+3
* pcl/pcl/pctop.c: pcl_impl_deallocate_interp_instance(): fixed Memento leaks.Julian Smith2022-01-271-0/+4
* Fix Memento 'total bytes allocated' display in 32 bit builds.Robin Watts2022-01-271-1/+3
* Memento: Add Memento_setVerbose().Robin Watts2022-01-272-12/+84
* Fix PCL memory leak of palette lookup table.Robin Watts2022-01-261-1/+3
* PCL6: Fix leaking macros at shutdown.Robin Watts2022-01-261-0/+1
* gsicc_create: Fix leak when overwriting a cam with another one.Robin Watts2022-01-261-1/+2
* PCL6: Fix memory leaks on closedown of interpreter.Robin Watts2022-01-263-1/+8
* OSS Fuzz 42916: Fix memory squeezing double free.Robin Watts2022-01-261-1/+1
* Memento refcounting: Fix missed call to Memento on rc_increment.Robin Watts2022-01-261-0/+1
* OSS Fuzz 42916: Fix previous memory squeezing fix.Robin Watts2022-01-261-1/+1
* OSS-fuzz #43917 - don't try to countdown a non-objectKen Sharp2022-01-261-1/+0
* OSS Fuzz 42916: Fix previous memory squeezing fix.Robin Watts2022-01-251-3/+3