summaryrefslogtreecommitdiff
path: root/xps/xpsgradient.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Fix for bug 692865. Make XPS interpreter use ICC color spaces for defaultMichael Vrhel1-14/+37
2012-01-10Clean up of the icc color code.Michael Vrhel1-2/+1
2011-12-23Movement of proof profile an device link profile to device.Michael Vrhel1-1/+1
2011-12-08Allow use of unmanaged color transformations for source DeviceXXX colorsMichael Vrhel1-1/+3
2011-10-27Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel1-0/+3
2011-10-19Fix for Bug 692510 white space XPS interpreter fixMichael Vrhel1-4/+4
2011-07-08Rename object_tag to graphics_type_tag and move to the device for MT rendering.Ray Johnston1-1/+1
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-2/+2
2010-08-10Commit to move the ICC profile for the device within the device structure. T...Michael Vrhel1-3/+3
2010-07-01Post-process gradient stops to clip the offset range to 0..1.Tor Andersson1-58/+149
2010-06-30Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson1-4/+1
2010-06-30Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-1/+32
2010-06-29revert back to 11450.Henry Stiles1-32/+1
2010-06-29Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-1/+32
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-13/+26
2010-06-15Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel1-5/+41
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-1/+0
2010-04-20Update GhostXPS copyright blobs for year 2010.Tor Andersson1-1/+1
2010-04-20Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson1-319/+319
2010-02-24Remove some unused icclib code and fix xpstop and the makefiles so that we ca...Tor Andersson1-20/+1
2010-02-16Use a tighter bounding box when creating transparencyTor Andersson1-1/+1
2010-01-27Bracket the scaling for radial gradients with gsave and grestore.Tor Andersson1-0/+3
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-1/+1
2009-10-01Draw the alpha channel of an transparent gradient as grayscale with TRANSPARE...Tor Andersson1-1/+1
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-12/+12
2009-09-23Print a warning when the maximum number of gradient stops (256) is exceeded.Tor Andersson1-0/+3
2009-09-21Sort GradientStop elements by offset before creating the function.Tor Andersson1-2/+25
2008-11-26Clarify some error handling in XPS parsing code.Tor Andersson1-9/+17
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2007-11-14The MSVC compiler requires variable declaritions to occur at the start ofHenry Stiles1-3/+3
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-1/+1
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson1-1/+20
2007-09-14Correct appearance of cone-shaped radial gradients.Tor Andersson1-16/+106
2007-09-12Accurately calculate the number of individual shading objects needed for repe...Tor Andersson1-72/+145
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson1-14/+14
2007-09-03Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson1-0/+4
2007-08-07Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson1-18/+5
2007-07-25Opacity in gradient brushes plus some refactoring and bug fixes.Tor Andersson1-190/+134
2007-07-12Brush and element parsing switches refactored. Opacity masks. Opacity only re...Tor Andersson1-29/+50
2007-06-14Tiled patterns and stroked paths with complex brushes.Tor Andersson1-0/+4
2007-05-02Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson1-8/+12
2007-03-14Update to new colorspace allocation API.Tor Andersson1-6/+10
2007-03-02Clip visual and gradient brushes properly.Tor Andersson1-7/+9
2007-03-01Visual brushes, with very limited tiling support.Tor Andersson1-2/+2
2007-03-01Convention for naming attributes and tag variables when parsing XML. Destruct...Tor Andersson1-108/+173
2007-02-27We have linear gradients.Tor Andersson1-40/+175
2007-02-27We have radial gradients.Tor Andersson1-2/+410
2007-02-20Add stubbed files for visual, image and gradient brushes.Tor Andersson1-0/+18