summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
...
* LGTM fixes: 2 more warning suppressions.Robin Watts2021-10-021-1/+2
* LGTM warning suppressions and fixes.Robin Watts2021-10-013-3/+3
* PCL: Ensure we read the page matrix at least once every page.Robin Watts2021-09-061-23/+32
* Set font state for Nup page feed.Henry Stiles2021-09-061-18/+25
* Fix comment.Henry Stiles2021-09-061-1/+1
* Reapply font scaling after page feed.Henry Stiles2021-09-061-0/+10
* Don't copy the cap state value.Henry Stiles2021-09-061-30/+13
* Don't save and restore ctm.Henry Stiles2021-09-061-3/+0
* Bug 704255: Fix bounds checking of fco file name stringChris Liddell2021-08-271-2/+3
* Remove redundant entries from pl_interp_characteristics_tChris Liddell2021-08-256-29/+7
* PCL: Update windows call sequence to match linux.Robin Watts2021-08-201-0/+12
* Fix wrong length parameter.Henry Stiles2021-08-161-3/+3
* Coverity ID: 372274Chris Liddell2021-08-131-1/+1
* Commit pdfi to master.Robin Watts2021-08-124-2/+15
* Remove resets used to prevent memory leaks.Henry Stiles2021-08-101-7/+1
* Remove permanent reset when reset fails.Henry Stiles2021-08-101-4/+4
* Set up a new environment after a reset.Henry Stiles2021-08-101-1/+5
* Preserve fonts and resources across job boundaries.Henry Stiles2021-08-101-6/+4
* Add -dRESETRESOURCES option for gpdl.Robin Watts2021-08-106-5/+86
* Tweak param name in pl_auto_sense.Robin Watts2021-08-101-3/+3
* Use library default for grid fitting.ghostpdl-9.55-test-base-0Henry Stiles2021-07-142-10/+0
* Rejig text_begin dev_proc.Robin Watts2021-06-151-1/+1
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-031-0/+1
* Remove references for ETS related patentsChris Liddell2021-04-281-29/+0
* Suppress PJL build date in CLUSTER builds.Robin Watts2021-04-231-0/+4
* Disable print quality command.Henry Stiles2021-04-211-9/+6
* Update copyright to 2021Chris Liddell2021-03-15199-201/+201
* Fix exports for GPL DLL.Robin Watts2021-03-111-2/+4
* Bug 703294: Fix Ghostscript build for AndroidPeter Cherepanov2021-02-152-2/+3
* Bug 702192 Map text to blackMichael Vrhel2020-10-124-6/+7
* Coverity ID 363024: Check gs_sprintf() retrn valueChris Liddell2020-10-121-2/+5
* "Address" subscript -1 is outside array bounds warningChris Liddell2020-10-064-18/+12
* Squash a couple of compiler warnings.Robin Watts2020-10-011-1/+0
* Fix memory leak in pcl pdfmark implementationNancy Durgin2020-09-221-0/+3
* Fix segfaults in UFST - use correct font nameChris Liddell2020-09-211-1/+1
* Fix Coverity issue 361837.Robin Watts2020-09-101-10/+12
* Strip trailing whitespace from makefiles.Robin Watts2020-09-092-6/+6
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-0918-38/+38
* Rejig PCL/PXL to call graphics library rather than device functions.Robin Watts2020-09-087-172/+63
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-181-1/+1
* Update gsapi_set_params to use an "int *" for booleans.Robin Watts2020-08-143-7/+5
* Improve client memory handling for colour spaces and patternsKen Sharp2020-08-121-3/+3
* Swap order of arguments in gsapi_set_param/gsapi_get_param.Robin Watts2020-08-112-4/+4
* Fix gsapi_get_param behaviour on 'not found'.Robin Watts2020-08-102-2/+23
* Add gsapi_enumerate_params functions.Robin Watts2020-08-085-1/+149
* Add gstate param to client callbackNancy Durgin2020-08-062-2/+2
* Update gpdl to accept -d/-s/-p after filenames.Robin Watts2020-08-061-44/+76
* Add -pNAME=STRING options to gs and gpdl to accept parsed params.Robin Watts2020-08-062-0/+48
* Add gsapi_get_paramRobin Watts2020-08-054-5/+172
* Avoid gsapi_set_param within a gsapi_runstring.Robin Watts2020-08-031-5/+45