summaryrefslogtreecommitdiff
path: root/pcl
AgeCommit message (Expand)AuthorFilesLines
2009-12-28Fixes bug 691024, the font list is now printed deterministically.Henry Stiles2-43/+88
2009-12-18Emulate HP TrueType parser bug which ignores the metrics in componentHenry Stiles1-2/+13
2009-11-20Symbol set fixes and additions courtesy of Norbert Janssen. TheHenry Stiles1-9/+5
2009-11-19Add a function process_file to the plmain interface. This is a very simple ha...Tor Andersson1-0/+1
2009-11-13Fixes bug #690911 for customer 861. Our understanding of HPGL/2Henry Stiles2-50/+79
2009-11-09Fix bug #690901, customer #861. HPGL/2's clip region is at least oneHenry Stiles1-2/+4
2009-11-03Revert revision 9451 fixing 690756 and reopening 689361. PCLHenry Stiles1-33/+7
2009-11-03Fixes bug #690185 incorrect line spacing. Line and horizontal spacingHenry Stiles1-2/+2
2009-11-03Advancing the y position past the bottom margin should advance theHenry Stiles1-1/+1
2009-11-02Hpgl/2 zero width lines did not render. This is certainly aHenry Stiles1-8/+14
2009-10-29Fix line join, or more exactly a "curve join" problem noted in bugHenry Stiles1-6/+0
2009-09-30Finishes up the reference counting fix for bug #690785. No expectedHenry Stiles1-2/+9
2009-09-28The last change to rtgmode.c, revision 10098, was incorrect. TheHenry Stiles1-1/+2
2009-09-28Fixes part of 690785. End graphics mode when pcl exits, no expectedHenry Stiles1-0/+4
2009-08-03Initialize symbol sets before fonts to fix bug #690601. Thanks toHenry Stiles1-1/+1
2009-07-02The advance was not properly rounded for Monotype UFST resident fonts.Henry Stiles1-1/+2
2009-07-01The graphics library fill adjust was not set to (0,0) in some cases.Henry Stiles1-0/+1
2009-06-26The lineprinter font should not be detected by typeface number alone,Henry Stiles1-4/+8
2009-06-25As part of fixing bug #690520 correct the long standing annoyance ofHenry Stiles4-14/+15
2009-06-08The previous code attempted to simulate HP's vivid and screen match byHenry Stiles1-2/+9
2009-04-16Add range checking of width and height for for downloaded bitmapHenry Stiles1-0/+6
2009-04-15Fix longstanding font bugs for customer #951 - bug #689675 andHenry Stiles1-1/+2
2009-04-15Revision 9637 was missing a typecast, no regression changes expected.Henry Stiles1-1/+3
2009-04-14Boilerplate parsing for the "set logical page command" as documentedHenry Stiles1-0/+33
2009-04-11Fix bug #690334, this problem was a documented side effect of fixingHenry Stiles1-1/+14
2009-03-19Part of the fix needed to address 689822 - "memory leaks during clistHenry Stiles1-6/+0
2009-03-03The boolean have_drawn_in_path was not initialized.Henry Stiles2-0/+6
2009-02-05Position of pcl rectangles was incorrect in some cases. This changeHenry Stiles1-7/+33
2008-09-25Support interpolation in pcl with the command line parameterHenry Stiles3-4/+25
2008-09-22Fixes 690087. Change the behavior of the pcl interpreter to continueHenry Stiles1-1/+10
2008-08-13The selected pen must be set explicitly during initialization.Henry Stiles1-3/+1
2008-08-06reversion that corresponds to unwinding revision 8939. UnfortunatelyHenry Stiles1-0/+6
2008-08-04As of rev 8928 the palette data is freed by the graphics library.Henry Stiles1-6/+0
2008-08-02Cleanup logical errors which could result in a null dereference. InHenry Stiles1-3/+2
2008-07-17Partially fixes bug #689967 (test file fts.0810 returning -15). TheRalph Giles1-34/+33
2008-07-04fixes bug #689908. The select pen command has the side effect ofHenry Stiles1-0/+4
2008-05-20fix 689828. PCL pixel encoding mode has the side effect of settingHenry Stiles1-0/+6
2008-05-13Finally fixing bug #689159. HPGL/2 beziers were not properly joinedHenry Stiles2-13/+6
2008-05-09curves should have beveled joins - the same change was made for pxl inHenry Stiles1-0/+1
2008-03-21Enter PCL Mode should not be executed in macro mode. This is part ofHenry Stiles1-1/+1
2008-03-21Fixes a compiler warning caused by the previous change. No expectedHenry Stiles1-2/+2
2008-03-21Note an error location so it can be seen with -Z#. This is related toHenry Stiles1-0/+1
2007-12-16Fixes 689609. The double byte hpgl parsing implementation wasHenry Stiles2-21/+53
2007-12-08Fixes 689582. Apparently, the formlines feature was disabled to fix aHenry Stiles1-8/+2
2007-12-07Fixes #689589. HP printer implementations appear to return the cursorHenry Stiles1-1/+3
2007-11-16continuing pcl improvements to run in the absence of the residentHenry Stiles1-0/+4
2007-11-16Allow the pcl interpreter to run without fonts. No differencesHenry Stiles1-1/+1
2007-11-16Allow the pcl interpreter to run without fonts. No differencesHenry Stiles1-9/+3
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