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
/
base
/
gdevp14.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-14
Fix for bug 692392. This makes sure that the transfer function is only app...
Michael Vrhel
1
-2
/
+4
2011-07-28
Fix Bug 692368; SEGV with clist transparency pattern in clist rendering.
Robin Watts
1
-5
/
+6
2011-07-24
Fix a trivial Valgrind warning.
Alex Cherepanov
1
-2
/
+2
2011-07-23
Fix for bug 692204. This forces DeviceGray to K only for CMYK devices.
Michael Vrhel
1
-38
/
+21
2011-07-22
Fix for bug 692364 in which we were were not handing the initial DeviceGray ...
Michael Vrhel
1
-17
/
+3
2011-07-21
pdf14 'dirty' rect optimisations.
Robin Watts
1
-47
/
+48
2011-07-08
Rename object_tag to graphics_type_tag and move to the device for MT rendering.
Ray Johnston
1
-94
/
+93
2011-06-17
Fix for Bug 692286 - Image too light -- not fully opaque
Michael Vrhel
1
-20
/
+1
2011-06-11
Fix for aliasing of icc link hash code
Michael Vrhel
1
-7
/
+7
2011-05-22
Fixes in ICC profile handling and device parameters
Michael Vrhel
1
-85
/
+11
2011-05-19
Fix for icc profile refcounting.
patt_trans_clist
Robin Watts
1
-1
/
+1
2011-05-19
Merge branch 'master' into patt_trans_clist
Robin Watts
1
-13
/
+31
2011-05-17
Fix for MT crashes in lcms
Michael Vrhel
1
-13
/
+31
2011-05-17
Merge branch 'master' into patt_trans_clist
Robin Watts
1
-163
/
+187
2011-05-17
Comment and error code handling tweaks to gdevp14.c
Robin Watts
1
-2
/
+3
2011-05-15
Change in device ICC profile handling
Michael Vrhel
1
-164
/
+187
2011-05-12
Squash another warning; gdevp14.c.
Robin Watts
1
-1
/
+0
2011-05-12
Fix SEGVs seen due to icc profile data being freed.
Robin Watts
1
-22
/
+32
2011-05-12
Merge branch 'master' into patt_trans_clist
Robin Watts
1
-63
/
+155
2011-05-07
Significant change in how the device profile is handled in ghostscript. This
Michael Vrhel
1
-63
/
+147
2011-05-04
Whitespace fixes + Return from gx_forward_create_compositor.
Robin Watts
1
-4
/
+4
2011-05-03
Fixes for 2 issues. If a clip device is inserted in front of a pdf14 composi...
Michael Vrhel
1
-0
/
+79
2011-05-03
Add gx_device_dump debugging function.
Robin Watts
1
-0
/
+8
2011-04-29
Whitespace fixes.
Robin Watts
1
-3
/
+3
2011-04-26
Check to make sure an empty deviceN params member does not lead to an imprope...
Michael Vrhel
1
-1
/
+1
2011-04-20
Work on the pattern transparency clist code.
mvrhel
1
-137
/
+287
2011-04-19
Indent with spaces and strip trailing whitespace.
Tor Andersson
1
-2109
/
+2099
2011-04-07
Fix for 692123. It was necessary to make sure that the blending state of the...
Michael Vrhel
1
-16
/
+25
2011-04-01
Fix so that we have proper antialiasing with softmasks. Fixes bug 687674
Michael Vrhel
1
-0
/
+3
2011-04-01
Fix so that anti-aliasing works when the source file contains transparency. ...
Michael Vrhel
1
-19
/
+187
2011-03-30
Add new dev_spec_op call to device procs table, along with gxdevsop.h header
Robin Watts
1
-10
/
+15
2011-03-26
Fix for issue found by Chris where we have a soft mask embedded in a softmask...
Michael Vrhel
1
-63
/
+56
2011-03-23
This commit fixes several issues.
Michael Vrhel
1
-23
/
+91
2011-03-21
Fix for memory leaks in the pdf14 device. These could occur with softmask an...
Michael Vrhel
1
-3
/
+13
2011-03-10
Fix for bug 692038.
Michael Vrhel
1
-10
/
+74
2011-03-07
Fix for compositor device chaining in the pdf14 device. This was detected in a
Ray Johnston
1
-5
/
+5
2011-01-19
Revision 12038 revealed a bug in the transparency code; an operation with
Robin Watts
1
-8
/
+27
2011-01-19
Bug 691897 shows a PDF that is much slower when transparency is enabled than
Robin Watts
1
-2
/
+2
2011-01-07
Fix so that we do not do the ICC optimized flow for color images when our tar...
Michael Vrhel
1
-1
/
+5
2010-12-10
Removal of Smask_is_CIE flag in the code as well as removal of code that is n...
Michael Vrhel
1
-7
/
+5
2010-12-10
Apply proper alpha blending to compute luminosity of mask per the PDF specifi...
Michael Vrhel
1
-15
/
+17
2010-12-06
Fix for bug 691466. Problem was caused by the DeviceN alternate color space ...
Michael Vrhel
1
-2
/
+2
2010-12-02
Fix for bug 691803. This provides a fix for cases where we have soft masks e...
Michael Vrhel
1
-15
/
+40
2010-12-01
Additional debug code to help in soft mask problems.
Michael Vrhel
1
-1
/
+17
2010-12-01
Fix so that the blend compositor actions are only removed from the clist comp...
Michael Vrhel
1
-25
/
+34
2010-11-29
Fix for bug 691748. The idle optimizations for the softmask are not really v...
Michael Vrhel
1
-1
/
+1
2010-11-24
Style clean up of gdevp14.c for white space, comments, long lines and dead code.
Michael Vrhel
1
-272
/
+226
2010-11-24
Fix so that we handle the \B command properly when we have transparency. The...
Michael Vrhel
1
-19
/
+52
2010-10-08
Fix for miscalculation of clist_color_info.depth when tags are part of
Ray Johnston
1
-2
/
+5
2010-09-29
Fix calculation of offset to tag plane in pdf14_mark_fill_rectangle to cure
Ray Johnston
1
-1
/
+1
[next]