summaryrefslogtreecommitdiff
path: root/gs
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Add gxht_thresh.{c,h} to Visual C project.Robin Watts1-0/+8
2011-03-09Disable PACIFY_VALGRIND in gximono.c. This define is intended to enableRobin Watts1-14/+19
2011-03-08Simple optimisations to non SSE2 versions of halftoning code. There isRobin Watts1-49/+49
2011-03-08Change to gsroprun1.h to avoid over/underreading the source/texture buffers.Robin Watts1-27/+56
2011-03-08Add PNG reading support to the bmpcmp tool.Tor Andersson1-0/+64
2011-03-08Update to use the new device parameter /PreserveTrMode instead of explicitly ...Ken Sharp1-1/+3
2011-03-08Activate the new device parameters, and modify the resource code to use the f...Ken Sharp2-1/+11
2011-03-08When using PACIFY_VALGRIND, don't call the memory blanking when theRobin Watts1-7/+13
2011-03-07Initialize ht landscape structure to zero when in portrait case. There is a ...Michael Vrhel1-0/+2
2011-03-07Correct line endings (were DOS, should be Unix).Robin Watts2-363/+363
2011-03-07Add new debugging define to gximono.c, PACIFY_VALGRIND.Robin Watts1-4/+21
2011-03-07Fix typos, one in a comment, one in an id string.Robin Watts2-2/+2
2011-03-07Fix for improper indexing of reversed portrait image line. We were off by on...Michael Vrhel1-5/+2
2011-03-07Undo revision 12243. The revision makes a debug print dependent on the value ...Ken Sharp1-1/+0
2011-03-07Redo revision 12248 in a way which (hopefully!) doesn't cause seg faults.Ken Sharp3-41/+17
2011-03-07Account for fonts in which (some) charstrings have been replaced withChris Liddell1-19/+18
2011-03-07pdfwrite & ps2write enhancementKen Sharp1-1/+41
2011-03-07Update the second place where we may have to reset the Freetype glyph object.Chris Liddell1-2/+2
2011-03-07Fix for compositor device chaining in the pdf14 device. This was detected in aRay Johnston1-5/+5
2011-03-06Fix to use proper DDA incrementation for interpolation. We still maintain sp...Michael Vrhel2-39/+44
2011-03-06Instead of destroying and recreating freetype's glyph object for every glyphChris Liddell1-2/+10
2011-03-05Do not do debug output of an uninitialized variableTill Kamppeter1-3/+4
2011-03-04Correction on Richard Hughes' patch for color management in the CUPS filters.Till Kamppeter1-15/+0
2011-03-04Fix a warning and type error. Code should produce the same results,Henry Stiles1-1/+1
2011-03-04Add FIXME to gximono.c about possible future optimisation, so it is notRobin Watts1-0/+9
2011-03-04Only attempt to create files in the "cups" directory if it exists.Chris Liddell1-1/+6
2011-03-04Reorganization of threshold code to move all the thresh holding operations in...Michael Vrhel6-337/+388
2011-03-04Add missing test for /packedarraytype during recursive dereferencingAlex Cherepanov1-2/+2
2011-03-03The get_bits() device call was assumed to return copied data and fillHenry Stiles1-2/+5
2011-03-03Update plibc and plibk to output pams when built with DEBUG_DUMP.Robin Watts1-14/+13
2011-03-03Add new pamcmyk4 device. Identical to pamcmyk32 device, but works in 1 bitRobin Watts4-13/+50
2011-03-03Enabling of thresholding code as default image rendering of monochrome/indexe...Michael Vrhel1-1/+1
2011-03-03Add plib device (c and h) files to ghostscript project file.Robin Watts1-0/+8
2011-03-03Added the ability to specify bmpcmp in addition to a normal clusterpush.plMarcos H. Woehrmann3-100/+94
2011-03-02Fix rop operation on plib device. Previously, I'd disabled get_bits_rectangleRobin Watts2-11/+46
2011-03-02Minor bug fixes and improvements to the cluster system, the mostMarcos H. Woehrmann4-70/+101
2011-03-02Introduction of a member variable in gs_image1_t, which will let us know the ...Michael Vrhel8-3/+34
2011-03-02Fix bmpcmp bug; the map array was being incorrectly sized, resulting inRobin Watts1-1/+1
2011-03-02Debug output for gdevplibm (monochrome planar interlaced bands) was brokenRobin Watts1-24/+24
2011-03-01Remove DOS line endings from .gitignore files.Robin Watts1-25/+25
2011-03-01Fix for error introduced in non-SSE2 code when I removed the inclusion of the...Michael Vrhel1-11/+3
2011-02-28Added color management support to the CUPS ...toraster filtersTill Kamppeter10-628/+1156
2011-02-28X offset in custom 24 -> 888 planar copy_color routine was being miscalculated.Robin Watts1-1/+1
2011-02-28Remove silly debugging hack left in gdevmpla.c by accident. Only affectsRobin Watts1-1/+1
2011-02-28Add simple .gitignore files.Robin Watts1-0/+25
2011-02-28Silence a compiler (scan-build) warning about a variable never being used.Ken Sharp1-0/+2
2011-02-28Fix for mis-scale on decode for render mono cache. Fixes improper rendering ...Michael Vrhel1-1/+1
2011-02-27Removal (or inactivation) of code to include inverse of transfer function in ...Michael Vrhel2-94/+47
2011-02-27Fix for a bug that was introduced with the ICC branch. This was causing a mi...Michael Vrhel1-8/+3
2011-02-27Fix for PDF with ASCII85Decode filter that has a dictionary (even if empty)Ray Johnston1-3/+3