index
:
~cloos/ghostpdl
Type3_PCL
ghostpdl-9.03
gs904
gs905
libs-update
master
memcpy-fix
mooscript
patt_trans_clist
psd16
Clone of git://git.ghostscript.com/ghostpdl.git.
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gs
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-08
Bug 692647: Mistaken comparison instead of assignment.
Alex Cherepanov
1
-2
/
+2
2011-08-19
Bug 689283: latest pcl3/doc/reports.txt file
Chris Liddell
1
-13
/
+103
2011-08-16
Fixes 691820 by removing the device, the authors in the contrib.mak
Henry Stiles
2
-2737
/
+0
2011-08-12
Bug 690565: bring the header include up-to-date.
Chris Liddell
1
-0
/
+2
2011-08-04
Added a couple of dependencies to fix parallel make.
Marcos H. Woehrmann
1
-1
/
+1
2011-06-20
Added dependencies to various makefiles to fix parallel make.
Marcos H. Woehrmann
1
-1
/
+1
2011-05-07
Significant change in how the device profile is handled in ghostscript. This
Michael Vrhel
1
-6
/
+0
2011-04-19
Indent with spaces and strip trailing whitespace.
Tor Andersson
67
-18918
/
+18557
2011-03-25
Fixes concerning the compatibility of the OpenPrinting Vector ("opvp")
Till Kamppeter
1
-0
/
+86
2011-01-14
Changes to the Unix configure based builds to tidy up specifying
Chris Liddell
1
-2
/
+32
2010-12-17
Removed patch noise file.
Till Kamppeter
1
-1141
/
+0
2010-07-30
Removed unneeded ";" characters from C code to silence warnings of DEC CC (bu...
Till Kamppeter
1
-1
/
+1
2010-07-30
rollback to revision 11564, 11565 broke the build
Henry Stiles
1
-1
/
+1
2010-07-30
Removed unneeded ";" characters from C code to silence warnings of DEC CC (bu...
Till Kamppeter
1
-1
/
+1
2010-06-29
Part 2 of update (new files) posted to 687983, corrected for current svn HEAD.
Hin-Tak Leung
8
-0
/
+11285
2010-06-29
Part 1 of the update (modifications to checked-in files)
Hin-Tak Leung
3
-11
/
+22
2010-05-25
make static some private functions to remove compiler warnings
Hin-Tak Leung
2
-6
/
+6
2010-05-24
Another bunch of CRLF to LF's.
Hin-Tak Leung
1
-342
/
+342
2010-05-14
HP compiler quirk - apparently the same workaround is needed for SUN Pro C an...
Hin-Tak Leung
1
-0
/
+2
2010-05-04
As part of the work for bug 691207 (remove global variables) we introduce
Robin Watts
1
-7
/
+17
2010-05-04
As part of the efforts towards bug 691207 (global variables must be removed)
Robin Watts
3
-690
/
+694
2010-04-21
Move CPSI_mode from being a global to living in the libctx, as part of the
Robin Watts
1
-2674
/
+2674
2010-04-08
Make a table of 4 zeros be static const, and update the cast where they are
Robin Watts
1
-3
/
+3
2009-12-30
Remove C++ comments (//) and commented out code because this is not compatible
Alex Cherepanov
1
-12
/
+0
2009-12-26
Clear Coverity warnings about unreachable code. Fix incorrect error
Alex Cherepanov
4
-2503
/
+16
2009-12-23
Add new assert_.h header file. Convert existing code to use it.
Robin Watts
4
-6
/
+4
2009-12-20
Fix a Coverity warning about an expression with undefined order of evaluation.
Alex Cherepanov
1
-2
/
+1
2009-12-20
Fix a Coverity warning about an expression with undefined order of evaluation.
Alex Cherepanov
1
-1
/
+1
2009-12-08
Fix Coverity warnings caused by a recurring error in opvp driver where
Alex Cherepanov
1
-8
/
+8
2009-07-27
Update of the Esc/Page laser printer drivers from Epson and Avasys, new outpu...
Till Kamppeter
3
-13
/
+150
2009-07-19
Fix a typo in compile time flag that prevented GNU libiconv to emulate
Alex Cherepanov
1
-1
/
+1
2009-07-02
Use "Perceptual" as render intent for the presentation quality setting in the...
Till Kamppeter
1
-1
/
+1
2009-04-20
Added "cdnj500" device to support HP DesignJet 500 (patch from Timur Maximov).
Till Kamppeter
2
-7
/
+267
2009-02-09
Protect some printf-like calls in the pcl3 output device from spurious
Ralph Giles
2
-2
/
+2
2009-01-23
Convert 24 bit RGB data to grayscale when printing in monochrome with
Ralph Giles
1
-1
/
+21
2008-11-03
Fix Floating Point excpetion caused by improper initializer of a private device
Ray Johnston
1
-56
/
+2
2008-09-18
Additional leading space characters before colons in makefiles. Bug 690084.
Ralph Giles
1
-35
/
+35
2008-09-18
Space makefile colons for the benefit of VMS. Bug 690084.
Ralph Giles
1
-117
/
+117
2008-09-18
The SunPro compiler doesn't handle variable length arrays in structs.
Ralph Giles
1
-0
/
+2
2008-09-18
Clean up whitespace in the opvp device source.
Ralph Giles
2
-38
/
+38
2008-09-18
Fix: default to MITER line joins in the opvp device. Bug 689079.
Ralph Giles
1
-1
/
+1
2008-09-18
Fix: don't treat char as unsigned in the opvp device. Bug 690079.
Ralph Giles
1
-1
/
+1
2008-08-14
Use GNU iconv.h header in compatibility mode unless we link with GNU libiconv.
Alex Cherepanov
1
-1
/
+6
2008-08-07
Add the PSSRC dir to the includes of contrib devices that depend on
Ralph Giles
1
-3
/
+3
2008-08-07
Use graphics library instead of interpreter error codes in the gomni
Ralph Giles
1
-4
/
+4
2008-07-14
Allows the Epson AcuLaser device output to be sent to a pipe (closes bug 6899...
Marcos H. Woehrmann
1
-1
/
+2
2008-06-25
Fixed compile for Linux.
Marcos H. Woehrmann
1
-1
/
+1
2008-04-04
Added the new files of OpenPrinting Vector 1.0.
Till Kamppeter
2
-0
/
+595
2008-04-04
Updated the OpenPrinting Vector driver interface ("opvp", "oprp") to version ...
Till Kamppeter
3
-3914
/
+4363
2007-12-14
Added casts to sprintf debugging statements (thanks for Michael Rutter for fi...
Marcos H. Woehrmann
1
-2
/
+2
[next]