summaryrefslogtreecommitdiff
path: root/base/gxclist.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Add dev->non_strict_bounds flag.Robin Watts2023-02-161-1/+2
* OSS-fuzz #465222 - ensure devices are closed to prevent memory leakKen Sharp2022-04-111-0/+3
* Bug 705203: Fix SEGV seen in overnights with pattern cache problem.Robin Watts2022-04-071-0/+1
* Coverity 375587: Ensure dumb compiler doesn't overflow integerChris Liddell2022-02-161-1/+1
* Bug 693376: Remove 2 more global variables from Ghostscript.Robin Watts2022-01-211-14/+13
* Tweak clist debug output.Robin Watts2021-10-181-0/+4
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-1/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-1/+0
* Remove unused get_band device proc.Robin Watts2021-04-281-18/+0
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-281-1/+0
* Split initialize device proc into two.Robin Watts2021-04-261-7/+4
* Rename create_compositor to composite.Robin Watts2021-04-201-1/+1
* Remove obsolete copy_rop dev_proc.Robin Watts2021-04-201-1/+0
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-2/+0
* Further rationalisation of device init.Robin Watts2021-04-201-8/+3
* Move devices away from static init of procs.Robin Watts2021-04-201-81/+68
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-1/+1
* Rejig clist_mutate_to_clist for Coverity.Robin Watts2021-03-161-14/+22
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Extract clist setup code from prn and display device.Robin Watts2021-03-111-0/+105
* Fix Bug 703648. Commit 00e7143ce9 caused this to surface by changing allocator.Ray Johnston2021-03-091-3/+3
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-0/+12
* Fix another SEGV with BGPrint due to device_unsubclassRay Johnston2020-11-021-1/+1
* FIx SEGV with gx_device_unsubclass when child is a clist device.Ray Johnston2020-10-311-3/+4
* Bug 702948: Ensure initial bitmap cache sizes are properly alignedChris Liddell2020-09-301-0/+3
* Fix pdfwrite memory leak in pattern clistsNancy Durgin2020-08-271-0/+11
* Fix problem introduced by commit 6a3c36f8 with multi-threaded rendering.Ray Johnston2020-07-151-7/+18
* Pass memory to clist_make_accum_device()Nancy Durgin2020-07-011-2/+1
* Squash warnings seen in Windows 64 bit build.Robin Watts2020-06-291-1/+1
* Remove clist "is_printer" field.Robin Watts2020-06-251-1/+1
* Refactor 'clist mutatable devices' from prn ones.Robin Watts2020-06-251-0/+22
* Fix Bug702327: PS transparency operations before PUSH_DEVICE causes problems.Ray Johnston2020-05-231-0/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix Bug 702177: VMerrors with some BufferSpace and/or -K limits.Ray Johnston2020-03-271-5/+6
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-4/+4
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-1/+4
* Coverity 351048: avoid buffer overflow warning.Julian Smith2019-11-221-2/+1
* Fix SEGV with flp device and PCL with clist mode and large BandHeight.Ray Johnston2019-09-161-6/+9
* Add use of new file access permissions to PS interpChris Liddell2019-05-291-4/+8
* Fix crash reported by customer #531 with multi-threaded rendering.Ray Johnston2019-04-051-1/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Valgrind fixes.Robin Watts2019-01-161-2/+0
* Squash warnings.Robin Watts2018-11-221-2/+2
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-0/+1
* Bug 697545 : Fix memory leak in clist_open.Shailesh Mistry2018-04-261-1/+5
* Bug 699201: Fix alignment of rendering bands memoryChris Liddell2018-04-241-0/+15
* Do not create a new cache for the ICC links with each page in clist modeMichael Vrhel2018-03-291-3/+0
* Make ICC profile management thread safe.Ray Johnston2018-03-281-4/+4
* Get rid of some gcc warnings.Ray Johnston2018-01-301-25/+1