summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix another issue with bitrgbtags devicepage_groupMichael Vrhel2020-05-011-65/+28
* Fix for pngalpha outputMichael Vrhel2020-05-011-0/+6
* Fix issue with bitrgbtags deviceMichael Vrhel2020-05-011-1/+1
* Fix warningsMichael Vrhel2020-05-011-3/+3
* Fix issue with mixed color models. (e.g. RGB + spots)Michael Vrhel2020-05-012-8/+123
* Fix mistake in last commitMichael Vrhel2020-05-011-1/+2
* If group is pushed and no page group present then push a full pageMichael Vrhel2020-05-014-30/+61
* Fix null pointer dereference issuesMichael Vrhel2020-05-011-4/+9
* Fix backdrop color during blendMichael Vrhel2020-05-011-6/+6
* Fix endian issuesMichael Vrhel2020-05-012-20/+37
* Fix missing additive setting for pdf14 contextMichael Vrhel2020-05-011-3/+37
* Fix issues with soft mask caseMichael Vrhel2020-05-011-3/+8
* Fix mistake in softmask caseMichael Vrhel2020-05-011-16/+16
* Fix issue when tos has a softmask and is the base groupMichael Vrhel2020-05-011-18/+47
* Simplify things by always creating base color with first group push.Michael Vrhel2020-05-011-67/+53
* Fix another issue with superfluous groups from the clistMichael Vrhel2020-05-011-1/+4
* Fix issues with multiple idle and empty groups in clistMichael Vrhel2020-05-011-10/+8
* Fix tricky issueMichael Vrhel2020-05-012-127/+164
* Fix issue with clist starting first thing with softmaskMichael Vrhel2020-05-011-0/+9
* Fix issues with spot colors in soft masksMichael Vrhel2020-05-011-5/+12
* Fix segv related to softmasks and clistMichael Vrhel2020-05-011-21/+1
* If new profile is the same, set group profile to NULLMichael Vrhel2020-05-011-0/+2
* Fix issue in pdf14 clist writer color accountingMichael Vrhel2020-05-011-39/+25
* Fix buffer overrun issueMichael Vrhel2020-05-011-3/+3
* Fix segv issueMichael Vrhel2020-05-011-0/+2
* Fix issue with last commitMichael Vrhel2020-05-011-8/+1
* Fix issues with case when first draw is a group pushMichael Vrhel2020-05-012-4/+32
* Fix segv issues and memory leaksMichael Vrhel2020-05-011-8/+0
* Fix segv due to miscounted spot colorsMichael Vrhel2020-05-011-2/+2
* Fix segvMichael Vrhel2020-05-011-0/+1
* Fix issues with rebase conflictsMichael Vrhel2020-05-011-3/+9
* wipMichael Vrhel2020-05-011-4/+6
* Rework color procs update codeMichael Vrhel2020-05-012-400/+346
* Fix crashMichael Vrhel2020-05-011-7/+5
* All buffers have color informationMichael Vrhel2020-05-011-15/+50
* Clean up and rework group color informationMichael Vrhel2020-05-016-68/+89
* Not full page any longer.Michael Vrhel2020-05-011-4/+3
* Deal with groups for shading created during clist writingMichael Vrhel2020-05-015-52/+91
* Fix mistake.Michael Vrhel2020-05-011-5/+4
* Fix rect fillMichael Vrhel2020-05-011-2/+23
* Another pattern issue.Michael Vrhel2020-05-011-1/+12
* Make sure buffer set up when needed.Michael Vrhel2020-05-011-0/+25
* Fix issues with patterns.Michael Vrhel2020-05-011-0/+9
* Fix put_image and reconfigure some stuffMichael Vrhel2020-05-014-284/+345
* Avoid put image if nothing drawnMichael Vrhel2020-05-011-12/+39
* Rework trans group color spacesMichael Vrhel2020-05-014-256/+271
* Fix missing init of additive value in first group pushMichael Vrhel2020-05-011-28/+29
* Initial effort towards proper page group color handlingMichael Vrhel2020-05-016-231/+332
* Bug 697545 : Prevent SEGV in pcl_pattern_RF.ghostpdl-9.52-test-base-3Shailesh Mistry2020-05-012-11/+7
* Bug 697545 : Prevent SEGV in hpgl_LB.Shailesh Mistry2020-05-011-8/+10