summaryrefslogtreecommitdiff
path: root/pxl
AgeCommit message (Expand)AuthorFilesLines
2012-03-06Add command line parsing for icc user parameters.Henry Stiles1-0/+33
2011-11-17Fix 692677, in passthrough mode we initialize the PCL interpreter withHenry Stiles1-0/+13
2011-11-14Squash some more PCL warnings.Robin Watts2-5/+5
2011-11-11The PXL assembler and dissassembler had the incorrect attribute codeHenry Stiles1-1/+1
2011-11-10Squash warnings in pcl/pxl.Robin Watts2-6/+6
2011-11-10Replace all uses of 'template' with 'templat'.Robin Watts2-17/+17
2011-09-02Bug 692481: Fix for remainder of issue; oversize JPEG data causes hang.Robin Watts1-3/+19
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles3-4/+4
2011-07-20Fix for missing ICCProfilesDir during some device init. Move profiledir to gs...Ray Johnston2-6/+0
2011-06-26Fix for icc directory and icc device profile initialization.Michael Vrhel2-1/+8
2011-06-01Clean up warnings and problems identified with static analysis.Henry Stiles1-1/+1
2011-05-27Code cleanup directed by static analysis tools.Henry Stiles3-63/+63
2011-05-27Fixes static analyzer discovered logic error.Henry Stiles1-1/+1
2011-05-15Change in device ICC profile handlingMichael Vrhel2-3/+5
2011-04-26PJL filesystem commands can be made static.Henry Stiles1-1/+1
2011-04-26Partially refactor image api so it can be shared between pcl and pxl,Henry Stiles2-57/+54
2011-04-25The new custom paper size implementation introduced a bug inHenry Stiles1-1/+2
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson24-3004/+2974
2011-04-01Remove temporary development definition used to identify the graphicsHenry Stiles3-12/+0
2011-04-01Fixes 691870 where the banding code was using an ICC color and theHenry Stiles1-0/+4
2011-03-31Bug #692100, padding was being treated inconsistently within 2Henry Stiles1-3/+5
2011-03-16Revert part of the optimization in revision 12036 - we go back toHenry Stiles1-4/+1
2011-02-25Warning cleanup no expected differences.Henry Stiles2-2/+3
2011-02-17PCL-XL bitmap fonts have a font header of 10 bytes followed by theHenry Stiles1-0/+11
2011-01-28Shailesh Mistry's fix for long standing bug 689705. We were ignoringHenry Stiles1-3/+4
2011-01-18Avoid excessive printing of blank pages using the "page marked"Henry Stiles2-2/+5
2011-01-14Disable software clipping to emulate the HP 1/6" inch hardware margin.Henry Stiles3-59/+1
2010-12-28Disable Font hinting at printer resolutions, the improvement does notHenry Stiles1-0/+5
2010-11-22Fixes Bug 691771, the "known media" table was terminated with aHenry Stiles1-6/+6
2010-11-02Document a procedure and changes another to static - no changes expected.Henry Stiles2-3/+7
2010-10-25Fix crash reported in bug #691717, gs_text_release() should not beHenry Stiles1-1/+4
2010-10-23Document current discrepancies in the Quality Logic FTS PCL XLHenry Stiles1-0/+0
2010-10-08Add parsing of the interpolation device parameter to PXL. PCL alreadyHenry Stiles3-0/+13
2010-07-31Thanks to Norbert Janssen for providing this fix for bug #690375. PCLHenry Stiles1-65/+79
2010-07-20Fixes bug #691464. The page size was not reset correctly, this appearsHenry Stiles1-1/+2
2010-06-29Pass the page size from pxl to pcl pxl passthrough mode, bug #691362Henry Stiles1-2/+3
2010-06-28Finish up bug 691362, PXL PCLSelectFont attribute not handled. TheHenry Stiles2-25/+25
2010-06-26PXL PCLSelectFont implementation - Bug #691362. This code allows theHenry Stiles3-476/+575
2010-06-26Updates missing or wrong header file dependencies. No expectedHenry Stiles1-8/+10
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel4-4/+4
2010-05-28Fixes bug #690793. PJL Formlines was not set correctly if the paperHenry Stiles3-46/+13
2010-05-28Documents anomaly for PCL XL fts file T203, see patch for details.Henry Stiles1-1/+9
2010-05-13Fixes bug #690877, update the PXL default fill algorithm to useHenry Stiles2-19/+1
2010-05-06The color space at the time a pattern was created and the color spaceHenry Stiles1-433/+440
2010-05-06The PCL-XL interpreter was incorrectly printing a partial page uponHenry Stiles1-156/+151
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-2/+2
2010-04-29A light sprinkling of casts (mostly between byte and char) to silenceRobin Watts2-5/+5
2010-03-13Fixes PCL XL FTS 3.0 T333.BIN panel 01. The rectangles were notHenry Stiles1-1/+1
2010-03-01Integrate Michael Vrhel's changes. Moves the initialization of theHenry Stiles3-6/+11