summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-04199-599/+603
* Remove C99 style inline declarationChris Liddell2023-03-011-2/+5
* Debugging fixupsHenry Stiles2023-02-283-5/+107
* Tweak parameter testing to use an 'argis' macro.Robin Watts2023-02-281-47/+39
* Avoid GPDL 'pass_param_to_languages' early termination.Robin Watts2023-02-281-1/+1
* Bug 706389: Fix versioning format consistencyChris Liddell2023-02-271-3/+1
* Fix another memory leak of param lists in gpdl.Robin Watts2023-02-221-1/+2
* Bug 706360: Catch and act on error code during PCL5 initChris Liddell2023-02-101-3/+6
* Fix windows builds of gpdl, broken by utf8 change.Robin Watts2022-11-221-1/+1
* Move gp_wutf8 functions to be gp_utf8.Robin Watts2022-11-211-3/+3
* Allow @file syntax to include files in the ROM file systemKen Sharp2022-11-214-15/+16
* Add text file interpreter for gpdl.Robin Watts2022-10-211-0/+5
* Revise FAPI integration in PCL code.Chris Liddell2022-10-122-5/+3
* PCL interpreter - fix decode_glyph for UnicodeKen Sharp2022-09-271-3/+9
* Correct PCL passthrough SEGVs.Robin Watts2022-09-201-1/+1
* Add gpdl support for SmartOffice integration.Robin Watts2022-09-193-14/+52
* gpdl: Ensure that -o sets -dNOPAUSE for postscript jobs.Robin Watts2022-09-161-3/+5
* Coverity 380513 (redux): Fix correct macro invocationChris Liddell2022-08-301-4/+4
* Coverity 380513: Missed a macro instance before.Chris Liddell2022-08-291-2/+2
* Coverity 380510/380513: Avoid redundant ID type checkChris Liddell2022-08-263-50/+55
* Change how pdfi interacts with FAPI for Truetype fontsChris Liddell2022-07-041-1/+2
* Bug 705156(1): Avoid double free of PCL error bufferChris Liddell2022-04-121-0/+1
* pcl/pcl/rtrstcmp.c:uncompress_9(): fix for bug 705155.Julian Smith2022-04-081-3/+5
* Support -dNODISPLAY command line option in "pl" layerChris Liddell2022-03-181-19/+23
* Fix and extend chameleon device.Robin Watts2022-03-102-16/+17
* Coverity 375568: Tweak initialisation of px_args_t.Robin Watts2022-02-171-2/+1
* Coverity 375614: Initialise pixinfo.id to gx_no_bitmap_id.Robin Watts2022-02-171-0/+1
* Coverity 375566: Init ref counting entry for gs_halftone (xps)Chris Liddell2022-02-171-1/+2
* Squash a compiler warning with debug build.Chris Liddell2022-02-171-1/+1
* Coverity 375727: initialise stack variableChris Liddell2022-02-171-2/+3
* Move pcl/ sources away from gs_sprintf to gs_snprintfChris Liddell2022-02-168-26/+26
* Fix memory leak with PCL macros.Robin Watts2022-02-031-0/+2
* Fix memory leak.Robin Watts2022-02-031-2/+2
* 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
* Bug 693376: Move pjl_permanent_soft_fonts to pjl state structure.Robin Watts2022-01-211-12/+12
* Fix SEGV seen in alldevs test.Robin Watts2022-01-191-1/+6
* 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
* Add pdfi to gpdlChris Liddell2021-12-071-3/+3
* Fix 704705 - CET file errors out incorrectly.Henry Stiles2021-11-171-7/+0
* Fix for setting of PageSpotColors Bug 704660Michael Vrhel2021-11-053-13/+11
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-051-0/+24