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