summaryrefslogtreecommitdiff
path: root/base/gdevprn.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Avoid a divide by zero error on printer devicesKen Sharp2022-12-301-1/+4
* Possible fix for SEGV in customer file.Robin Watts2022-11-241-0/+1
* Fix PRN buffer calculation "ulong" limit.Robin Watts2022-05-021-2/+2
* OSS-fuzz #465222 - ensure devices are closed to prevent memory leakKen Sharp2022-04-111-0/+2
* Fix default gray prn device encode/decode colors.Robin Watts2022-04-011-2/+2
* Fix some coverity issues.Robin Watts2022-02-171-3/+10
* Fix memory squeezing leak in gdev_prn_allocate.Robin Watts2022-01-251-3/+10
* Bug 693376: Remove 2 more global variables from Ghostscript.Robin Watts2022-01-211-4/+7
* Bug 704567: Fix problem (SEGVs) with commit b12780fc66Ray Johnston2021-10-151-2/+10
* Nup: Set PageUsesTransparency even when not present.Robin Watts2021-09-061-0/+1
* Bug697978: Replace tiffsep1 to support object type specific halftoning.Ray Johnston2021-08-221-0/+1
* Revert "Add gxdso_upcall mechanism, and use it in Nup device."Robin Watts2021-08-181-7/+0
* Add gxdso_upcall mechanism, and use it in Nup device.Robin Watts2021-08-161-0/+7
* 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-011-3/+3
* Fix decode_color for cmyk devices.Robin Watts2021-06-291-1/+1
* Fix SEGV seen in alldevs test with tiff64nc device.Robin Watts2021-06-281-1/+1
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-1/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-1/+0
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-2/+23
* Split initialize device proc into two.Robin Watts2021-04-261-121/+40
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-2/+0
* Further rationalisation of device init.Robin Watts2021-04-201-9/+22
* Move memory devices away from static init of proc tables.Robin Watts2021-04-201-0/+2
* Move devices away from static init of procs.Robin Watts2021-04-201-4/+217
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Extract clist setup code from prn and display device.Robin Watts2021-03-111-104/+7
* Catch potential NULL derefence in gdev_prn_close.Ray Johnston2021-02-191-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-1/+2
* Implement Nup subclass device to support nesting images on a page.Ray Johnston2021-01-261-1/+5
* Fix bug 703198: SEGV's with psdcmykog device and --saved-pages-testRay Johnston2020-11-301-1/+1
* Fix another SEGV with BGPrint due to device_unsubclassRay Johnston2020-11-021-59/+76
* Set orig_spec_op for printer class devices so it forwards properly.Ray Johnston2020-10-311-1/+1
* Fix problem with BGPrint and multi-threaded rendering caused by commit cca27988Ray Johnston2020-10-311-7/+6
* Remove clist "is_printer" field.Robin Watts2020-06-251-1/+1
* Refactor 'clist mutatable devices' from prn ones.Robin Watts2020-06-251-10/+4
* Refactor gdev_space_params slightly.Robin Watts2020-06-251-38/+13
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix Bug 702181: SEGV when BufferSpace is at or above -K alloc limitray2020-03-231-6/+8
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-1/+1
* Fix problems seen with m8510 device and improve gdev_prn_copy_scan_linesRay Johnston2019-11-271-8/+14
* Fix SEGV with flp device and PCL with clist mode and large BandHeight.Ray Johnston2019-09-161-1/+4
* Fix problems with pngalpha and deep color transparency filling.Robin Watts2019-08-261-4/+1
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-10/+10
* Deep color transparencyRobin Watts2019-04-231-1/+5
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Fix header inclusions.Robin Watts2018-12-141-0/+1
* Fix dev spec op warning/handling.Robin Watts2018-11-051-1/+1