summaryrefslogtreecommitdiff
path: root/pxl
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Fixes for supporting passthrough CET. Also arbitrarily sets an rgbHenry Stiles3-22/+58
2006-04-20Set the graphics state color space to pxl's color space beforeHenry Stiles1-13/+26
2006-04-18Add an anomaly and flag CRGB as an error like the Color Laserjet 4600.Henry Stiles2-2/+22
2006-04-18Amputate a vistigial appendage from xl's sorted evolution. ThisHenry Stiles1-14/+1
2006-03-07Change PXL rectangle draw direction back to match the spec; CCW.Stefan Kemper1-1/+2
2005-10-05Check for NULL colorspace in pxl arguments.Stefan Kemper1-1/+3
2005-03-04Added compile time switch to enable wingding -> dingbatsStefan Kemper2-1/+34
2005-02-24fix infinite loop error on one case of bad pxl input.Stefan Kemper1-1/+5
2005-02-08pxsessio.c: formatting/indenting.Henry Stiles3-15/+25
2005-02-03fixes several memory leaks in color space setup and pcl passthru mode.Henry Stiles3-7/+36
2005-01-31gsstate.c and gsstate.h: new api for freeing view clip, removesHenry Stiles3-2/+10
2005-01-26const qualification.Henry Stiles1-1/+1
2005-01-26fixes a number of memory leaks because the operator pxDefaultGS wasHenry Stiles1-2/+95
2005-01-02Code cleanup:Stefan Kemper1-3/+4
2004-12-30pxerrors.c, pxfont.[ch], pxink.c, pxparse.c, pxpthr.c - warning fixesHenry Stiles13-153/+58
2004-12-17Fixed bug PXL character bug.Stefan Kemper1-1/+1
2004-12-16- gs/src/devs.mak, gs/src/lib.mak - move definitions for device pxlHenry Stiles6-95/+49
2004-10-22useciecolor (srgb) was broken with some images.Henry Stiles3-14/+12
2004-10-18Reduced precision of previous commit to work at higher resolutions.Stefan Kemper1-1/+1
2004-10-18Fixed shear bug in pxlfts2.0/t310 01Stefan Kemper1-0/+4
2004-10-13Fix for pxl rotated bitmap font scaling.Stefan Kemper1-51/+6
2004-10-10document 2 new anomalies.Henry Stiles1-0/+15
2004-03-31pcsfont.c - swap header for downloaded intellifonts when using theHenry Stiles1-3/+14
2004-01-30enable return width functionality in text operartion.Henry Stiles1-1/+1
2004-01-27Changing pxl text routines to use gs_chars instead of passing strings toStefan Kemper1-91/+103
2004-01-20Add parameter to denote that we are not sending high level pattern steams to ...Stefan Kemper1-1/+1
2003-11-19Fix uninitialized DCT stream state memory ptr.Stefan Kemper1-1/+2
2003-10-07Removing unused variable.Stefan Kemper1-2/+0
2003-09-24Fixing bug with pxl rotated characters placement.Stefan Kemper1-0/+6
2003-09-17Report errors using gs_memory_t based stderr.Stefan Kemper1-6/+3
2003-09-10adding memory_t ptr to stream process functionsStefan Kemper1-3/+3
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper13-224/+235
2003-08-21pxstate.h, pxsessio.c - adds useciecolor boolean for pcl xl.Henry Stiles5-214/+35
2003-06-25*** empty log message ***Henry Stiles1-20/+4
2003-05-08Beginnings of a shared halftone facility factored from pxl and pcl.Henry Stiles1-82/+63
2003-05-07*** empty log message ***Henry Stiles3-3/+10
2003-05-06*** empty log message ***Henry Stiles4-7/+7
2003-05-02Removes P declaration macros used to support K&R as part of the gs 8.xHenry Stiles11-58/+58
2003-02-26Added builtin_font_dict to the pxl state. This stores built_in fonts, theStefan Kemper5-7/+19
2003-02-26Added lineprinter aliasing that maps all 10 lineprinter names to:Stefan Kemper1-0/+33
2003-02-11Added pxl_impl_get_device_memory(), it doesn't modify the pointer since pxlStefan Kemper1-0/+9
2003-01-28Add page orientation rotation into account when rotating PXL downloaded bitmapStefan Kemper1-2/+4
2003-01-2716bit characters are always unicode in PXL. They never use symbol maps.Stefan Kemper1-12/+8
2002-11-23removed c++ comment.Stefan Kemper1-2/+2
2002-11-14Adds parsing for 4600 style sethalftonemethod, just a noop for now,Henry Stiles2-6/+7
2002-10-31Added pxl vertical character substitutions and vertical text writing mode.Stefan Kemper1-126/+266
2002-10-25Fixes parsing of SetColorTreatment, parsing separate treatment forHenry Stiles1-2/+2
2002-10-25Implementation for new operator - SetDefaultGS.Henry Stiles2-3/+12
2002-10-25Remove "TBD" diagnostic messages. This was advertised as fixed in theHenry Stiles1-3/+0
2002-10-24Makefile - debug target in top level makefile.Henry Stiles2-18/+53