summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* gsapi_set_param improvements.Robin Watts2020-08-035-84/+104
* Add gs_param list parsing functions.Robin Watts2020-07-291-713/+2
* Have gsapi_run_file() handle access controlsChris Liddell2020-07-241-1/+10
* gpdl: Don't report -h or --help as failures.Robin Watts2020-07-231-1/+1
* Fix Coverity issue: sizeof(byte **) vs sizeof(byte *)Robin Watts2020-07-091-2/+2
* Extend gpdl to cope with being fed PDFs via run_string.Robin Watts2020-07-071-20/+325
* Tweak gsapi for gpdl to match gs.Robin Watts2020-07-073-16/+93
* Fix Coverity 360266: Unchecked return value.Robin Watts2020-07-071-1/+1
* Fix gpdl run_string API to properly detect language.Robin Watts2020-07-031-28/+211
* GPDL whitespace fixes.Robin Watts2020-06-252-2/+2
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-254-7/+3
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-253-11/+108
* Tweak gpdl parameter handling.Robin Watts2020-06-241-70/+96
* Changed gsapi_set_default_device_list() to take const char* arg, not char*.Julian Smith2020-06-182-2/+2
* Avoid leak in pcl_process() by calling pcl_complete_raster() if returning error.Julian Smith2020-06-181-0/+5
* Revisions to FAPI (error handling etc).Chris Liddell2020-06-171-24/+25
* Add docs for missing parts of gsapi.Robin Watts2020-06-093-2/+20
* Hacky fix for Memento leak in pcl_execute_macro().Julian Smith2020-05-291-1/+2
* Improvements to pcl_do_resets().Julian Smith2020-05-291-0/+27
* Fix memento leak in hpgl_process_buffer().Julian Smith2020-05-261-0/+2
* Extend gsapi interface with _with_handle variants for callbacks.Robin Watts2020-05-212-2/+45
* Rejig plftable.hRobin Watts2020-05-205-986/+944
* lgtm fixes: float * float -> doubleRobin Watts2020-05-191-2/+4
* lgtm.com fixes: Don't define external functions in local scope.Robin Watts2020-05-181-3/+1
* lgtm.com fixes: Avoid shadowing params with local vars.Robin Watts2020-05-182-11/+10
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-153-4/+6
* lgtm.com fixes: Fix cases where comparisons are constant.Robin Watts2020-05-153-10/+5
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-112-3/+3
* lgtm.com: Miscellaneous fixes in support scripts.Robin Watts2020-05-095-16/+3
* Bug 697545 : Prevent SEGV during pjl_set_init_from_defaults.Shailesh Mistry2020-05-093-9/+14
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-086-0/+30
* lgtm.com fix: Remove duplicate keys from enumeration.Robin Watts2020-05-082-2/+0
* Fix missing comma in pxlasm.pyRobin Watts2020-05-081-1/+1