summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* CIELAB output.ghostpdl-9.56.1_release_tests_001Michael Vrhel2022-03-311-1/+1
* Fix broken .so buildChris Liddell2022-03-311-5/+6
* Dates and product string for 9.56.0 releaseghostpdl-9.56.0gs9.56.0Chris Liddell2022-03-292-2/+2
* Bug 705128: Fix division by zero causing matrix with NaNs.Robin Watts2022-03-281-1/+2
* Bug 705063: Fix blank_unmasked_bits to work msb, not lsb.Robin Watts2022-03-181-1/+1
* Tweak MSVC profile build settings.Robin Watts2022-03-181-2/+2
* Bug #705035 "PCLm mode neds 8-bit Grayscale mode"Ken Sharp2022-03-141-1/+1
* Dates etc for 9.56.0 RC2ghostpdl-9.56.0rc2_release_tests_001ghostpdl-9.56.0rc2Chris Liddell2022-03-142-2/+2
* Fix and extend chameleon device.Robin Watts2022-03-142-2/+47
* Rejig gsicc_set_device_profile.Robin Watts2022-03-141-108/+130
* Fix SEGV on free of PostRenderProfile link in gs.Robin Watts2022-03-081-9/+10
* Coverity 376617: Fix assignment.Robin Watts2022-03-081-1/+1
* Coverity 376595: Avoid using structure with uninited member.Robin Watts2022-03-081-0/+1
* oss-fuzz 45049: ASCII85Decode, avoid running off the end of the bufferChris Liddell2022-03-081-2/+5
* Bug 705013: Fix SEGV in planc device with clist.Robin Watts2022-03-083-9/+22
* Remove some macros from tile handling in clist code.Robin Watts2022-03-084-99/+96
* Improve clist debugging output.Robin Watts2022-03-085-3/+97
* Bug 705014: ICC Profile mismatchMichael Vrhel2022-03-081-0/+1
* Update plan devices to use the downscaler, plus various fixes.Robin Watts2022-03-085-55/+116
* OSS-fuzz #45195 - check for memory allocation failureKen Sharp2022-03-051-0/+3
* oss-fuzz 44604 pdf14 shading fills with bbox that are emptyMichael Vrhel2022-03-051-2/+16
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-033-52/+110
* Date for 9.56.0 RC1ghostpdl-9.56.0rc1Chris Liddell2022-03-022-2/+2
* Add yet another version of nmake.Robin Watts2022-03-021-0/+5
* Fix minor rendering problems with simulate overprintghostpdl-9.56.0rc1_release_tests_002Michael Vrhel2022-03-011-11/+25
* Fix segfault issues with simulate overprintMichael Vrhel2022-03-015-9/+38
* Fix building with "local" cups sourcesChris Liddell2022-02-242-7/+8
* oss-fuzz 44994: Deal with partially initialized TTF hiting contextChris Liddell2022-02-241-0/+15
* Fix GS_PRODUCT string (missing space)ghostpdl-9.56.0rc1_release_tests_001Chris Liddell2022-02-231-1/+1
* Update strings, dates and versions for 9.56.0 release branchChris Liddell2022-02-222-4/+4
* Coverity 375685: Init the entire gs_text_params_t structure.Chris Liddell2022-02-221-2/+1
* oss-fuzz 44855: Don't ignore Freetype error codeChris Liddell2022-02-211-0/+4
* Coverity 375663: Avoid uninited fields.Robin Watts2022-02-181-0/+1
* Coverity 375685 (redux): Init offset values before count characters.Chris Liddell2022-02-181-1/+1
* Coverity 375691: Ensure gs_overprint_params_t is inited.Robin Watts2022-02-171-3/+2
* Coverity 375727: Init offset values before count characters.Chris Liddell2022-02-171-1/+2
* Coverity 375511/375513/375592: Ensure gs_overprint_params_t is inited.Robin Watts2022-02-173-6/+6
* Remove dead code from gx_alloc_char_bits.Robin Watts2022-02-173-72/+13
* Coverity 375666: Properly init ref count for stack deviceChris Liddell2022-02-171-1/+2
* Change use of gs_sprintf to gs_snprintfChris Liddell2022-02-171-6/+7
* Coverity 375631: Remove unnecessary NULL checks.Robin Watts2022-02-171-2/+2
* Coverity 375669: cc.paint.values are not used uninitialized.Robin Watts2022-02-171-5/+9
* Optimise writing of tiles to clist.Robin Watts2022-02-171-33/+55
* Fix some coverity issues.Robin Watts2022-02-174-9/+16
* Bug 704945: Add init_device_procs entry for mem_x_device.Robin Watts2022-02-161-2/+2
* Coverity 375587: Ensure dumb compiler doesn't overflow integerChris Liddell2022-02-161-1/+1
* Coverity 375583: Check the size of the file mode stringChris Liddell2022-02-161-1/+4
* Change snprintf() to gs_snprintf()Chris Liddell2022-02-162-8/+9
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-1621-89/+91
* Coverity 374545/374545: Fix confusing null dereference.Robin Watts2022-02-151-2/+2