summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-113-5/+8
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-089-2/+39
* Squashed commit of the page_group branchghostpdl-9.52-test-base-4Michael Vrhel2020-05-013-3/+18
* Rename devices/contrib.mak to devices/dcontrib.makChris Liddell2020-04-271-3/+3
* Update copyright to 2020Chris Liddell2020-04-10190-190/+190
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-4/+5
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-172-8/+8
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-171-1/+1
* pdfwrite - fix previous commitKen Sharp2020-03-131-1/+1
* pdfwrite - preserve ToUnicode CMaps with non-standard mappingsKen Sharp2020-03-134-1/+15
* Squash some warnings with gs_swapcolors_quick breaking const.Robin Watts2020-02-241-6/+6
* Implement OPM tracking in pdfwriteKen Sharp2020-02-244-13/+16
* Enable CAL for gxicolor halftoning.Robin Watts2020-02-201-1/+1
* Fix "blue gradients" seen with psdrgb device.Robin Watts2020-02-191-0/+1
* Bug701972 -- fix pdfwrite image downscaling bugNancy Durgin2020-02-195-15/+27
* Set the BitsPerComponent for alt stream in pdfwriteNancy Durgin2020-02-191-0/+1
* Fix segv after memento squeeze in psdf_DCT_filter().Julian Smith2020-02-141-0/+2
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-116-62/+329
* Bug 702018: Fix CAL build crash in tiffsep1.Robin Watts2020-01-061-35/+29
* Bug 702019: fix dependencies for cups devs and gdevp14Chris Liddell2020-01-061-2/+4
* Further refinement for Bug 701880. Make tiffsep better match pbmrawRay Johnston2020-01-051-7/+17
* Use CAL halftoning in tiffsep1 post processing.Robin Watts2020-01-032-5/+100
* Bug 701880: tiffsep1 threshold_from_order caused dots in full white.Ray Johnston2019-12-272-124/+20
* pdfwrite - use correct FontFile keyKen Sharp2019-12-181-1/+1
* txtwrite - don't close the device on media size changesKen Sharp2019-12-091-8/+19
* Fix typo (inadvertent paste) in devices/gdevjbig2.c from f63270230 commitRay Johnston2019-11-291-1/+1
* Fix problems seen with m8510 device and improve gdev_prn_copy_scan_linesRay Johnston2019-11-271-2/+2
* Bug 701949: Add 'omitEOD' flag to RLE compressor and use for PXL.Robin Watts2019-11-271-0/+1
* Fix indeterminism in gdevatx.cRobin Watts2019-11-251-1/+6
* Removed gp_fprintf(pstream, "") call that has no affect.Julian Smith2019-11-221-1/+0
* Remove gproof device.Robin Watts2019-11-202-1356/+0
* Followon to fix for bug 701877.Robin Watts2019-11-202-10/+10
* 'fix' buffer overrun in eps9mid device leading to SEGVKen Sharp2019-11-181-1/+1
* txtwrite - fix buffer overflowKen Sharp2019-11-171-6/+8
* Coverity IDs 350945 and 350948Ken Sharp2019-11-161-2/+2
* Squash a warning in gdevcif due to dropping const.Robin Watts2019-11-151-2/+3
* Attempted fix for Coverity ID 350194Ken Sharp2019-11-152-5/+5
* Bug 701903: (ps2write) clean up image enumerator streams.Chris Liddell2019-11-141-1/+7
* Public build changes to accommodate private URF support.Robin Watts2019-11-131-0/+19
* pdfwrite - Fix XMP emissionKen Sharp2019-11-131-10/+5
* Fix devices that ignore return codes from gdev_prn get_bits & copy_scan_linesRay Johnston2019-11-1349-208/+469
* Bug 701906: Fix duplicate call to tiff_from_filep() that caused leak of TIFF ...Julian Smith2019-11-131-14/+0
* pdfwrite - For PDF input, copy any UserUnit to the outputKen Sharp2019-11-134-1/+27
* Bug 701856: fix bad bracketting in original fix.Julian Smith2019-11-071-2/+2
* Bug 701856: fixed buffer overflow in devices/gdevepsn.c.Julian Smith2019-11-071-4/+19
* Bug 701849: Fix buffer overflow in devices/gdevhl7x.c.Julian Smith2019-11-071-6/+24
* Bug 701847: make pj_common_print_page() work with any line_size.Julian Smith2019-11-061-24/+36
* Bug 701846: fix use of uninitialised data in clj_media_size().Julian Smith2019-11-061-2/+2
* Bug 701844: fixed output buffer size worst case in lp8000_print_page().Julian Smith2019-11-061-1/+4
* Bug 701843: avoid divide by zero in devices/gdevepsc.c:epsc_print_page().Julian Smith2019-11-061-7/+11