summaryrefslogtreecommitdiff
path: root/pcl
AgeCommit message (Expand)AuthorFilesLines
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles50-547/+547
2007-09-21Contrary to the specification the HP 4600 printer uses the defaultHenry Stiles1-5/+11
2007-09-17Fixes 689454 and 689453. Aliasing of the hpgl/2 polygon buffer andHenry Stiles1-0/+5
2007-09-14Fix bug #689455. The hpgl/2 RQ command was not implemented properly.Henry Stiles1-12/+18
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles2-3/+3
2007-08-10With this fix we begin our foray into the Japanese Quality LogicHenry Stiles1-10/+8
2007-07-25Fixing broken pcl -> pdf in anticipation of upcoming pcl release.Henry Stiles1-31/+0
2007-07-19Provide a special case for the undocumented symbol set 590 (XL only).Henry Stiles2-2/+3
2007-07-10The following two files should have been included in the last revision.Henry Stiles1-0/+1
2007-07-10The following two files should have been included in the last revision.Henry Stiles1-0/+1
2007-07-10PCL's halftone was being set unnecessarily resulting in theHenry Stiles1-14/+16
2007-07-04Fixes a buffer overflow (bug #689258). Thanks to Norbert Jansen forHenry Stiles1-16/+9
2007-06-25It was convenient to address two issues at the same time: (1) a fixHenry Stiles1-1/+1
2007-06-11Added conditional compilation directive to have PCL and PXL assume theHenry Stiles1-0/+5
2007-05-24Implement hpg/2 rectangle fill RQ command correctly. Fixes 689243.Henry Stiles2-8/+13
2007-05-09Fix a UMR bug when creating a larger palette. The change effects theHenry Stiles1-3/+6
2007-05-04Fix an indeterminacy found in cet 23-01.BIN and possibly others. TheHenry Stiles1-4/+19
2007-04-25Thanks to Norbert Janssen for noticing this longstanding typo in theHenry Stiles1-1/+1
2007-04-21The last checkin 2826 was lacking a return statement, mea culpa.Henry Stiles1-0/+1
2007-04-21Clear the polygon buffer if a syntax error is detected in the parsingHenry Stiles1-16/+30
2007-03-13The raster width and height commands were incorrectly parsed asHenry Stiles1-2/+2
2007-03-12Modifications to support Raph's improvement to allocation of colorHenry Stiles2-22/+7
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles12-328/+19
2007-02-20Fix the remap table to not record a second white palette entry ifHenry Stiles1-2/+4
2007-02-20Document HP 4600 not properly supporting 26 fractional bits inHenry Stiles1-0/+16
2007-02-15The previous change to this file was incorrect although it does notHenry Stiles1-4/+0
2007-02-13silently ignore 0 scaled fonts. Removes hack to adjust the shearHenry Stiles1-0/+5
2007-02-02Gets rid of substitute glyph which is no longer necessary since Tom'sHenry Stiles1-62/+0
2007-01-30Document customer bug #0063 - CET 20-07.BIN page 18 (repeats) as anHenry Stiles1-0/+17
2007-01-16fix customer number 0074 cet 22-18 p 5 red text instead of black. TheHenry Stiles1-1/+2
2007-01-11Fixed bug where PJL DEFAULT variable where not seen in the next JOB.Stefan Kemper2-6/+22
2006-12-14fixes a long-standing regression where the gl/2 circle command setsHenry Stiles1-3/+2
2006-12-09emulate 4600 rop3 oddities. Apparently pcl uses the same rules forHenry Stiles1-2/+16
2006-12-09In gl/2 bitmap characters should not be scaled by the SI command.Henry Stiles1-1/+1
2006-12-08Emulate exactly when a font is selected when selecting by id and howHenry Stiles2-16/+26
2006-12-07PCL foreground color now uses the larger than max index moduloStefan Kemper3-3/+13
2006-12-01Fix to PCL downloaded symbolsets max char index is 255.Stefan Kemper1-1/+2
2006-12-01The revision 2683 to fix Customer #160 was not complete. Because theHenry Stiles1-2/+2
2006-11-19fixes long standing issue of incorrect line widths in fts 2040 andHenry Stiles6-26/+48
2006-11-17The symbol set definition command clamps its argument to 32767. FixesHenry Stiles1-1/+1
2006-11-16Fixes for PCL passthrough in PXL.Stefan Kemper1-3/+6
2006-11-16Several cet files were not drawing hpgl/2 edges because ourHenry Stiles1-3/+3
2006-11-16fixes missing data on page 2 of cet 30-25. The hp manual has a typoHenry Stiles1-1/+1
2006-11-15The hpgl/2 SB1 command allows filling but not edging of characters.Henry Stiles2-304/+310
2006-11-14stage 1 of the hpgl/2 label code rewrite for cet compliance. This isHenry Stiles4-176/+188
2006-10-31reimplementation of passthrough to comply with the the PCL 4600 CET.Henry Stiles4-21/+49
2006-10-30Changed the pcl top margin command to only set cap if the margin isStefan Kemper1-4/+8
2006-10-30Clamp pcl rectangle arguments to positive dimensions.Stefan Kemper1-4/+4
2006-10-26Fix : Some type casts were potentially harmful.Igor Melichev9-11/+21
2006-10-25Update carriage return on extra unused bezier parameters.Stefan Kemper1-0/+1