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