summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-27Update changelogs and release dates for 8.64rc2.Ralph Giles58-75/+416
2009-01-27Update the release notes for 8.64rc2.Ralph Giles1-7/+6
2009-01-27Fix fillpage in the x11alpha device.Ralph Giles1-1/+0
2009-01-27Update documentation on the COMPILE_INITS makefile variable.Ralph Giles1-6/+6
2009-01-27Escape significant characters when generating html changelog entries.Ralph Giles1-1/+11
2009-01-27Remove $(GS_LIB)\Resource directory from the search path in the msvcRalph Giles1-5/+1
2009-01-26Update changelogs for 8.64rc1.Ralph Giles5-3724/+14730
2009-01-26Release notes for 8.64rc1.Ralph Giles1-1/+35
2009-01-26Propagate release number and date to the documentation.Ralph Giles55-72/+72
2009-01-26Bump release numbers and copyright dates for 8.64rc1.Ralph Giles6-117/+113
2009-01-26Work around an issue with comment parsing in the pre.tcl release script.Ralph Giles1-1/+2
2009-01-26Update the pre.tcl release script for the new source locations.Ralph Giles1-15/+15
2009-01-26Update the pre.tcl release script for the new gs_init.ps location.Ralph Giles1-1/+1
2009-01-26Fix (pswrite): Incorrect PageBoundingBox comment locationKen Sharp1-1/+2
2009-01-26Yet more tidying up in the batch file. Adds release builds to the solution, b...Ken Sharp1-23/+158
2009-01-25Make the GS_SPLIT_LIBS configure function only recognize -l at the startRalph Giles1-1/+1
2009-01-24This batch file, to generate a MSVC solution for building GS, was invalidated...Ken Sharp1-8/+161
2009-01-24Add a check when comparing clip paths to see if both are NULL. Silences a Cov...Ken Sharp1-0/+3
2009-01-23Convert 24 bit RGB data to grayscale when printing in monochrome withRalph Giles1-1/+21
2009-01-23Continue the the fix from rev. 9384, plug 2 more ways that caused multipleAlex Cherepanov1-2/+2
2009-01-23Use the page parameters set on the X11 device when called by Ghostview.Ralph Giles1-0/+12
2009-01-22Disable plalloc's free mem list by default in release build to preventRay Johnston1-2/+6
2009-01-22Initialise two uninitialised variables. Not thought to be a real problem, but...Ken Sharp2-0/+4
2009-01-22Check the return value of gdev_prepare_stroke. Another warning from Coverity.Ken Sharp1-1/+3
2009-01-22Fix multiple inclusion of page objects referenced from beads array.Alex Cherepanov1-1/+1
2009-01-22Fix for Segfault with tiffsep devics when a file has more than 64 spot colorsRay Johnston2-6/+6
2009-01-22Check for and skip null objects (and other junk) in the /Anots array.Alex Cherepanov1-1/+5
2009-01-21Add a couple of error return checks which were missing. Picked up by Coverity.Ken Sharp2-2/+7
2009-01-20Make the part name hash table case insensitive.Tor Andersson1-6/+13
2009-01-19Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson4-35/+125
2009-01-19Fix bugs in hash table implementation.Tor Andersson2-30/+44
2009-01-19Add some sanity checks to avoid zero sized images that resulted in infinite s...Tor Andersson1-0/+6
2009-01-19Revision 8951 missed an important part of the fix for pswrite, emitting a %%P...Ken Sharp1-2/+5
2009-01-19Fix (pswrite): %%BoundingBox comment geenrationKen Sharp6-5/+47
2009-01-18Fix SEGV in 'inferno' device caused by insufficient memory allocation. PassAlex Cherepanov1-1/+1
2009-01-17Use hash tables for XPS type maps and part list.Tor Andersson7-174/+234
2009-01-16Fix (pdfwrite): Invalid metadata for PDF/A outputKen Sharp2-3/+11
2009-01-16Move the font api bridge implementations to the psi directory.Ralph Giles2-0/+0
2009-01-15Add missing @ needed for UFST build.Ray Johnston1-1/+1
2009-01-15Update a comment to say why the minimum file size is 4KBKen Sharp1-0/+1
2009-01-15Fix (pdfopt): Minimum optimised file size changed in Acrobat 9Ken Sharp1-1/+1
2009-01-15Fix (pdfwrite)Ken Sharp1-1/+3
2009-01-15Fix compilation on Windows NT, which doesn't define LOCALE_IPAPERSIZE.Alex Cherepanov1-0/+5
2009-01-14Check for a null target_info in bbox_image_end_image beforeRalph Giles1-1/+4
2009-01-14Fix the previous checkin which committed code from a different projectHenry Stiles1-6/+1
2009-01-14Incorporate Norbert Janson's cygwin improvements. The sync deviceHenry Stiles1-3/+7
2009-01-14Fix (graphics) : Redundant patterns in clist (continued 7).Igor Melichev1-14/+22
2009-01-13Return 0 when accessing Type1C font table out of range or the table is tooAlex Cherepanov1-1/+9
2009-01-13Revert .outputattrkeys to the list prior to rev 8026 to fix problems withRay Johnston1-1/+1
2009-01-12Fix a gcc warning in gxshade6.c.Ralph Giles1-2/+2