summaryrefslogtreecommitdiff
path: root/xps/xpsgradient.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* pdfwrite - fix group attributes ColorSpaceKen Sharp2022-04-011-1/+2
* Change names from Graphics and Path to Vector, for consistencyRay Johnston2021-03-311-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-1/+1
* Reference count image colorspaces in XPS.Robin Watts2019-07-091-1/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* pdfwrite/PDF interpreter/transparency - identify page level groupsKen Sharp2018-12-201-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-3/+2
* Coverity ID 102246 - initialise a pointer variableKen Sharp2016-05-041-1/+1
* Squash warnings: XPS MSVCRobin Watts2016-01-041-4/+4
* Squash Warnings: Unused Var/Var set but not used.Robin Watts2016-01-041-4/+4
* xps: Various arithmetic and uninitialized value fixes.Tor Andersson2015-11-241-7/+12
* xps: Fix gradient ordering edge case.Tor Andersson2015-11-121-1/+3
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-0/+36
* xps: Remove trailing whitespace.Tor Andersson2014-07-221-9/+9
* Make sure to set the soft mask opacity to one so that we do not apply theMichael Vrhel2013-10-141-0/+1
* Addition of an internal CMM for direct color replacement of text, graphic and...Michael Vrhel2012-10-091-1/+1
* Turn on ability to specify no color management from the srcgtag structure for...Michael Vrhel2012-10-041-1/+3
* Addition of support for allowing control over the use of black point compensa...Michael Vrhel2012-09-261-1/+1
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-1/+1
* Fix in XPS interpreter to ensures we only push the smallest transparency grou...Michael Vrhel2012-07-051-3/+6
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Fix for bug 692865. Make XPS interpreter use ICC color spaces for defaultMichael Vrhel2012-02-241-14/+37
* Clean up of the icc color code.Michael Vrhel2012-01-101-2/+1
* Movement of proof profile an device link profile to device.Michael Vrhel2011-12-231-1/+1
* Allow use of unmanaged color transformations for source DeviceXXX colorsMichael Vrhel2011-12-081-1/+3
* Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel2011-10-271-0/+3
* Fix for Bug 692510 white space XPS interpreter fixMichael Vrhel2011-10-191-4/+4
* Rename object_tag to graphics_type_tag and move to the device for MT rendering.Ray Johnston2011-07-081-1/+1
* Indent with spaces and strip trailing whitespace.Tor Andersson2011-04-191-2/+2
* Commit to move the ICC profile for the device within the device structure. T...Michael Vrhel2010-08-101-3/+3
* Post-process gradient stops to clip the offset range to 0..1.Tor Andersson2010-07-011-58/+149
* Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson2010-06-301-4/+1
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-1/+32
* revert back to 11450.Henry Stiles2010-06-291-32/+1
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-1/+32
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-13/+26
* Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel2010-06-151-5/+41
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-319/+319
* Remove some unused icclib code and fix xpstop and the makefiles so that we ca...Tor Andersson2010-02-241-20/+1
* Use a tighter bounding box when creating transparencyTor Andersson2010-02-161-1/+1
* Bracket the scaling for radial gradients with gsave and grestore.Tor Andersson2010-01-271-0/+3
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-1/+1
* Draw the alpha channel of an transparent gradient as grayscale with TRANSPARE...Tor Andersson2009-10-011-1/+1
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-12/+12