summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix the Lexmark contributed deviceKen Sharp2019-11-191-0/+13
* Coverity ID 350946Ken Sharp2019-11-161-3/+10
* Coverity IDs 350943, 350942 and 350947Ken Sharp2019-11-161-5/+12
* Coverity ID 350944Ken Sharp2019-11-161-2/+4
* Squash a float -> int warning.Robin Watts2019-11-151-2/+2
* Squash a double -> float warning.Robin Watts2019-11-151-1/+1
* Reinstate Apple devices (gdevadmp.c) as contrib devicesChris Liddell2019-11-112-0/+434
* Bug 701854: bj10v_print_page(): increase buffer by one byte to give space for...Julian Smith2019-11-081-1/+2
* Bug 701830: avoid buffer overflow in lips_rle_encode().Julian Smith2019-11-051-1/+4
* Fix bugs 701787, 701806, 701810. Problems with cdj970 device.Ray Johnston2019-11-041-84/+88
* Squash warning caused by previous fix.Robin Watts2019-10-311-2/+2
* Fix gdevescv for operation with Memento.Robin Watts2019-10-311-3/+14
* Nobble various uses of "time" in the code in CLUSTER builds.Robin Watts2019-10-312-0/+12
* Fix valgrind problems with gdevbjca.cRobin Watts2019-10-311-14/+22
* Fix various incorrect casts in contrib devices.Robin Watts2019-10-313-8/+8
* Fix warnings when building contrib on windows.Robin Watts2019-10-3122-340/+345
* Fix contrib.mak to work on windows.Robin Watts2019-10-311-3/+3
* Avoid some devices dying due to inappropriate resolutions.Robin Watts2019-10-292-8/+15
* Avoid division by zero with bj10v device.Robin Watts2019-10-291-1/+14
* Bug 701799: avoid out-of-range array access in mj_color_correct().Julian Smith2019-10-291-1/+4
* Bug 701793: check we are within buffer before comparing buffer contents.Julian Smith2019-10-291-1/+1
* Bug 701792: Avoid going beyond buffer in GetNumSameData() and GetNumWrongData().Julian Smith2019-10-291-2/+2
* Bug 701785: fixed sanitizer heap-buffer-overflow in lprn_is_black().Julian Smith2019-10-281-1/+8
* More gp_file vs FILE fixes.Robin Watts2019-06-212-0/+6
* "Fix" contrib and test uses of gp_fopen.Robin Watts2019-06-194-51/+55
* Fix up some coverity issues, and other warningsChris Liddell2019-06-184-25/+25
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-2943-1176/+1182
* Coverity IDs 333615, 333613, 333610, 333606Ken Sharp2019-03-053-3/+9
* Coverity CIDs: 326829, 326828 and 326827Chris Liddell2018-11-192-5/+10
* Contrib devices: Check for error return opening output fileChris Liddell2018-11-083-12/+16
* Squash some unitialized variable warningsChris Liddell2018-03-261-5/+5
* White space issues reported against 9.22 rc1Chris Liddell2017-09-142-1467/+1560
* Bug 696520: Avoid dereferencing NULL in epson devices.Robin Watts2017-02-221-1/+1
* "rpdl" output device: Allow 5pt tolerance for page size selectionTill Kamppeter2016-11-161-16/+17
* Remove omni deviceChris Liddell2016-10-103-2430/+0
* Remove mag16 and mag256 devicesChris Liddell2016-10-102-355/+0
* Bug 697032 - remove files with unsuitable licensesHenry Stiles2016-08-304-1603/+0
* Bug 696843: poor dependencies for install targetBrian Norris2016-06-221-2/+2
* Make gs_imager_state == gs_state.Chris Liddell2016-06-068-69/+70
* Update devices to return errors using return_error.Robin Watts2016-02-184-25/+25
* Bug 696521. Fix for bit rotted contributed devices.Michael Vrhel2016-01-251-1/+59
* Remove legacy lower case arch_* macrosChris Liddell2016-01-111-1/+1
* Silence some more warnings.Robin Watts2016-01-062-28/+1
* Squash miscellaneous warnings.Robin Watts2016-01-0521-106/+4
* Squash clang warnings: Miscellaneous more warningsRobin Watts2016-01-043-27/+24
* Squash warnings: Use better unused var paradigm.Robin Watts2016-01-041-1/+1
* Squash warnings: Contrib devicesRobin Watts2016-01-0414-128/+133
* Squash warnings: Cull unused or dead code.Robin Watts2016-01-047-63/+39
* Squash warnings: Add explicit bracketing.Robin Watts2016-01-049-46/+48
* Squash Warnings: Add casts to avoid warnings.Robin Watts2016-01-043-103/+99