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