summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Split initialize device proc into two.Robin Watts2021-04-2629-387/+204
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-233-82/+114
* Further rationalisation of device init.Robin Watts2021-04-2030-313/+262
* Move devices away from static init of procs.Robin Watts2021-04-2026-468/+725
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-203-3/+3
* Solve indeterminism in pr1000_4 device.Robin Watts2021-04-151-2/+16
* Remove support for old version of GS from contrib devices.Robin Watts2021-04-135-316/+7
* Tweak escv devices so they build under Windows.Robin Watts2021-04-081-0/+8
* Fix gdevescv.c operation with Memento.Robin Watts2021-04-081-9/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703294: Fix Ghostscript build for AndroidPeter Cherepanov2021-02-152-1/+1
* Bug 701804: Fix for device that causes buffer overflowsMichael Vrhel2020-11-111-34/+45
* Strip trailing whitespace from makefiles.Robin Watts2020-09-091-4/+4
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-092-2/+2
* Remove the dmprt deviceChris Liddell2020-07-077-4514/+1
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-082-0/+10
* lgtm.com fixes for ghostscript.Robin Watts2020-05-061-3/+3
* Bug 702364: Fix missing echogs dependenciesChris Liddell2020-04-271-142/+147
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix trailing white spaces in a number of places.Ken Sharp2020-01-301-2/+2
* Coverity 350947: check return from gdev_prn_get_bits().Julian Smith2020-01-201-11/+34
* Coverity 94984: disabled code that had no affect other than to cause a coveri...Julian Smith2020-01-101-0/+6
* Coverity 94740: added /* Fall through. */ comment.Julian Smith2020-01-091-0/+1
* Coverity 94747: removed 'if' with duplicate code.Julian Smith2020-01-091-12/+4
* Coverity 94809: added /* Fall through. */ comment.Julian Smith2020-01-091-0/+1
* Coverity 121439: use gx_color_index instead of uint, to avoid overflow when s...Julian Smith2020-01-091-1/+1
* Coverity 94905: disabled code that had no affect other than to cause a coveri...Julian Smith2020-01-091-0/+6
* Coverity 95087: use cast to indicate intermediate integer division is expected.Julian Smith2020-01-091-1/+1
* Coverity 95007: propogate error from eprn_check_colour_info().Julian Smith2020-01-083-6/+13
* Coverity 94665: removed unnecessary if and refactored expression.Julian Smith2020-01-081-6/+6
* Coverity 94713: added {...} to match indentation.Julian Smith2020-01-081-1/+2
* Coverity 94729: oki4w_print_page()'s compress_code is always 2.Julian Smith2020-01-081-83/+3
* Coverity 94757: avoid 'if (foo) return code; return code;' construct.Julian Smith2020-01-081-4/+5
* Coverity 94778: added missing {...}.Julian Smith2020-01-081-1/+2
* Coverity 94811: added break in switch block.Julian Smith2020-01-081-0/+1
* Coverity 94846: don't dereference <data> without checking it isn't NULL.Julian Smith2020-01-081-1/+1
* Coverity 95006: improved use preprocessor to hopefully fix this warning.Julian Smith2020-01-081-6/+3
* Coverity 121439: avoid overflow when shifting.Julian Smith2020-01-081-1/+1
* Coverity 121442: avoid overflow when shifting.Julian Smith2020-01-081-1/+5
* Coverity 94659: removed cp_num - was allocated but never actually used.Julian Smith2019-11-291-8/+0
* Coverity 94653: fixed incorrect if() that was logically dead code.Julian Smith2019-11-291-3/+3
* Coverity 94652: return error from opvp_image_plane_data() rather than segv.Julian Smith2019-11-291-3/+8
* Coverity 94645: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+1
* Coverity 94638: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+2
* Coverity 94616: added '/* Fall through. */ comments to switch statementsJulian Smith2019-11-291-0/+6
* Coverity 94608: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+7
* Coverity 94601: avoid out-of-bounds access of gendata->dev->hoffset[] if newh...Julian Smith2019-11-291-3/+10
* Coverity 94490: check return codes in opvp_fill_mask().Julian Smith2019-11-291-4/+8
* Coverity 94511: Use full range of frac when source is 8-bit.Julian Smith2019-11-281-16/+8
* Coverity 94505: converted macros into static fns.Julian Smith2019-11-281-7/+9