summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Have gs_type42_find_post_name() return an error when no name is foundChris Liddell2021-08-091-16/+10
* Use gp_fclose not fclose in ICC debug codeMichael Vrhel2021-07-161-1/+1
* Prevent memory leak on image errorKen Sharp2021-07-141-1/+2
* Tweak Leptonica/Tesseract memory allocators.Robin Watts2021-07-143-44/+96
* Coverity 371993: Add explicit casts to silence coverity warning.Robin Watts2021-07-141-2/+2
* Bug 704036: Avoid rangecheck error when rendering axial shading.Robin Watts2021-07-121-15/+203
* Prevent buffer underrun on CCITTFaxDecodeKen Sharp2021-07-093-17/+39
* Add an error return for PNG Predictor if bits_per_row is negativeKen Sharp2021-07-081-0/+3
* Check all fm cache entries for XUID vals to freeChris Liddell2021-07-071-1/+1
* Fix transparent patterns with nullpageKen Sharp2021-07-065-3/+11
* chunk allocator: update "used" memory statsChris Liddell2021-07-051-0/+3
* Move pdf14 towards encode/decode_color.Robin Watts2021-07-011-16/+4
* Add sane 'default' gray encode/decode_color implementations.Robin Watts2021-07-012-0/+22
* Fix decode_color for gdev_prn_initialize_device_procs_cmyk1.Robin Watts2021-07-011-1/+1
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-0122-83/+64
* Add gx_blank_get_bits_rectangle.Robin Watts2021-07-012-0/+31
* Remove guts of gx_default_get_bits_rectangle.Robin Watts2021-06-302-81/+2
* Fix decode_color for cmyk devices.Robin Watts2021-06-291-1/+1
* Revert gx_get_bits_native_to_std change.Robin Watts2021-06-291-1/+1
* Fix SEGVs seen in alldevs tests.Robin Watts2021-06-281-4/+13
* Fix SEGV seen in alldevs test with tiff64nc device.Robin Watts2021-06-283-1/+20
* Fix strip_copy_rop2 for planar devices.Robin Watts2021-06-251-0/+4
* Revert change in unpack_colors_to_standard.Robin Watts2021-06-251-1/+1
* Rename some encode/decode color functions to be clearer.Robin Watts2021-06-232-8/+8
* Dereference DeviceN process space when finalizing a DeviceN spaceKen Sharp2021-06-221-0/+2
* Move pXm devices to use encode/decode_color.Robin Watts2021-06-214-2/+36
* New VS2019 nmake versionChris Liddell2021-06-211-0/+5
* Fix Bug 703898. Type 5 Halftone ignored colorants that were not defined.Ray Johnston2021-06-182-31/+32
* Remove map_color_rgb_alpha.Robin Watts2021-06-1816-56/+3
* Strip out map_rgb_alpha_color.Robin Watts2021-06-1817-66/+0
* 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 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-1624-309/+295
* Rejig text_begin dev_proc.Robin Watts2021-06-1513-79/+56
* Add sread_transient_string_reusable()Chris Liddell2021-06-102-1/+30
* Bug 703911: Erroneous freeing of stream string bufferChris Liddell2021-06-102-4/+52
* Check cmap table validity before selectingChris Liddell2021-06-081-1/+3
* Cleanup compiler warningsNancy Durgin2021-06-023-13/+22
* Fix bug 703848: Missing interior of rectangles (regression in 9.54.0)Ray Johnston2021-05-311-0/+2
* Param parsing - Fix string lifetime problemKen Sharp2021-05-311-1/+1