summaryrefslogtreecommitdiff
path: root/pxl
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-15document customer #434 - pxl cet C705 page 3. Also, correct spellingHenry Stiles2-3/+20
2007-01-11Fixed bug where PJL DEFAULT variable where not seen in the next JOB.Stefan Kemper1-0/+1
2007-01-10document customer bug 321 - missing wedges in passthrough mode CETHenry Stiles1-0/+11
2007-01-10Last change was not complete.Henry Stiles1-2/+2
2007-01-10various fixes to get pcl running on msvc version 8. This will build aHenry Stiles3-2068/+4
2007-01-09document C705 customer number 0025.Henry Stiles1-2/+4
2006-12-08The fine print in the xl manual indicated rops 0,160,170, 240,250 andHenry Stiles1-29/+48
2006-12-08Documents a CET workaround and anomaly. Customer image #'s 42, 43 are hpHenry Stiles1-0/+23
2006-11-30Add character scale to the XL font state that is saved for passthrough.Stefan Kemper1-1/+11
2006-11-18Changes for XL begin page parameter management.Stefan Kemper1-9/+25
2006-11-16Add Customer pcl-pxl bug list as a text file.Stefan Kemper1-1/+1
2006-11-16Fixes for PCL passthrough in PXL.Stefan Kemper3-32/+190
2006-11-16Flush character cache on pxl character boldness settings.Stefan Kemper1-3/+9
2006-10-31reimplementation of passthrough to comply with the the PCL 4600 CET.Henry Stiles4-65/+223
2006-10-26Fix : Some type casts were potentially harmful.Igor Melichev2-2/+4
2006-10-24WARNING: msvc makefile changes will be necessary.Henry Stiles2-2/+2