summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dates, changelog, etc for 9.26 releaseghostscript-9.26ghostpdl-9.26gs9.26Chris Liddell2018-11-2043-65/+481
* Coverity CIDs: 326829, 326828 and 326827Chris Liddell2018-11-193-6/+13
* Coverity ID 327264 - move pointer NULL checkKen Sharp2018-11-191-3/+3
* Check structure types when using the r_ptr macroKen Sharp2018-11-194-10/+11
* Coverity ID 94865Ken Sharp2018-11-191-3/+8
* Coverity ID 323322Ken Sharp2018-11-191-7/+7
* PS interpreter - check infinite result on exp, where possibleKen Sharp2018-11-161-0/+4
* PDF interpreter - use Appearance streams for highlight annotationsKen Sharp2018-11-161-38/+54
* Bug 700176: Use the actual output device for both devices in setdeviceChris Liddell2018-11-162-3/+18
* PS interpreter - in seticcspace, ensure the ICC dictionary is a dictKen Sharp2018-11-161-0/+3
* jbig2dec: Only print repeated error/warning messages once.Sebastian Rasmussen2018-11-163-6/+142
* PS interpreter - Throw error from exp when base is 0 and -ve exponentKen Sharp2018-11-161-0/+2
* Bug 700176: check the *output* device for LockSafetyParamsChris Liddell2018-11-141-4/+8
* PS interpreter - add some type checkingKen Sharp2018-11-148-8/+49
* Bug #700168 - add a type checkKen Sharp2018-11-141-0/+2
* Bug #700169 - unchecked typeKen Sharp2018-11-141-1/+5
* Bug 700153: restore: always check available stackChris Liddell2018-11-141-1/+1
* Contrib devices: Check for error return opening output fileChris Liddell2018-11-143-12/+16
* PS interpreter - check the Implementation of a Pattern before useghostpdl-9.26rc1Ken Sharp2018-11-085-11/+16
* Fix missing images due to transform_pixel_region and pattern_accumulator.Robin Watts2018-11-081-1/+4
* Dates, change log, etc for 9.26 rc1Chris Liddell2018-11-0742-59/+2984
* Add nasty workaround for PXL stroking.Robin Watts2018-11-073-1/+200
* Ensure stream and string persist as long as requiredChris Liddell2018-11-061-2/+12
* Fix Bug 699806: Incorrect file size from "status" on Windows.Ray Johnston2018-11-061-2/+2
* Fix pattern clist data being freed with wrong memory_t.Robin Watts2018-11-061-2/+2
* Bug 700133: handle out of range CIDs in CMap parsingChris Liddell2018-11-061-0/+11
* Fix dev spec op warning/handling.Robin Watts2018-11-051-1/+1
* Scan converter: Fix pngalpha with zero height rectangles.Robin Watts2018-11-051-1/+2
* pdfwrite - add a performance enhancing heuristic for text processingKen Sharp2018-11-051-8/+60
* Avoid misleading warning message.Robin Watts2018-11-052-2/+15
* Avoid trampling on dev_spec_op when opening printer device.Robin Watts2018-11-051-0/+3
* Scan converter: Zero height rectangles hack.Robin Watts2018-11-031-26/+249
* Scan converter: Reduce bbox size.Robin Watts2018-11-031-2/+2
* PDF interpreter - work around type 3 fonts with no FirstChar/LastCharKen Sharp2018-11-031-2/+10
* Fix commit 71e99Ken Sharp2018-11-031-13/+13
* Add debug only printing macrosChris Liddell2018-11-031-0/+84
* Bug 700126: Ensure JPEG passthrough gets shuts down on errorChris Liddell2018-11-024-8/+24
* Bug 697545 : Prevent SEGV by propagating error code in af_loader_load_glyph.Shailesh Mistry2018-11-011-1/+5
* PDF interpreter - Don't allow page stream fonts to be used for AnnotationsKen Sharp2018-11-011-2/+37
* Fix display device DisplayFormat=16#a0800 (Separation mode) broken by f2cf6829Ray Johnston2018-10-311-12/+55
* Remove duplicate comment.Ray Johnston2018-10-311-2/+0
* Scan converter fix.Robin Watts2018-10-301-0/+10
* Bug 700056: openjpeg allocator must return NULL if size too large.Sebastian Rasmussen2018-10-301-0/+3
* jbig2dec: Fix signed/unsigned mismatches.Sebastian Rasmussen2018-10-302-7/+7
* Fix debug print in clist code -- index value was incorrect.Ray Johnston2018-10-291-1/+1
* Update mkromfs to allow for splitting data into chunks.Robin Watts2018-10-294-36/+301
* Add gs_font_dir_free.Robin Watts2018-10-295-66/+13
* Add a security policy link, and remove gsview.com linkChris Liddell2018-10-2529-58/+29
* Fix pngalpha device with device subclassingKen Sharp2018-10-251-1/+19
* Include gsstate.h to avoid a compiler warningKen Sharp2018-10-251-0/+1