summaryrefslogtreecommitdiff
path: root/pcl/pcl
Commit message (Expand)AuthorAgeFilesLines
* pcl/pcl/: fix Memento leak of pst->args.data.Julian Smith2022-02-013-7/+11
* pcl/pcl/pcsfont.c:pcl_character_data(): fixed Memento leak.Julian Smith2022-01-311-22/+28
* pcl/pcl/pctop.c: pcl_impl_deallocate_interp_instance(): fixed Memento leaks.Julian Smith2022-01-271-0/+4
* Fix PCL memory leak of palette lookup table.Robin Watts2022-01-261-1/+3
* PCL6: Fix leaking macros at shutdown.Robin Watts2022-01-261-0/+1
* PCL6: Fix memory leaks on closedown of interpreter.Robin Watts2022-01-263-1/+8
* pcl/pcl/: pcl_impl_deallocate_interp_instance(): fixed 3 Memento leaks.Julian Smith2022-01-252-1/+6
* pcl/pcl/pctop.c: fixed leak of two patterns dictionaries.Julian Smith2022-01-251-0/+3
* pcl/pcl/: fix leak of pcs->pwhite_cs.Julian Smith2022-01-172-1/+6
* Fix some memory leaks with gpcl6.Robin Watts2022-01-132-1/+22
* Fix PCL interpreter leaking a graphics state.Robin Watts2022-01-131-11/+22
* Fix for setting of PageSpotColors Bug 704660Michael Vrhel2021-11-051-0/+3
* LGTM warning suppressions and fixes.Robin Watts2021-10-012-2/+2
* 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
* Remove redundant entries from pl_interp_characteristics_tChris Liddell2021-08-251-5/+0
* 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-101-1/+13
* Use library default for grid fitting.ghostpdl-9.55-test-base-0Henry Stiles2021-07-141-7/+0
* Disable print quality command.Henry Stiles2021-04-211-9/+6
* Update copyright to 2021Chris Liddell2021-03-15101-101/+101
* Bug 702192 Map text to blackMichael Vrhel2020-10-122-3/+3
* Fix Coverity issue 361837.Robin Watts2020-09-101-10/+12
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-0912-32/+32
* Add gstate param to client callbackNancy Durgin2020-08-061-1/+1
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-251-2/+1
* Avoid leak in pcl_process() by calling pcl_complete_raster() if returning error.Julian Smith2020-06-181-0/+5
* 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
* Rejig plftable.hRobin Watts2020-05-202-21/+8
* lgtm.com fixes: Avoid shadowing params with local vars.Robin Watts2020-05-181-8/+7
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-1/+1
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-1/+1
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-081-0/+5
* Bug 697545 : Prevent SEGV in hpgl_LB.Shailesh Mistry2020-05-041-3/+2
* Bug 697545 : Prevent memory leaks in hpgl_fill_polyfill_background.Shailesh Mistry2020-05-031-4/+6
* Bug 697545 : Prevent memory leaks in hpgl_print_symbol_mode_char.Shailesh Mistry2020-05-021-9/+16
* Bug 697545 : Prevent SEGV in pcl_pattern_RF.ghostpdl-9.52-test-base-3Shailesh Mistry2020-05-012-11/+7
* Bug 697545 : Prevent SEGV in hpgl_LB.Shailesh Mistry2020-05-011-8/+10
* Update copyright to 2020Chris Liddell2020-04-10101-101/+101
* Coverity 350195: check return from process_row().Julian Smith2019-11-221-1/+5
* Coverity 350189: explicitly ignore return from hpgl_arg_c_int().Julian Smith2019-11-221-1/+1
* Coverity 350170: cope with -ve from gs_vsprintf().Julian Smith2019-11-221-2/+5