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