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