summaryrefslogtreecommitdiff
path: root/pl
AgeCommit message (Expand)AuthorFilesLines
2011-01-24More changes for the display device on Windows PCL6. Fixes a minor error in theKen Sharp2-36/+45
2011-01-22Fix the makefile changes for Windows display device on PCL6 when built on Win...Ken Sharp1-2/+4
2011-01-21Revert recent non-Windows PCL makefile changes which caused build failures.Ken Sharp1-4/+2
2011-01-21Update the makefile for the Windows build so that the display device can be u...Ken Sharp1-2/+4
2011-01-21Add new files needed for the PCL interpreter on Windows to use the display de...Ken Sharp6-0/+3024
2010-12-22Add new top level GhostPDL makefile targets, pcl-lib, ls-lib, svg-lib, xps-libRobin Watts3-8/+18
2010-10-07Remove and rename options that conflict with ghostscript's optionHenry Stiles2-45/+40
2010-08-18Remove unreleased snapshot.ghostpdl-9.00Henry Stiles1-1/+1
2010-08-18Update the ghostpdl version number to 9.00.Henry Stiles1-1/+1
2010-06-26PXL PCLSelectFont implementation - Bug #691362. This code allows theHenry Stiles1-63/+63
2010-06-22Fixes bug #691397 comment #3. Set the heap limit properly when usingHenry Stiles1-1/+5
2010-06-18Fixes typo in 11384.Henry Stiles1-1/+1
2010-06-17Integrate Ray Johnston's chunk allocator as the primary allocator forHenry Stiles3-39/+22
2010-06-14A new debug configuration definition so the languages (pcl, pclxl, andHenry Stiles2-584/+590
2010-05-28Fixes bug #690793. PJL Formlines was not set correctly if the paperHenry Stiles2-17/+76
2010-05-27Fix failed compilation of gxps.exe and pcl6.exe with Visual Studio 2008.Ken Sharp1-1/+1
2010-05-21Fixes Bug 691225, integrates Norbert Janssen's work to correctly setHenry Stiles1-14/+17
2010-05-11Revise the UFST interface code for PCL/PXL and GS to work with the changes to...Chris Liddell1-1/+1
2010-05-04Revision 11146 (move op_array_table_global) has broken the language switchRobin Watts1-7/+16
2010-05-04As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts1-13/+15
2010-04-29A light sprinkling of casts (mostly between byte and char) to silenceRobin Watts1-3/+3
2010-04-29Remove the 'parent' parameter from gs_malloc_init calls. It only serves toRobin Watts1-1/+1
2010-03-10Norbert Janssen's improvements for converting HP's Master Symbol ListHenry Stiles1-244/+1303
2010-02-24Add a missing newline to an error message in plmain.Tor Andersson1-1/+1
2010-02-11Merge the pcl_font_mods branch into the trunk, adding a longstandingHenry Stiles7-2473/+2508
2010-02-11Enable the TrueType dropout prevention code in the graphics libraryHenry Stiles1-2/+11
2010-02-10Bump the revision and the gs externals url after the 8.71 release.Ralph Giles1-1/+1
2010-02-10Update GhostPDL versioning and gs external reference for the 8.71 release.ghostpdl-8.71Ralph Giles1-1/+1
2010-02-04Mark the current code as a release candidate.Ralph Giles1-2/+2
2010-01-28Undo the previous commit.Marcos H. Woehrmann1-0/+0
2010-01-28Dummy commit to force generation of local cluster md5sums.Marcos H. Woehrmann1-0/+0
2010-01-28The UFST line printer font's character complement was still set to HPHenry Stiles1-3/+9
2010-01-28Fill in more of the HP Master Symbol List (MSL) to Unicode conversionHenry Stiles1-18/+18
2010-01-28Fixes 2 math symbol set codes, both are incorrectly documented in theHenry Stiles1-1/+1
2010-01-28Adds a definition to identify pcl wide encodings. See the comments inHenry Stiles1-0/+14
2010-01-27Introduce new gs_currentdevicecolor function (and inline macro version) toRobin Watts2-2/+4
2010-01-23Change the UFST Line Printer font from unbound to bound and convertHenry Stiles2-3/+5
2010-01-22Continue the work of rev 10612, to have all internal objects unicodeHenry Stiles1-15/+15
2010-01-22generate private copy of plver.h per language to allow parallel build, and re...Hin-Tak Leung1-11/+11
2010-01-21Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson1-4/+4
2010-01-19Do not attempt to free statically allocated glyphs when adding aHenry Stiles1-1/+4
2010-01-19Make internal lineprinter fonts bound to their symbol set. The fontsHenry Stiles1-13/+13
2010-01-15Convert symbol set MSL wingdings (579) to unicode as part of the goalHenry Stiles1-2432/+2442
2010-01-04See the revision log for 10564 (deterministic printing of font pageHenry Stiles2-102/+85
2009-12-28Fixes bug 691024, the font list is now printed deterministically.Henry Stiles6-153/+149
2009-12-23Add new assert_.h header file. Convert existing code to use it.Robin Watts1-1/+1
2009-12-18The lowercase icelandic eth in pcl symbol set 19U was not mappedHenry Stiles1-1/+1
2009-12-18Emulate HP TrueType parser bug which ignores the metrics in componentHenry Stiles2-0/+67
2009-11-30debug_dump_allocator() is only defined in DEBUG mode.Henry Stiles1-0/+2
2009-11-30The following change was missing from the leak checking commit 10407.Henry Stiles1-1/+1