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