summaryrefslogtreecommitdiff
path: root/pcl
AgeCommit message (Expand)AuthorFilesLines
2012-03-15Fix 692857, wrong current unit initialization in HPGL/2-RTL.Henry Stiles1-1/+8
2012-03-15Improve character fills, bug #692849.Henry Stiles3-2/+20
2012-03-15Improvements for bug 692849.Henry Stiles2-3/+8
2012-03-15Bug 692849, missing green filled boxes fixed.Henry Stiles1-2/+4
2012-03-15Fixes 692387, the font rotation code did not work properly for someHenry Stiles1-44/+37
2012-03-15RTL mode's print direction is always rotated with respect to theHenry Stiles1-1/+1
2012-03-15Add 4 new raster decompression methods to PCL.Henry Stiles5-15/+152
2012-03-15PJL support for the resolution variable.Henry Stiles3-0/+23
2012-03-15Reverts 3ab47d0e1e357a16cf5b35747b10b26d99b4d6f0, bad fix.Henry Stiles1-8/+2
2012-03-15The previous standalone GL/2 mode is incompatible with how theHenry Stiles1-95/+68
2012-03-15The HPGL-2/RTL work of the last few commits introduce a regression -Henry Stiles1-1/+1
2012-03-15Implements transformations and clipping needed by HPGL/2-RTL. TheHenry Stiles3-86/+137
2012-03-15Presentation mode 3 and clipping when the cap is coincident with theHenry Stiles1-4/+11
2012-03-15Support the geometry option on the command line, note this reallyHenry Stiles3-5/+24
2012-03-15The default top and left margin are 0 in HPGL-2/RTL mode, not the standardHenry Stiles1-2/+2
2012-03-15The transformation setup for HPGL-2 and RTL was really only correctHenry Stiles4-1/+6
2012-03-15Remove unnecessary warning of dubious origin.Henry Stiles1-4/+0
2012-03-15The new ICC flow does not require CRD's and we now do not selectivelyHenry Stiles5-90/+13
2012-03-15Common subexpression elimination - no expected changes.Henry Stiles1-3/+7
2012-03-15Reorganize the initialization of the pen width and residual paletteHenry Stiles1-13/+15
2012-03-15Addresses 692051, the palette string's allocated size alwaysHenry Stiles1-13/+55
2012-03-15Make fuction static.Henry Stiles1-1/+1
2012-03-15Fix long standing problem where too many palette entries wereHenry Stiles1-1/+2
2012-03-15Back out valgrind workarounds to resize and initialize indexed colorHenry Stiles1-20/+0
2012-03-15Extra debugging support for PCL color spaces.Henry Stiles5-3/+135
2012-03-15Fix one of the casts from b6cd8ce7351fc7bb759b5b7dcea7e74b2abb3850Marcos H. Woehrmann1-8/+8
2012-03-15The indeterminism in the test file TIFFOffsetA4PL.pcl was caused byHenry Stiles1-0/+2
2012-03-15Capitalize a symbolic constant.Henry Stiles1-18/+18
2012-03-15The "wide a4" state variable could be used unitialized when usingHenry Stiles1-1/+1
2012-03-15Squash some more PCL warnings.Robin Watts1-1/+1
2012-03-15Fix 690417 - new PCL command "set logical page". This allows the userHenry Stiles2-1/+27
2012-03-15Squash warnings in pcl/pxl.Robin Watts21-82/+82
2012-03-15Squash warnings in MSVC build.Robin Watts2-4/+4
2012-03-15Fix 692614 - the unsolid pattern should be used when the gl/2 whiteHenry Stiles1-2/+5
2012-03-15Fixes 692544, an "off by one" error in the parser caused a pcl dataHenry Stiles1-1/+1
2012-03-15Change to new indenting style, no expected differences.Henry Stiles1-482/+500
2012-03-15Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles2-2/+0
2012-03-15Fix for missing ICCProfilesDir during some device init. Move profiledir to gs...Ray Johnston1-4/+0
2012-03-15Shailesh Mistry's fix for 692311 - corrupt character rendering.Henry Stiles1-2/+11
2012-03-15Removes obsolete code.Henry Stiles1-6/+0
2012-03-15Fix for icc directory and icc device profile initialization.Michael Vrhel1-0/+4
2011-06-03Deprecate CRDs in PCLHenry Stiles13-607/+17
2011-06-02Trivial warning fixesHenry Stiles2-1/+3
2011-06-02Make page size procedure robust against paper size table changes.Henry Stiles1-1/+8
2011-06-01Clean up warnings and problems identified with static analysis.Henry Stiles7-27/+46
2011-05-27Makes procedure static.Henry Stiles1-1/+1
2011-05-20Merge branch 'Type3_PCL'Ken Sharp1-1/+1
2011-05-17Add another new font type 'ft_PCL_user_defined' for the PCL bitmapKen Sharp1-1/+1
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+1
2011-04-25The new custom paper size implementation introduced a bug inHenry Stiles1-12/+15