summaryrefslogtreecommitdiff
path: root/psi/zcolor.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* PostScript interpreter - Use the correct ref for DeviceN /All inkKen Sharp2022-11-171-4/+3
* oss-fuzz 46705: Catch stackunderflow after tint transformChris Liddell2022-04-151-0/+3
* oss-fuzz 44123: zsetcolor() - check we have enough operandsChris Liddell2022-01-281-1/+2
* Fix uses of pop() vs ref_stack_pop(()Chris Liddell2021-06-031-19/+19
* Harden the use of the ICC cs cache for Cal spacesChris Liddell2021-04-091-3/+142
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-091-1/+1
* lgtm.com fixes: Fix cases where comparisons are constant.Robin Watts2020-05-151-15/+5
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-3/+4
* DeviceN - handle out of memory errorsKen Sharp2019-05-111-0/+15
* Fix some compiler warningsKen Sharp2019-05-091-1/+0
* PostScript colour space handlingKen Sharp2019-05-081-9/+62
* Separation - change ink name to be a C string instead of name indexKen Sharp2019-05-081-4/+10
* DeviceN - change ink names to be C strings instead of name indicesKen Sharp2019-05-081-11/+7
* Ensure correct memory allocation of Colorant stringsKen Sharp2019-05-061-2/+4
* DeviceN - store C strings for Colorant names, not name indicesKen Sharp2019-05-061-10/+28
* fix commit c2d50885614481ebf542578e69ce4bcbbfea6532Ken Sharp2019-05-031-4/+1
* DeviceN - handle attributes Subtype and cleaning upKen Sharp2019-05-031-3/+20
* Fix an oversight in DeviceN attributes processingKen Sharp2019-05-021-0/+1
* Capture the /Components from a DeviceN /Process dictionaryKen Sharp2019-05-021-8/+54
* Process DeviceN attributes dictionary, /Process dictionary, /ColorSpaceKen Sharp2019-05-011-1/+106
* Fix valgrind error with PXL patterns and high level devicesKen Sharp2019-03-261-5/+0
* Bug 693816 Valgrind issueMichael Vrhel2019-01-231-0/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Add an "r_is_number()" macroChris Liddell2018-12-131-12/+12
* Fix some missing type checking and use check_read_type consistentlyRay Johnston2018-11-261-7/+8
* Change hash key for the icc_profile_cache to uint64_tRay Johnston2018-11-261-9/+9
* PS interpreter - in seticcspace, ensure the ICC dictionary is a dictKen Sharp2018-11-141-0/+3
* PS interpreter - add some type checkingKen Sharp2018-11-141-1/+23
* PS interpreter - check the Implementation of a Pattern before useKen Sharp2018-11-081-3/+8
* Ensure stream and string persist as long as requiredChris Liddell2018-11-061-2/+12
* Bug 699797 "setundercolorremoval memory corruption"Ken Sharp2018-09-201-0/+2
* Fixed a bunch of incorrect parameter countsNancy Durgin2018-09-181-1/+1
* PostScript interpreter - More places where exec stack is not restoredKen Sharp2018-09-031-7/+34
* Bug 699677 ".bindnow still causing side effects"Ken Sharp2018-09-011-6/+23
* Fix error condition for SC and CSKen Sharp2018-08-271-0/+8
* Bug 699655: Properly check the return value....Chris Liddell2018-08-231-2/+3
* PS interpreter - fix parsing of NChannel Colorants dictionaryKen Sharp2018-03-221-34/+30
* Address more scanbuild/gcc/clang warningsKen Sharp2018-02-061-0/+7
* Try to squash 3 identical scanbuild warningsKen Sharp2018-02-051-6/+9
* Squash more scan build warningsKen Sharp2018-01-311-16/+41
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Squash warnings.Robin Watts2017-10-311-1/+1
* PDF interpreter - Properly clamp real arguments for /Indexed spacesKen Sharp2017-08-291-2/+15
* PDF interpreter - Move ExtGState parameters into the regular graphics stateKen Sharp2017-05-291-0/+73
* Remove some old colour test code and associated operatorsKen Sharp2017-05-061-194/+0
* Bug 697545: Extend "separable_and_linear" processing.Robin Watts2017-03-071-1/+3
* Bug 697217(2): cleanup exec stack on currentcolor* errorChris Liddell2016-10-161-2/+2