summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog with post 9.06rc1 changes.ghostscript-9.06ghostpdl-9.06gs906Chris Liddell2012-08-0859-60/+288
* Update product string and release date.Chris Liddell2012-08-082-2/+2
* Backport patches CVE problems.Alex Cherepanov2012-08-073-8/+31
* Bug 693223: remove apparently moribund dumphint toolChris Liddell2012-08-073-804/+0
* Bug 693185. The limitcheck in validatedevicenspace must match int_remap_color...Ray Johnston2012-08-073-3/+3
* Update documentation for tiffsep planar deviceMichael Vrhel2012-08-073-28/+41
* Add -dMaxSpots for tiffsep and psd devices.Robin Watts2012-08-073-11/+77
* Fix the -disable-gtk "so" build optionChris Liddell2012-08-011-1/+1
* Fix lcms2 64-bit value decoding on big endian systemsAlex Cherepanov2012-08-011-2/+5
* Update tiffsep/tiffsep1 documentation w.r.t downscaler.Robin Watts2012-07-311-2/+13
* Update docs for 9.06 release candidate 1.Chris Liddell2012-07-3159-1220/+12477
* Fix link warnings about bad memset in gdevtsep.cRobin Watts2012-07-311-2/+1
* Product string and date updates.Chris Liddell2012-07-312-2/+2
* Up default GS_CLIENT_COLOR_MAX_COMPONENTS to 32.Robin Watts2012-07-301-1/+1
* Pass the data_cs information into the minimal needed clist icc profile inform...Michael Vrhel2012-07-273-0/+3
* Fix bug 693220. The pdf14 device used compressed encoding in clist mode.Ray Johnston2012-07-262-136/+140
* Fix clist_copy_planes causing clist corruption.Robin Watts2012-07-261-12/+14
* Bug 693147: monitors need max alignmrnt.Alex Cherepanov2012-07-261-1/+5
* Fix so that the image_render_frac handles sep color spaces correctlyMichael Vrhel2012-07-252-18/+44
* Replace magic 32 number with MAX_COMPONENTS_IN_DEVNMichael Vrhel2012-07-252-2/+8
* Change the remap_color_info structure so that we can support up to 32 coloran...Michael Vrhel2012-07-251-1/+1
* Bug 693210: check for scanning big arraysAlex Cherepanov2012-07-251-0/+2
* More fixes for deep color in the clist.Robin Watts2012-07-251-1/+2
* Bug 692824: only apply word spacing to single byte spaceChris Liddell2012-07-255-10/+73
* Avoid cmd_put_color being confused by deep color.Robin Watts2012-07-253-5/+9
* Remove a couple of unused variables.Chris Liddell2012-07-251-2/+0
* Bug 693216: replace "word-wise" copies with memcpy()Chris Liddell2012-07-251-23/+12
* Rework colors_used to be a color_usage bitfield.Robin Watts2012-07-2412-100/+146
* Bug 693219 - Clarify default output device descriptionChris Liddell2012-07-241-3/+14
* When unpacking 16 bit image data, unpack it all.Robin Watts2012-07-241-1/+1
* Bug 693204: Fix masked devn uncolored pattern errorRobin Watts2012-07-231-7/+2
* Bug 693205: check for "sane" page dimensions in x11 driversChris Liddell2012-07-231-0/+8
* Bug 693208: improve error feedback (when we can)Chris Liddell2012-07-233-4/+9
* Another fix for bug 692542 for garbled output with NumRenderingThreads > 1.Ray Johnston2012-07-222-7/+15
* Fix so that when we are doing the sep devices with spots the blend spaces for...Michael Vrhel2012-07-201-7/+7
* ps2write - Emit a %%BeginResource for FOntFile resourcesKen Sharp2012-07-201-0/+1
* Stamp on a warning in fapiufst.cChris Liddell2012-07-201-7/+7
* Solve psdcmyk SEGVs when max components reaches 32.Robin Watts2012-07-201-36/+39
* Bug 693199: Ignore broken %%ViewingOrientationAlex Cherepanov2012-07-201-2/+3
* ps2write - Always ascii hex encode the eexec portion of type 1 fontsKen Sharp2012-07-202-8/+23
* Fix bug 692542. NumRenderingThreads > 1 failed with planar devices.Ray Johnston2012-07-191-0/+4
* Fix for bug in the named color example supportMichael Vrhel2012-07-191-1/+9
* Fix of bug in setting source based rendering intent for RGB objectsMichael Vrhel2012-07-191-3/+3
* Add in support for copy_planes into the overprint deviceMichael Vrhel2012-07-191-3/+141
* Bug 693188: don't skip glyphs with degenerate matricesChris Liddell2012-07-195-245/+211
* Recognise Darken and Lighten as idempotent rendering modes.Robin Watts2012-07-181-1/+2
* Update scrollbar handling in Windows windows.Robin Watts2012-07-183-20/+94
* Fix for bug in clist copy planes procedure.Michael Vrhel2012-07-173-3/+14
* Bug 693166: Optimise interpolationRobin Watts2012-07-185-27/+176
* Tweak interpolation calculationsRobin Watts2012-07-171-7/+8