summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Coverity 350199: fix coverity annotation arg number.Julian Smith2020-01-081-1/+1
* Bug 702019: fix dependencies for cups devs and gdevp14Chris Liddell2020-01-061-2/+2
* Fix Bug 701845. The devicen device would confuse transparency.Ray Johnston2020-01-031-5/+35
* Squash warnings (dropped from earlier commit).Robin Watts2020-01-033-4/+4
* Tweak windows Makefiles to know about VS2017 and VS2019.Robin Watts2020-01-022-0/+51
* Squash warningsRobin Watts2020-01-021-0/+2
* Tweak CAL makefile to include new intrinsics headers in dependencies.Robin Watts2019-12-121-0/+3
* Fix arch.h dependency in cal build.Robin Watts2019-12-121-2/+2
* Further fixes for GPDL TIFF.Robin Watts2019-12-122-2/+2
* Move pdf_info.ps into lib (from toolbin)Chris Liddell2019-12-121-1/+1
* Add NDEBUG to the optimised build flagsChris Liddell2019-12-122-4/+4
* Bug 701973: Fix gssprintf.c includes for PRI macrosChris Liddell2019-12-072-3/+4
* Fix configure based build for post-Sun Solaris releasesChris Liddell2019-12-071-0/+3
* Coverity ID 351435: reduce buffer size passed to strncat()Chris Liddell2019-12-051-2/+2
* Bug 701969: Fix fontconfig path permissions handlingChris Liddell2019-12-041-1/+5
* Create devdevs.tr correctlyChris Liddell2019-12-011-1/+1
* Coverity 350199: add '-tainted_data_return' annotation.Julian Smith2019-11-281-1/+2
* Include the source file libtiff webp compression supportChris Liddell2019-11-281-1/+4
* Enable jpeg support in libtiff if possibleChris Liddell2019-11-281-1/+4
* Coverity 350199: mark cf_encode_1d() as not tainting lbuf.Julian Smith2019-11-271-1/+1
* Fix problems seen with m8510 device and improve gdev_prn_copy_scan_linesRay Johnston2019-11-271-8/+14
* Bug 701949: Add 'omitEOD' flag to RLE compressor and use for PXL.Robin Watts2019-11-272-5/+8
* Update Freetype to 2.4.10Chris Liddell2019-11-262-40/+21
* Update expat to 2.2.9Chris Liddell2019-11-261-5/+1
* Update libpng to 1.6.37Chris Liddell2019-11-261-1/+1
* Coverity 350201, 350191: Add some notes to the code.Robin Watts2019-11-251-1/+11
* Coverity 351049: avoid buffer overflow warning.Julian Smith2019-11-221-2/+1
* Coverity 351048: avoid buffer overflow warning.Julian Smith2019-11-221-2/+1
* Add a --enable-mkromfs-quiet configure option.Julian Smith2019-11-221-14/+14
* mkromfs: added -q option to reduce verbose diagnostics.Julian Smith2019-11-221-30/+39
* Mark gp_fprintf() with gcc's __attribute__ ((format (__printf__, 2, 3))).Julian Smith2019-11-221-1/+5
* "Promote" gpdl from experimental to actual productChris Liddell2019-11-222-3/+3
* Bug 700929: Pass object type rendering intent settings to pdf14 deviceMichael Vrhel2019-11-211-5/+13
* Use gp_fwrite instead of fwrite.Michael Vrhel2019-11-211-1/+1
* Bug 701717 Remove redundant check.Michael Vrhel2019-11-211-1/+1
* Spaces should be tabChris Liddell2019-11-211-1/+1
* Bug #699331: better support for cross-compilingChris Liddell2019-11-214-16/+68
* Bug 701660 Trans. Text knockout missing ETMichael Vrhel2019-11-202-3/+37
* Coverity 350166: stop coverity taint warnings for get_u32_big_endian().Julian Smith2019-11-201-0/+2
* Coverity 341108: removed special coverity comment that didn't work.Julian Smith2019-11-201-4/+4
* Coverity 350199: try to stop coverity from thinking skip_white_pixels() taint...Julian Smith2019-11-201-0/+2
* Coverity 350190, 350208: make raster unsigned, to avoid sign extension issue.Julian Smith2019-11-201-2/+4
* Make sure blend mode is passed to tile with pdfiMichael Vrhel2019-11-192-5/+7
* Coverity 350182: check for error before dereferencing ptr from gs_cspace_buil...Julian Smith2019-11-192-7/+8
* Coverity 350180: change gp_fmode_binary_suffix from char[] to char*.Julian Smith2019-11-196-7/+7
* Coverity 341108: disable mktemp() SECURE_TEMP issue, as mkstemp() not available.Julian Smith2019-11-191-0/+4
* Coverity 323321: remove unused goto label and 'code' variable from template_m...Julian Smith2019-11-191-7/+0
* Coverity 331893: check return code from gs_bbox_transform().Julian Smith2019-11-181-1/+3
* Coverity 323321: avoid dead code.Julian Smith2019-11-181-1/+1
* Coverity 323317, 323320: avoid dead code.Julian Smith2019-11-181-2/+2