summaryrefslogtreecommitdiff
path: root/pcl/pl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-251-1/+1
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-252-3/+1
* 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
* 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
* Extend gsapi interface with _with_handle variants for callbacks.Robin Watts2020-05-212-2/+45
* Rejig plftable.hRobin Watts2020-05-203-965/+936
* lgtm.com fixes: Avoid shadowing params with local vars.Robin Watts2020-05-181-3/+3
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-1/+1
* lgtm.com fixes: Fix cases where comparisons are constant.Robin Watts2020-05-151-3/+1
* 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-084-0/+20
* Update copyright to 2020Chris Liddell2020-04-1054-54/+54
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-171-6/+6
* Fix for bug 702150: make pl_main_run_file_utf8() check for error from s_proce...Julian Smith2020-02-261-0/+2
* Fix MEMENTO_FAILAT=115867 - segv in i_unregister_root() after failure in i_re...Julian Smith2020-02-211-3/+7
* GPDL PNG supportRobin Watts2019-11-271-0/+5
* Add Jpeg2000 "language" interpreter for gpdl.Robin Watts2019-11-251-0/+5
* Coverity 350209: fix bad return path in handle_dash_c().Julian Smith2019-11-221-10/+16
* gpdl: Add 'jbig2' language implementation.Robin Watts2019-11-211-0/+5
* Bug #699331: better support for cross-compilingChris Liddell2019-11-211-0/+8
* Coverity 102214: stop coverity worrying about pl_get_int16() etc.Julian Smith2019-11-201-0/+8
* gpdl: Add tiff "interpreter" to gpdl.Robin Watts2019-11-191-0/+5
* Slight reorganisation of gpdl interpreter files.Robin Watts2019-11-191-3/+3
* Coverity 341025: removed unreachable line of code.Julian Smith2019-11-181-1/+0
* Coverity 331894: check return from gs_bbox_transform().Julian Smith2019-11-181-1/+3
* Add simple PWG "interpreter" for gpdl.Robin Watts2019-11-151-0/+5
* Coverity 102206: use snprintf() to avoid unsafe strcpy() and strcat().Julian Smith2019-11-151-2/+1
* Coverity 102205: cast ushort to final expression type (long) before bit-shift...Julian Smith2019-11-151-1/+1
* Coverity 102189: removed less-than-zero comparison of unsigned.Julian Smith2019-11-151-2/+2
* img language implementationRobin Watts2019-11-131-1/+5
* Public build changes to accommodate private URF support.Robin Watts2019-11-131-0/+5
* Coverity p11408:350160: attempt to avoid coverity issues when calling pl_dict...Julian Smith2019-11-081-4/+6