summaryrefslogtreecommitdiff
path: root/pcl
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Clean up warnings and problems identified with static analysis.Henry Stiles7-27/+46
2011-05-27Makes procedure static.Henry Stiles1-1/+1
2011-05-20Merge branch 'Type3_PCL'Ken Sharp1-1/+1
2011-05-17Add another new font type 'ft_PCL_user_defined' for the PCL bitmapKen Sharp1-1/+1
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+1
2011-04-25The new custom paper size implementation introduced a bug inHenry Stiles1-12/+15
2011-04-22Revision 43a5362 modified a global variable. We address that byhenrys4-11/+42
2011-04-22Josef Hinteregger's patch to implement custom paper sizes in PJL and PCL,henrys1-3/+89
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson80-6320/+6180
2011-04-01Remove temporary development definition used to identify the graphicsHenry Stiles1-4/+4
2011-03-31Fixes 692109, the "no argument case" of the HPGL/2 INPUT RELATIVEHenry Stiles1-6/+7
2011-03-16Revert part of the optimization in revision 12036 - we go back toHenry Stiles1-4/+1
2011-03-11Code to support Cyrillic, Greek, Arabic, Baltic symbol sets, see theHenry Stiles4-47/+205
2011-03-09Fixes bug #692037 and improves the several pages in PCL5C CET filesHenry Stiles1-0/+5
2011-03-07The PCL code creates an indexed colored space (with 256*3) entries, and thenRobin Watts1-0/+13
2011-02-22Initialise pcs->vmi_cp to zero to quieten valgrind, and solve Bug 691987.Robin Watts1-12/+13
2011-02-20Fixes 691987. Initialize the pcl cap to 0, later it is againHenry Stiles2-2/+1
2011-02-11Optimization to skip the unsolid pattern if the pattern is opaque andHenry Stiles1-3/+13
2011-02-11Use memset instead of setting bytes individually, no expectedHenry Stiles1-2/+2
2011-01-18Avoid excessive printing of blank pages using the "page marked"Henry Stiles3-22/+23
2011-01-15Followup to commit 12027 (see that log for more details), as expectedHenry Stiles1-5/+1
2010-12-28Disable Font hinting at printer resolutions, the improvement does notHenry Stiles1-0/+3
2010-11-23Fix for bug 691655: Indeterminism in PCL code (shown by valgrind).Robin Watts1-0/+7
2010-11-15Fixes bug 689361 - The HP origin in raster presentation mode 3 is offHenry Stiles1-2/+20
2010-11-0911890 was not correct, it it did not properly delete gl/2 patternsHenry Stiles1-10/+17
2010-11-06Delete the contents of the GL2 pattern dictionary at end of job. ThisHenry Stiles1-10/+16
2010-11-03Fixes bug 691738, the state restore process after a PCL macro call wasHenry Stiles1-12/+13
2010-11-02Remove a bug from the anomaly list that was fixed some time ago.Henry Stiles1-4/+0
2010-11-01Document PCL differences against the HP 4700Henry Stiles1-0/+0
2010-10-25Fix crash reported in bug #691717, gs_text_release() should not beHenry Stiles2-3/+4
2010-10-20Fixes 690415, the pcl interpreter failed to print the undefined glyphHenry Stiles1-5/+12
2010-10-11PCL should copy the complete palette, pens (entries) outside of rangeHenry Stiles1-6/+4
2010-10-11Implement the HPGL/2 color range command, not surprisingly we missedHenry Stiles4-0/+67
2010-08-03Fix 691501, the new mask patterns introduced with revision 10324 wereHenry Stiles1-1/+3
2010-07-31Thanks to Norbert Janssen for providing this fix for bug #690375. PCLHenry Stiles1-58/+74
2010-06-29Pass the page size from pxl to pcl pxl passthrough mode, bug #691362Henry Stiles2-6/+14
2010-06-28Finish up bug 691362, PXL PCLSelectFont attribute not handled. TheHenry Stiles2-54/+50
2010-06-26PXL PCLSelectFont implementation - Bug #691362. This code allows theHenry Stiles1-145/+145
2010-06-26Updates missing or wrong header file dependencies. No expectedHenry Stiles3-30/+43
2010-06-16A memory error check was not put immediately after the allocation. NoHenry Stiles1-1/+1
2010-06-07Fixes bug #691357, in pathological input cases the polyline encodingHenry Stiles2-61/+94
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel2-2/+2
2010-05-20Documents another anomaly.Henry Stiles1-0/+5
2010-05-11Fix potential customer reported problems associated with the ATSHenry Stiles1-426/+432
2010-05-08Fixes a customer reported problem with pcl6 cet 3.0 T427.BIN (no bugHenry Stiles1-2/+12
2010-05-08Fixes a coding error the enumerated type value pcl_reset_printer wasHenry Stiles1-156/+162
2010-05-05More work for bug 691207 (remove global vars). Change the gp_ interface andRobin Watts1-1/+1
2010-05-04As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts1-1/+1
2010-04-29A light sprinkling of casts (mostly between byte and char) to silenceRobin Watts1-1/+1
2010-04-08Revision 10259 was incorrect, a page is ejected unconditionally if weHenry Stiles1-51/+51