summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 701843: avoid divide by zero caused by custom resolution being too low.Julian Smith2019-11-061-4/+15
* Bug 701842: avoid buffer overflow in lxm5700m_print_page().Julian Smith2019-11-061-9/+18
* Bug 701831: fixed buffer overflow in bjc_compress().Julian Smith2019-11-051-1/+1
* Bug 701818: better handling of error during PS/PDF imageChris Liddell2019-11-051-13/+30
* Fix the quad glyph tableKen Sharp2019-11-051-1/+1
* txtwrite - guard against using GS_NO_GLYPH to retrieve Unicode valuesKen Sharp2019-11-051-79/+81
* Bug 701829: ep_print_image(): protect against memcmp() beyond buffer.Julian Smith2019-11-041-1/+1
* Bug 701828: make dot24_print_page() return error instead of divide by zero.Julian Smith2019-11-041-13/+32
* Bug 701827: fixed incorrect buffer expansion in lxm5700m_print_page().Julian Smith2019-11-041-7/+15
* Bug 701819: fixed ordering in if expression to avoid out-of-bounds access.Julian Smith2019-11-041-1/+1
* Bug 701815: avoid uninitialised bytes being >7, which broke indexing.Julian Smith2019-11-011-4/+4
* Clear eol padding bits in "atx" devices.Robin Watts2019-11-011-0/+11
* Mask eol padding bits for pngmono device in CLUSTER builds.Robin Watts2019-11-011-1/+13
* Fix previous planm eol masking fix.Robin Watts2019-11-011-1/+10
* Update "planm" device to clear eol padding bits.Robin Watts2019-11-011-1/+5
* Fix "cif" device in CLUSTER builds.Robin Watts2019-11-011-6/+12
* Tiffsep and Tiffsep1 - abort on multi-page input wtithout %d OutputFileKen Sharp2019-11-011-0/+2
* Fix spurious rangechecks from cljet5pr device.Robin Watts2019-10-311-5/+14
* pdfimg: Avoid ID's varying by filename in CLUSTER builds.Robin Watts2019-10-311-0/+7
* mgr4 device: clear any unused trailing bits for each line.Robin Watts2019-10-311-3/+15
* Bug 701808: return error from okiibm_print_page1() if x_dpi too high.Julian Smith2019-10-311-14/+32
* Update lbp8 device to not use a fixed sized buffer for line data.Robin Watts2019-10-311-4/+11
* Bug 701807: avoid buffer overflow in tiff12_print_page().Julian Smith2019-10-311-2/+6
* Nobble various uses of "time" in the code in CLUSTER builds.Robin Watts2019-10-314-0/+22
* Fix warnings when building contrib on windows.Robin Watts2019-10-311-15/+15
* Bug 701794: check for x_dpi out of range in epsc_print_page().Julian Smith2019-10-291-15/+39
* Bug 701788: include space for string terminator in call to malloc in cif_prin...Julian Smith2019-10-291-2/+2
* Fix Bug 701786: jetp3852 stack corruption caused by width/resolutionRay Johnston2019-10-271-0/+7