summaryrefslogtreecommitdiff
path: root/pl
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Disable plalloc's free mem list by default in release build to preventRay Johnston1-2/+6
2008-12-17proper error processing for bug #690203 to detect a true typeHenry Stiles2-5/+9
2008-09-25Support interpolation in pcl with the command line parameterHenry Stiles3-4/+14
2008-09-18Factor out repeated code from the ufst character module to the commonHenry Stiles3-72/+5
2008-08-01Bump the version string and gs reference, post release.Ralph Giles1-1/+1
2008-08-01Bump revision and gs reference for the 1.53 release.ghostpdl-1.53Ralph Giles1-1/+1
2008-07-29Update gs reference and version string for 1.53rc2.Ralph Giles1-1/+1
2008-06-30Add some missing dependency declarations.Ralph Giles1-1/+1
2008-06-25This corrects a problem with the example job loop provided with theHenry Stiles3-2/+24
2008-04-15Add SVG interpreter skeleton.Tor Andersson1-0/+4
2008-03-21Provide Visual Trace window for pcl6 Windows build.Igor Melichev2-7/+31
2008-03-01Update the version string and unfreeze the gs revision after the 1.52Ralph Giles1-1/+1
2008-03-01Fix the gs revision and pl version string for the ghostpdl 1.52 release.Ralph Giles1-1/+1
2008-02-29Add a missing newline and apply consistent periods to pl error messages.Ralph Giles1-12/+12
2008-01-09GS client makefile refactoring. The project is under development andHenry Stiles1-2/+4
2007-11-30The vertical substitution boolean was not initialized properly forHenry Stiles1-0/+1
2007-11-21Return to tracking development after the GhostPDL 1.51 release.Ralph Giles1-1/+1
2007-11-21Update the self-test baseline with the current rendering on Linux x86_64.Ralph Giles1-1/+1
2007-11-21Import the tagged Ghostscript 8.61 release, and update our versionRalph Giles1-1/+1
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles14-178/+178
2007-08-27Revert to gs development trunk after the 1.50 release and updateRalph Giles1-1/+1
2007-08-25Update the ls_test target of the top-level makefile to use the currentRalph Giles1-1/+1
2007-08-24Add manually hardcoded information about corresponding revision numbersRalph Giles1-1/+1
2007-08-17Use the traditional 2-digit minor. Also append a missing newline to theRalph Giles2-2/+2
2007-08-15update revision.Henry Stiles1-1/+1
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles1-7/+4
2007-07-25Fixing broken pcl -> pdf in anticipation of upcoming pcl release.Henry Stiles2-2/+6
2007-07-19Provide a special case for the undocumented symbol set 590 (XL only).Henry Stiles2-6/+10
2007-06-25It was convenient to address two issues at the same time: (1) a fixHenry Stiles3-23/+19
2007-06-11Added conditional compilation directive to have PCL and PXL assume theHenry Stiles3-13/+44
2007-04-25fix an unititialized memory access. No known associated problem.Henry Stiles1-0/+1
2007-03-16Now that the pcl allocator supports finalization it is no longerHenry Stiles1-1/+0
2007-03-12Modifications to support Raph's improvement to allocation of colorHenry Stiles3-87/+43
2007-03-04Fix a regression introduced with the warning cleanup. The lastHenry Stiles1-1/+1
2007-02-28Close static fco's in case postscript ran first in a language switchStefan Kemper1-0/+1
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles8-52/+19
2007-02-02Gets rid of substitute glyph which is no longer necessary since Tom'sHenry Stiles1-256/+181
2007-01-23Omit /windows/system from the font search path.thomasd1-1/+1
2007-01-19fix for bug 0060, PCL5 CET 20-01 page 36. Improve rendering of Intellifont so...thomasd1-82/+254
2007-01-19prevent double finalize should have been checked in r2734Henry Stiles1-3/+1
2007-01-18implement finalization in the small allocator. This fixes someHenry Stiles1-1/+4
2007-01-11Fixed bug where PJL DEFAULT variable where not seen in the next JOB.Stefan Kemper2-3/+4
2006-12-18Fix : Removing a dead code about USE_ttfReader.Igor Melichev1-1/+1
2006-12-11Support for XPS builds.Stefan Kemper1-3/+4
2006-12-01Update to match gs_type42_font_init argument change in rev 7437.Stefan Kemper1-1/+1
2006-11-18Changes for XL begin page parameter management.Stefan Kemper1-0/+2
2006-11-16Disable xl artificial emboldening when stroking a char with UFST.Stefan Kemper1-1/+1
2006-11-16Correct ufst boldness factor, integer truncation makes this identical.Stefan Kemper1-6/+4
2006-10-26Fix for quoted filenames containing spaces input via standardStefan Kemper1-25/+18
2006-10-26Fix : Some type casts were potentially harmful.Igor Melichev1-3/+3