summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
* Fix sefault with 'so' build.Chris Liddell2019-03-282-2/+2
* Tweak the pcl/LICENSE to make a little more senseChris Liddell2019-03-261-11/+6
* Fix (non-PostScript) processing of -d switch with radixKen Sharp2019-03-131-2/+2
* Fix Bug #700575 valgrind problem with decode_char.Henry Stiles2019-03-113-6/+7
* Bug #700671 - error code not propagated back.Henry Stiles2019-03-061-2/+5
* Bug #700671 fix file mode.Henry Stiles2019-03-061-3/+3
* Avoid buffer overread in pcl ccittfax decompression.Robin Watts2019-02-131-1/+1
* Improve function naming and simplify initialization and destructor.Henry Stiles2019-02-101-18/+15
* Ensure that gs_matrix_invert always has its return checked.Robin Watts2019-02-081-1/+3
* Bug 697545 : Prevent numerous memory leaks.Shailesh Mistry2019-02-071-19/+35
* Fix 700565 - SetHalftoneMethod parsing is wrong.Henry Stiles2019-02-041-6/+6
* Bug 697545 : Prevent numerous memory leaks.Shailesh Mistry2019-01-301-1/+1
* Bug 700492 - xl readImage IllegalAttributeValue.Henry Stiles2019-01-281-47/+56
* Update source/header file copyright notice to 2019Chris Liddell2019-01-16200-200/+200
* gpdl: Tweak stdin operation to respect gsapi set stdio functions.Robin Watts2019-01-141-34/+6
* Fix stdin operation for gpdl/gpcl etc.Robin Watts2019-01-091-6/+48
* gpdl: Add -c operation to gpdl.Robin Watts2019-01-096-32/+194
* Remove some blah_DEFINED cruft.Robin Watts2019-01-079-72/+10
* Add -I handling to gpdl.Robin Watts2019-01-046-0/+51
* Fix header inclusions.Robin Watts2018-12-147-34/+6
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-0712-417/+1125
* Squash warnings.Robin Watts2018-11-221-9/+2
* Remove pl_top_cursor_t and move to using streams.Robin Watts2018-11-204-208/+28
* Remove needless macros in plmain.cRobin Watts2018-11-201-27/+22
* Update language recognition mechanism.Robin Watts2018-11-167-53/+88
* Fix PCL handling of slightly malformed PJL.Robin Watts2018-11-141-6/+18
* Add nasty workaround for PXL stroking.Robin Watts2018-11-071-1/+5
* Add gs_font_dir_free.Robin Watts2018-10-292-29/+2
* Fix bug# 699969 - inverted colors and misplaced graphics.Henry Stiles2018-10-181-4/+6
* Remove unnecessary gs_opendevice() callsHenry Stiles2018-10-182-7/+0
* Bug 697545 : Prevent SEGV by propagating error code in tt_find_table.Shailesh Mistry2018-10-115-23/+68
* Fix commit 93d13545f90c37327bf3ca7ac75c9549d7b52f6fChris Liddell2018-09-192-1/+3
* Reset the PXL parser along with state cleanup.Henry Stiles2018-09-181-0/+1
* Remove unnecessary struct entry from pcl_interp_instance_s.Robin Watts2018-09-142-9/+9
* Fix "ambiguous else" warning.Robin Watts2018-09-141-2/+2
* Fix bug #699564 - pageside different from HP.Henry Stiles2018-09-131-23/+23
* Remove GS_NO_UTF8Robin Watts2018-09-062-14/+1
* Bug 699711: Review arg_next to ensure that NULL arg returns are coped with.Robin Watts2018-09-051-0/+5
* Fix "ignored return code" Coverity errors.Chris Liddell2018-08-211-17/+21
* Token buffer not freed.Henry Stiles2018-08-151-0/+2
* Bug 699638(3): Fix param list key handling in pl_main_process_options()Chris Liddell2018-08-151-12/+11
* Bug #699550 - Fix infinite loop processing PCL file with JPEG image.Henry Stiles2018-07-231-2/+9
* Add PCL symbol sets: PC-865 Norway and PC-860 Portugal.Henry Stiles2018-06-071-0/+116
* Fix #699390 - text position wrong.Henry Stiles2018-06-051-0/+4
* Bug 697545 : Prevent SEGV in pcfont_do_reset.Shailesh Mistry2018-04-191-0/+2
* Bug 699214: Add and use a "no cache" flag for glyphsChris Liddell2018-04-191-6/+1
* Bug 697545 : Fix memory leak in pcl_start_raster.Shailesh Mistry2018-04-051-0/+1
* Bug 697545 : Update functions to return error codes.Shailesh Mistry2018-03-291-3/+2
* Correctly set the 'encoding' to none when we apply UTF-8Ken Sharp2018-03-281-1/+3
* Fix PACIFY_VALGRIND buildChris Liddell2018-03-261-1/+1