summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Doc and date revisions for 9.52.1 release.ghostpdl-9.52.1gs9.52.1Chris Liddell2020-07-2943-46/+73
* Bug 702582, CVE 2020-15900 Memory Corruption in Ghostscript 9.52Ray Johnston2020-07-291-6/+11
* Version, dates etc for 9.52 releaseghostscript-9.52ghostpdl-9.52Chris Liddell2020-03-1943-59/+59
* Release notes for 9.52 releaseChris Liddell2020-03-193-38/+142
* Add references to the 64 bit windows exesChris Liddell2020-03-171-7/+13
* Bug 702217: Reinstate dynamic libs LDFLAGS for MacOSChris Liddell2020-03-161-1/+1
* Repair device subclassing after fill+stroke commitKen Sharp2020-03-162-2/+13
* Add ARCH_MAX_SIZE_T to configure's arch.h prototypeChris Liddell2020-03-161-0/+1
* Don't fail on missing freetype for auxtools runChris Liddell2020-03-161-1/+3
* Dates, changelog etc for 9.51 releaseghostscript-9.51ghostpdl-9.51gs9.51Chris Liddell2020-03-1244-47/+66
* Fix 16bit blending problem.Robin Watts2020-03-101-7/+9
* Dates/logs for 9.51 release candidate 3ghostpdl-9.51rc3Chris Liddell2020-03-0242-45/+76
* Fix 64bit non-console windows build.Robin Watts2020-03-021-2/+2
* Add mention of deprecating/removing opvp/oprp devicesChris Liddell2020-03-022-0/+18
* Dates, changelog etc for 9.51rc2ghostpdl-9.51rc2Chris Liddell2020-02-2844-107/+1274
* Fix signed issue in 16bit alpha blending fill_rectangle routines.ghostpdl-9.51rc2_test2Robin Watts2020-02-271-5/+6
* pdfwrite - Fix indeterminism with QL shading testsKen Sharp2020-02-271-1/+1
* Fix the overflow case in 16 bit saturation blending.Robin Watts2020-02-271-4/+8
* Fix for bug 702150: make pl_main_run_file_utf8() check for error from s_proce...Julian Smith2020-02-271-0/+2
* minor improvements to toolbin/squeeze2text.py.Julian Smith2020-02-271-8/+13
* CID 354310: Remove pointless unsigned comparison with 0.Robin Watts2020-02-261-4/+0
* CID 354291: Add error handling for inability to allocateghostpdl-9.51rc2_testChris Liddell2020-02-261-2/+2
* Fix bug 702139 - clist clipping bug.Ray Johnston2020-02-261-0/+10
* Fix gx_default_copy_alpha_hl_color for 16 bit operation.Robin Watts2020-02-261-5/+3
* Fix psdcmyk16 blending issue.Robin Watts2020-02-261-2/+2
* Fix coverity issues 354292 and 354293.Robin Watts2020-02-261-6/+2
* Replace 0 with NULL for pointer validation/setting.Chris Liddell2020-02-261-4/+4
* Add support for multiple squeezes in one run.Julian Smith2020-02-261-1/+244
* Fix for MEMENTO_FAILAT=119928: only call gs_grestoreall_for_restore() if vmsa...Julian Smith2020-02-262-1/+5
* toolbin/squeeze2text.py: improve log output.Julian Smith2020-02-261-1/+4
* Fix issue with fts_14_1416.pdf and psdcmyk16Michael Vrhel2020-02-261-3/+19
* Fix Ink names leaking.Robin Watts2020-02-261-19/+26
* Memento/Valgrind tweak.Robin Watts2020-02-261-2/+3
* Squash some unused variable warnings.Robin Watts2020-02-264-13/+12
* pdf14_{fill_stroke_path,clist_fill_stroke_path_pattern_setup} cleanups.Robin Watts2020-02-261-145/+99
* pdf14_clist_fill_stroke_path_pattern_setup overprint fix.Robin Watts2020-02-261-2/+2
* Squash some warnings with gs_swapcolors_quick breaking const.Robin Watts2020-02-265-18/+42
* Avoid floating point in gxblend.cRobin Watts2020-02-261-14/+32
* Implement OPM tracking in pdfwriteKen Sharp2020-02-265-14/+17
* Bug 702117 Knockout groups containing non-isolated groupsMichael Vrhel2020-02-263-150/+152
* Fix MEMENTO_FAILAT=115867 - segv in i_unregister_root() after failure in i_re...Julian Smith2020-02-261-3/+7
* Fix deep color group compose issue.Robin Watts2020-02-261-2/+2
* Remove needless "isolated" parameter from pdf14_mark_rect routines.Robin Watts2020-02-261-18/+17
* Fix typing mistake in 16bit transparency.Robin Watts2020-02-261-2/+2
* Fix more overprint problems with deep color transparency.Robin Watts2020-02-261-7/+20
* Added toolbin/squeeze2text.py, for processing output from MEMENTO_SQUEEZEAT=...Julian Smith2020-02-261-0/+77
* Fix for MEMENTO_FAILAT=115802: make gs_gsave_for_save() call gs_gsave() so it...Julian Smith2020-02-262-3/+6
* Avoid leaks if we get alloc failure when closing down (found by memento).Julian Smith2020-02-261-1/+9
* Fix image_color_icc_prep to properly align planar buffers.Robin Watts2020-02-261-19/+23
* Enable CAL for gxicolor halftoning.Robin Watts2020-02-264-15/+35