Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-02-17 | Michael Vrhel's patches to enable use of the ICC branch with pcl and | Henry Stiles | 2 | -1/+24 |
2010-01-28 | Support for unstyled substitution. We have always avoided | Henry Stiles | 2 | -71/+39 |
2009-11-19 | Add a function process_file to the plmain interface. This is a very simple ha... | Tor Andersson | 1 | -0/+1 |
2009-10-29 | Fix line join, or more exactly a "curve join" problem noted in bug | Henry Stiles | 1 | -1/+0 |
2009-10-28 | Prevent overflow in delta row compression, bug #690844. We use a | Henry Stiles | 1 | -0/+3 |
2009-08-30 | Make PXL operator definitions public to clean up many lacking | Henry Stiles | 10 | -102/+109 |
2009-08-28 | Add additional parsing attributes for the vendor unique operator. We | Henry Stiles | 2 | -4/+4 |
2009-08-14 | Fixes part of bug #690704. There was a reference counting problem | Henry Stiles | 4 | -87/+67 |
2009-06-17 | Clamp character shear operands to reasonable values. This should fixghostpdl-ebuild | Henry Stiles | 1 | -0/+10 |
2009-05-10 | Add aliases for paper size JIS B4 and JIS B5, fixing bug #689677. No | Henry Stiles | 1 | -1/+3 |
2009-04-22 | Fixes bug #690420, several state variables could be read uninitialized | Henry Stiles | 1 | -0/+3 |
2009-03-27 | Fixes for 690203 and 690323, some pcl drivers write incorrect TrueType | Henry Stiles | 1 | -1/+16 |
2009-03-19 | This continues the fix for 689822. Freeing the indexed palette in the | Henry Stiles | 1 | -1/+12 |
2008-12-17 | proper error processing for bug #690203 to detect a true type | Henry Stiles | 1 | -1/+5 |
2008-09-25 | The new interpolation state was not properly initialized when using | Henry Stiles | 1 | -1/+3 |
2008-08-02 | Cleanup logical errors which could result in a null dereference. In | Henry Stiles | 1 | -4/+4 |
2008-07-14 | Import the ghostpdl code from the private trunk r3107. | Ralph Giles | 45 | -0/+15653 |
2008-06-30 | We did not anticipate having to use HP's obsolete Master Symbol List | Henry Stiles | 1 | -3/+4 |
2008-06-30 | Ghostpcl revision 3094 exposed a new problem in the PCLXL cet, there | Henry Stiles | 4 | -0/+10 |
2008-06-11 | Fixes indeterminism in C307.BIN reported last in cluster regression | Henry Stiles | 1 | -1/+11 |
2008-04-29 | Fixes 689699. Curves should have beveled joins. Actually we had a | Henry Stiles | 1 | -0/+1 |
2008-04-21 | Changes limit of undocumented vendor unique attribute. Fixes 689797, | Henry Stiles | 1 | -1/+1 |
2008-03-19 | Fixes a compiler error in MSVC. int32_t is defined in system headers | Henry Stiles | 2 | -7/+2 |
2008-03-06 | cosmetic change, use int32_t from stdint_.h instead of a definition | Henry Stiles | 6 | -25/+19 |
2008-03-04 | Remove diagnostic relative position printout, this was wrong | Henry Stiles | 1 | -5/+5 |
2007-12-28 | Fixes several issues associated with bug #689598. pcl6_gcc.mak now | Henry Stiles | 1 | -3/+8 |
2007-12-03 | Fixes 689587. The jpeg device was mistakenly identified as a halftone | Henry Stiles | 1 | -4/+1 |
2007-09-25 | Replace the 'private' define with the now standard C keyword 'static'. | Ralph Giles | 12 | -95/+95 |
2007-08-15 | Modifications for pcl, pxl, and xps so text works properly with high | Henry Stiles | 3 | -25/+10 |
2007-07-22 | Partial fix to optimize the usage of artificially boldened characters. | Henry Stiles | 2 | -15/+13 |
2007-07-19 | Provide a special case for the undocumented symbol set 590 (XL only). | Henry Stiles | 1 | -3/+5 |
2007-03-12 | Modifications to support Raph's improvement to allocation of color | Henry Stiles | 5 | -33/+35 |
2007-03-04 | Delta row compression did not work properly for large images with | Henry Stiles | 1 | -13/+20 |
2007-02-28 | new header file was not added in last commit. Thanks to Stefan for | Henry Stiles | 1 | -0/+32 |
2007-02-28 | cleanup compiler warnings and dead code in anticipation of a release. No | Henry Stiles | 11 | -19/+42 |
2007-02-13 | silently ignore 0 scaled fonts. Removes hack to adjust the shear | Henry Stiles | 2 | -5/+18 |