summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Epson ESC device - add fuzzy matching for media sizesKen Sharp2023-02-171-2/+4
* Fix compiler warnings in contrib devicesChris Liddell2023-01-044-12/+17
* Coverity 375625: Avoid using uninit variable paper_command.Robin Watts2022-02-171-0/+1
* Coverity 375426: Avoid using 'paper' without initing it.Robin Watts2022-02-171-4/+6
* Coverity 375555/375657: Avoid resource leak on error.Robin Watts2022-02-171-2/+3
* Move contrib from gs_sprintf to gs_snprintf.Robin Watts2022-02-1613-127/+127
* Coverity 374391: opvp device NULL dereferenceMichael Vrhel2021-12-051-4/+5
* Removal of globals in opvp deviceMichael Vrhel2021-12-026-791/+2070
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-053-9/+12
* Tweak eprn and pcl3 devices to remove non const statics.Robin Watts2021-10-278-49/+84
* Fix bug 704242. Potential memory leak in pcl3opts.cRay Johnston2021-08-241-0/+1
* Bug 703957: Update various contrib devices to use decode/encode_color.Robin Watts2021-07-123-34/+54
* Move more devices towards encode/decode_color.Robin Watts2021-07-013-7/+8
* Add gx_blank_get_bits_rectangle.Robin Watts2021-07-011-0/+13
* 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