summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start towards removing map_color_rgb.alphaslayRobin Watts2021-06-185-9/+63
* Remove map_color_rgb_alpha.Robin Watts2021-06-1818-97/+3
* Strip out map_rgb_alpha_color.Robin Watts2021-06-1820-89/+4
* Remove gx_get_bits_std_to_native.Robin Watts2021-06-181-124/+1
* Remove gx_remap_concrete_rgb_alpha and the implementations thereof.Robin Watts2021-06-186-182/+1
* Remove 'alpha' field from gx_device_color.Robin Watts2021-06-184-45/+1
* Make bmpcmp adapt to different spot colorant order in psdcmyk files.ray2021-06-171-190/+240
* Make sure CIELAB processing sets all componentsMichael Vrhel2021-06-171-1/+5
* Correct fix for pdfwritten PCL 'monochrome mode' text.Robin Watts2021-06-171-9/+2
* Remove unused gs_make_mem_alpha_device.Robin Watts2021-06-173-121/+2
* None colorant in DeviceN colorantsMichael Vrhel2021-06-161-7/+18
* Set device colors beyond profile componentsMichael Vrhel2021-06-161-1/+5
* Don't use alternate tint transform if named color supportedMichael Vrhel2021-06-162-4/+13
* Fix to ensure extra colorants are clearedMichael Vrhel2021-06-162-2/+7
* Fix PCL Monochrome Palette device to work with pdfwritten text.Robin Watts2021-06-161-0/+23
* Disable HL color when printing through the PCL_Mono_Palette device.Robin Watts2021-06-161-0/+12
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-1632-379/+395
* Rejig text_begin dev_proc.Robin Watts2021-06-1521-142/+127
* Headers required to fix bmpcmp builds in the cluster.Robin Watts2021-06-142-0/+493
* Remove some debug PSChris Liddell2021-06-111-1/+1
* Add sread_transient_string_reusable()Chris Liddell2021-06-102-1/+30
* Bug 703911: Erroneous freeing of stream string bufferChris Liddell2021-06-102-4/+52
* Fix include patch glitch in gs_jni VS project.Robin Watts2021-06-081-5/+5
* VS solution: Put extract files into correct filters.Robin Watts2021-06-081-23/+68
* Check cmap table validity before selectingChris Liddell2021-06-081-1/+3
* Bug 703903: NULL target pointer in pattern accumulatorChris Liddell2021-06-031-1/+18
* Disable libdeflate use for libtiffChris Liddell2021-06-031-1/+1
* Fix uses of pop() vs ref_stack_pop(()Chris Liddell2021-06-0317-40/+43
* Bug 703902: Fix op stack management in sampled_data_continue()Chris Liddell2021-06-031-6/+10
* Cleanup compiler warningsNancy Durgin2021-06-024-14/+24
* Fix bug 703848: Missing interior of rectangles (regression in 9.54.0)Ray Johnston2021-05-311-0/+2
* pdfwrite - limit co-ordinates for PDF/A outputKen Sharp2021-05-313-8/+194
* Param parsing - Fix string lifetime problemKen Sharp2021-05-311-1/+1
* Customer 863 noticed that the 'bbox' device gives incorrect results.Ray Johnston2021-05-301-4/+6
* pdfwrite - Add a PassThrough for JPX encoded imagesKen Sharp2021-05-2911-6/+133
* Vector devices - fix compiler warningKen Sharp2021-05-292-2/+2
* Expand and alter support for NCLR ICC profile and color namesMichael Vrhel2021-05-2810-131/+234
* Add gx_path_position_valid() for pdfiNancy Durgin2021-05-262-0/+8
* Discard openjpeg warnings in non-debug buildsChris Liddell2021-05-261-0/+3
* Fix return code value mistakeChris Liddell2021-05-261-1/+1
* Bug 703880: Fix lines/line endings in alignment testChris Liddell2021-05-251-39/+41
* Change BandHeight parameter so the -1 means 1 band per page.Ray Johnston2021-05-242-2/+7
* Support -dDeskew for planar devices.Robin Watts2021-05-243-33/+195
* Bug 703869: Clamp, don't signal 'rangecheck' error for value to setcustomcolorRay Johnston2021-05-231-2/+3
* XPS interpreter - Undo CTM scaling when preserving Tr 2Ken Sharp2021-05-221-2/+6
* Add 6CLR ICC profileMichael Vrhel2021-05-191-0/+0
* Revert commit 5ea6a560 to prevent SEGVs caused by that.Ray Johnston2021-05-181-1/+1
* pdfwrite - Do not lie about emitting Multiple Master fontsKen Sharp2021-05-181-2/+1
* Fix XUID values leakChris Liddell2021-05-182-3/+11
* Coverity ID 94568: Avoid dereferencing dev when it might be NULL.Robin Watts2021-05-171-3/+2