summaryrefslogtreecommitdiff
path: root/xps/xpsgradient.c
Commit message (Expand)AuthorAgeFilesLines
...
* Print a warning when the maximum number of gradient stops (256) is exceeded.Tor Andersson2009-09-231-0/+3
* Sort GradientStop elements by offset before creating the function.Tor Andersson2009-09-211-2/+25
* Clarify some error handling in XPS parsing code.Tor Andersson2008-11-261-9/+17
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-0/+15
* The MSVC compiler requires variable declaritions to occur at the start ofHenry Stiles2007-11-141-3/+3
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-1/+1
* Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson2007-09-241-1/+20
* Correct appearance of cone-shaped radial gradients.Tor Andersson2007-09-141-16/+106
* Accurately calculate the number of individual shading objects needed for repe...Tor Andersson2007-09-121-72/+145
* Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson2007-09-051-14/+14
* Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson2007-09-031-0/+4
* Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson2007-08-071-18/+5
* Opacity in gradient brushes plus some refactoring and bug fixes.Tor Andersson2007-07-251-190/+134
* Brush and element parsing switches refactored. Opacity masks. Opacity only re...Tor Andersson2007-07-121-29/+50
* Tiled patterns and stroked paths with complex brushes.Tor Andersson2007-06-141-0/+4
* Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson2007-05-021-8/+12
* Update to new colorspace allocation API.Tor Andersson2007-03-141-6/+10
* Clip visual and gradient brushes properly.Tor Andersson2007-03-021-7/+9
* Visual brushes, with very limited tiling support.Tor Andersson2007-03-011-2/+2
* Convention for naming attributes and tag variables when parsing XML. Destruct...Tor Andersson2007-03-011-108/+173
* We have linear gradients.Tor Andersson2007-02-271-40/+175
* We have radial gradients.Tor Andersson2007-02-271-2/+410
* Add stubbed files for visual, image and gradient brushes.Tor Andersson2007-02-201-0/+18