summaryrefslogtreecommitdiff
path: root/pxl/pxgstate.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Squash some more PCL warnings.Robin Watts1-4/+4
2011-05-27Fixes static analyzer discovered logic error.Henry Stiles1-1/+1
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-472/+469
2011-04-01Remove temporary development definition used to identify the graphicsHenry Stiles1-6/+0
2011-04-01Fixes 691870 where the banding code was using an ICC color and theHenry Stiles1-0/+4
2011-01-14Disable software clipping to emulate the HP 1/6" inch hardware margin.Henry Stiles1-1/+1
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel1-1/+1
2010-05-13Fixes bug #690877, update the PXL default fill algorithm to useHenry Stiles1-2/+1
2010-03-13Fixes PCL XL FTS 3.0 T333.BIN panel 01. The rectangles were notHenry Stiles1-1/+1
2010-02-17Michael Vrhel's patches to enable use of the ICC branch with pcl andHenry Stiles1-0/+13
2009-10-29Fix line join, or more exactly a "curve join" problem noted in bugHenry Stiles1-1/+0
2009-08-30Make PXL operator definitions public to clean up many lackingHenry Stiles1-0/+1
2009-06-17Clamp character shear operands to reasonable values. This should fixghostpdl-ebuildHenry Stiles1-0/+10
2009-03-19This continues the fix for 689822. Freeing the indexed palette in theHenry Stiles1-1/+12
2008-04-29Fixes 689699. Curves should have beveled joins. Actually we had aHenry Stiles1-0/+1
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-8/+8
2007-07-22Partial fix to optimize the usage of artificially boldened characters.Henry Stiles1-9/+0
2007-03-12Modifications to support Raph's improvement to allocation of colorHenry Stiles1-11/+17
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles1-2/+2
2006-11-16Flush character cache on pxl character boldness settings.Stefan Kemper1-3/+9
2006-10-18lineprinter was broken in pxl since the last time lineprinter wasHenry Stiles1-2/+2
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-16/+15
2006-05-22WARNING - probably breaks ufst build. pcl (not xl) vertical writingHenry Stiles1-4/+18
2006-05-10pxldis.py - see previous log entry for this code, should have beenHenry Stiles1-4/+9
2006-04-24Fixes for supporting passthrough CET. Also arbitrarily sets an rgbHenry Stiles1-1/+5
2005-02-03fixes several memory leaks in color space setup and pcl passthru mode.Henry Stiles1-5/+14
2005-01-26const qualification.Henry Stiles1-1/+1
2005-01-26fixes a number of memory leaks because the operator pxDefaultGS wasHenry Stiles1-2/+95
2004-12-30pxerrors.c, pxfont.[ch], pxink.c, pxparse.c, pxpthr.c - warning fixesHenry Stiles1-6/+7
2004-12-16- gs/src/devs.mak, gs/src/lib.mak - move definitions for device pxlHenry Stiles1-77/+28
2004-10-22useciecolor (srgb) was broken with some images.Henry Stiles1-5/+1
2004-01-20Add parameter to denote that we are not sending high level pattern steams to ...Stefan Kemper1-1/+1
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-17/+19
2003-08-21pxstate.h, pxsessio.c - adds useciecolor boolean for pcl xl.Henry Stiles1-11/+9
2003-05-07*** empty log message ***Henry Stiles1-1/+1
2002-10-25Implementation for new operator - SetDefaultGS.Henry Stiles1-0/+8
2002-10-24Makefile - debug target in top level makefile.Henry Stiles1-14/+49
2002-10-08The new sRGB code is now disabled and we simply use Device RGB.Henry Stiles1-13/+6
2002-09-26stopgap - use DeviceRGB instead of SRGB for images.Henry Stiles1-7/+14
2002-09-23The XL 3.0 specification calls for selecting a pcl font when attributeHenry Stiles1-2/+0
2002-09-10- In pxl requests for the device rgb colorspace now select srgb.Henry Stiles1-1/+3
2002-09-03fixes harmless but annoying unitialized reads related to setting upHenry Stiles1-1/+0
2002-08-28XL 3.0 parsing and restructuring of XL image code. (work in progress)Henry Stiles1-0/+22
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-0/+1
2001-04-021) warning fixes.Henry Stiles1-0/+1
2001-03-23Added new copyrightStefan Kemper1-3/+12
2000-10-25Removes #define PXL2_0 used while level 2.0 code was unstable.Henry Stiles1-32/+36
2000-05-31If the accumulated skip length is 0 disable dashing and use a trueHenry Stiles1-1/+17
2000-05-11This checkin includes most of the functionality necessary to parse XLHenry Stiles1-1/+15
1999-12-13Simulates the 1/6" margin in pxl instead of modifying the device'sHenry Stiles1-4/+13