summaryrefslogtreecommitdiff
path: root/gs/contrib
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Bug 692647: Mistaken comparison instead of assignment.Alex Cherepanov1-2/+2
2011-08-19Bug 689283: latest pcl3/doc/reports.txt fileChris Liddell1-13/+103
2011-08-16Fixes 691820 by removing the device, the authors in the contrib.makHenry Stiles2-2737/+0
2011-08-12Bug 690565: bring the header include up-to-date.Chris Liddell1-0/+2
2011-08-04Added a couple of dependencies to fix parallel make.Marcos H. Woehrmann1-1/+1
2011-06-20Added dependencies to various makefiles to fix parallel make.Marcos H. Woehrmann1-1/+1
2011-05-07Significant change in how the device profile is handled in ghostscript. ThisMichael Vrhel1-6/+0
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson67-18918/+18557
2011-03-25Fixes concerning the compatibility of the OpenPrinting Vector ("opvp")Till Kamppeter1-0/+86
2011-01-14Changes to the Unix configure based builds to tidy up specifyingChris Liddell1-2/+32
2010-12-17Removed patch noise file.Till Kamppeter1-1141/+0
2010-07-30Removed unneeded ";" characters from C code to silence warnings of DEC CC (bu...Till Kamppeter1-1/+1
2010-07-30rollback to revision 11564, 11565 broke the buildHenry Stiles1-1/+1
2010-07-30Removed unneeded ";" characters from C code to silence warnings of DEC CC (bu...Till Kamppeter1-1/+1
2010-06-29Part 2 of update (new files) posted to 687983, corrected for current svn HEAD.Hin-Tak Leung8-0/+11285
2010-06-29Part 1 of the update (modifications to checked-in files)Hin-Tak Leung3-11/+22
2010-05-25make static some private functions to remove compiler warningsHin-Tak Leung2-6/+6
2010-05-24Another bunch of CRLF to LF's.Hin-Tak Leung1-342/+342
2010-05-14HP compiler quirk - apparently the same workaround is needed for SUN Pro C an...Hin-Tak Leung1-0/+2
2010-05-04As part of the work for bug 691207 (remove global variables) we introduceRobin Watts1-7/+17
2010-05-04As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts3-690/+694
2010-04-21Move CPSI_mode from being a global to living in the libctx, as part of theRobin Watts1-2674/+2674
2010-04-08Make a table of 4 zeros be static const, and update the cast where they areRobin Watts1-3/+3
2009-12-30Remove C++ comments (//) and commented out code because this is not compatibleAlex Cherepanov1-12/+0
2009-12-26Clear Coverity warnings about unreachable code. Fix incorrect errorAlex Cherepanov4-2503/+16
2009-12-23Add new assert_.h header file. Convert existing code to use it.Robin Watts4-6/+4
2009-12-20Fix a Coverity warning about an expression with undefined order of evaluation.Alex Cherepanov1-2/+1
2009-12-20Fix a Coverity warning about an expression with undefined order of evaluation.Alex Cherepanov1-1/+1
2009-12-08Fix Coverity warnings caused by a recurring error in opvp driver whereAlex Cherepanov1-8/+8
2009-07-27Update of the Esc/Page laser printer drivers from Epson and Avasys, new outpu...Till Kamppeter3-13/+150
2009-07-19Fix a typo in compile time flag that prevented GNU libiconv to emulateAlex Cherepanov1-1/+1
2009-07-02Use "Perceptual" as render intent for the presentation quality setting in the...Till Kamppeter1-1/+1
2009-04-20Added "cdnj500" device to support HP DesignJet 500 (patch from Timur Maximov).Till Kamppeter2-7/+267
2009-02-09Protect some printf-like calls in the pcl3 output device from spuriousRalph Giles2-2/+2
2009-01-23Convert 24 bit RGB data to grayscale when printing in monochrome withRalph Giles1-1/+21
2008-11-03Fix Floating Point excpetion caused by improper initializer of a private deviceRay Johnston1-56/+2
2008-09-18Additional leading space characters before colons in makefiles. Bug 690084.Ralph Giles1-35/+35
2008-09-18Space makefile colons for the benefit of VMS. Bug 690084.Ralph Giles1-117/+117
2008-09-18The SunPro compiler doesn't handle variable length arrays in structs.Ralph Giles1-0/+2
2008-09-18Clean up whitespace in the opvp device source.Ralph Giles2-38/+38
2008-09-18Fix: default to MITER line joins in the opvp device. Bug 689079.Ralph Giles1-1/+1
2008-09-18Fix: don't treat char as unsigned in the opvp device. Bug 690079.Ralph Giles1-1/+1
2008-08-14Use GNU iconv.h header in compatibility mode unless we link with GNU libiconv.Alex Cherepanov1-1/+6
2008-08-07Add the PSSRC dir to the includes of contrib devices that depend onRalph Giles1-3/+3
2008-08-07Use graphics library instead of interpreter error codes in the gomniRalph Giles1-4/+4
2008-07-14Allows the Epson AcuLaser device output to be sent to a pipe (closes bug 6899...Marcos H. Woehrmann1-1/+2
2008-06-25Fixed compile for Linux.Marcos H. Woehrmann1-1/+1
2008-04-04Added the new files of OpenPrinting Vector 1.0.Till Kamppeter2-0/+595
2008-04-04Updated the OpenPrinting Vector driver interface ("opvp", "oprp") to version ...Till Kamppeter3-3914/+4363
2007-12-14Added casts to sprintf debugging statements (thanks for Michael Rutter for fi...Marcos H. Woehrmann1-2/+2