summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Warning Fixopacity_shapeMichael Vrhel2020-03-271-1/+1
* Remove repeated setsmaskstate methodsMichael Vrhel2020-03-271-3/+3
* Fix minor issue in pdfwriteMichael Vrhel2020-03-271-3/+4
* clean up ztrans.cMichael Vrhel2020-03-271-58/+0
* Fix transparency_example.ps remove last bits of ps methods to set shape and ...Michael Vrhel2020-03-274-48/+39
* fix issue with last commitMichael Vrhel2020-03-271-0/+6
* Final removal of shape and opacity in interpreterMichael Vrhel2020-03-271-17/+11
* More removals of opacity and shape alpha methodsMichael Vrhel2020-03-271-6/+5
* use .setstrokeconstantalpha .setfillconstantalpha in annotationsMichael Vrhel2020-03-271-15/+15
* Remove unneeded setopacityalpha setshapealpha callsMichael Vrhel2020-03-271-2/+0
* Yet another xps fixMichael Vrhel2020-03-271-0/+4
* Another xps fixMichael Vrhel2020-03-276-9/+9
* Fix another xps issue.Michael Vrhel2020-03-275-29/+31
* fix xpsMichael Vrhel2020-03-274-7/+1
* Fix mix up in fill colorMichael Vrhel2020-03-271-2/+10
* Simplify codeMichael Vrhel2020-03-271-115/+25
* Initial commit to clean up alpha opacity and shape handlingMichael Vrhel2020-03-2713-206/+322
* PDF interpreter - cope with Form XObjects leaving junk on the stackKen Sharp2020-03-271-0/+32
* Add murun to the list of products for clusterpush.plRobin Watts2020-03-261-2/+3
* Fix CID 355224. Non-zero return code not possible, but Coverity doesn't get it.Ray Johnston2020-03-261-0/+2
* Rejig "fast" stroking of miter joins.Robin Watts2020-03-261-230/+290
* Bug 702196: Fix incorrect detection of "thin" lines while stroking.Robin Watts2020-03-261-5/+47
* Fix bug 702182: VMerror due to leaks in pattern cache due to locking.ray2020-03-241-0/+12
* Don't delete copied libjpeg source files after useghostpdl-9.52-test-base-1Chris Liddell2020-03-241-34/+34
* Remove unused base/gsalphac.[ch]Chris Liddell2020-03-247-926/+1
* Disable PPC optimisations in libpngChris Liddell2020-03-241-1/+11
* Fix Bug 702181: SEGV when BufferSpace is at or above -K alloc limitray2020-03-232-7/+18
* Bug 702190: Set CFLAGS and CFLAGSAUX separately in MakefileChris Liddell2020-03-232-1/+20
* Bug 702115: use the offical method to detect gccChris Liddell2020-03-231-19/+19
* Remove deprecated opvp/oprp devices from default buildChris Liddell2020-03-231-5/+8
* Remove analytics stuff.Chris Liddell2020-03-2330-210/+0
* jbig2dec: Cast literal to avoid shifting outside of valid range.Sebastian Rasmussen2020-03-211-1/+1
* jbig2dec: Record stream errors in separate struct field.Sebastian Rasmussen2020-03-211-2/+6
* jbig2dec: Use correct define for maxium value of type.Sebastian Rasmussen2020-03-211-3/+3
* jbig2dec: Fix two overlooked warnings.Sebastian Rasmussen2020-03-211-2/+2
* PDF interpreter - swallow errors reading ICC profiles and continueKen Sharp2020-03-211-1/+9
* jbig2dec: Fix signedness conversions.Sebastian Rasmussen2020-03-205-31/+55
* jbig2dec: Use uint32_t when counting segments.Sebastian Rasmussen2020-03-202-5/+12
* jbig2dec: Always use uint32_t when counting pages.Sebastian Rasmussen2020-03-203-5/+13
* jbig2dec: Handle errors from reading jbig2 streams.Sebastian Rasmussen2020-03-201-4/+21
* jbig2dec: Use size_t for string length.Sebastian Rasmussen2020-03-201-2/+1
* jbig2dec: Avoid formatting error messages twice in error callback.Sebastian Rasmussen2020-03-201-38/+29
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-2017-128/+134
* Bug 701721: jbig2dec: Fix under/overflow handling in arithmetic integer decoder.Sebastian Rasmussen2020-03-201-2/+5
* jbig2dec: Avoid warning by copying bytes instead of characters.Sebastian Rasmussen2020-03-201-4/+7
* jbig2dec: Enable warnings for signedness in comparisons.Sebastian Rasmussen2020-03-201-1/+1
* jbig2dec: Address all signedness comparison issues.Sebastian Rasmussen2020-03-208-24/+24
* jbig2dec: Remove trailing whitespace.Sebastian Rasmussen2020-03-204-10/+10
* jbig2dec: Avoid passing NULL buffer to snprintf().Sebastian Rasmussen2020-03-201-16/+13
* jbig2dec: Avoid artificially limiting jbig2dec.Sebastian Rasmussen2020-03-203-169/+0