summaryrefslogtreecommitdiff
path: root/xps/xpstile.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Improve client memory handling for colour spaces and patternsKen Sharp2020-08-121-4/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-3/+1
* Make sure pattern fills use proper alpha settingsMichael Vrhel2020-02-191-0/+12
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Make ICC profile management thread safe.Ray Johnston2018-03-281-2/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Feature - JPEG Pass throughKen Sharp2018-01-221-1/+1
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-5/+5
* Squash Warnings: Unused Var/Var set but not used.Robin Watts2016-01-041-4/+4
* xps: Add more warning messages.Tor Andersson2015-11-241-4/+4
* graphics library and interpreter changes to allow us to subclass theKen Sharp2015-07-111-4/+20
* Fix in XPS interpreter to ensures we only push the smallest transparency grou...Michael Vrhel2012-07-051-1/+1
* Move the has_transparency flag into the xps context.Tor Andersson2012-06-181-16/+4
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Bug 692512: Disable stroke adjust in xps to avoid gradient issues.Robin Watts2011-11-221-1/+4
* Fix for (part of) Bug 692513. (xps pattern white lines)Robin Watts2011-11-071-1/+1
* Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel2011-10-271-0/+20
* Add new dev_spec_op call to device procs table, along with gxdevsop.h headerRobin Watts2011-03-301-6/+7
* Test the correct return values.Tor Andersson2010-07-101-3/+3
* Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson2010-06-301-17/+1
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-5/+17
* revert back to 11450.Henry Stiles2010-06-291-17/+5
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-5/+17
* Move ICC wrapper colorspace out of the xps context.Tor Andersson2010-06-251-2/+0
* Add error propagation in a few more places.Tor Andersson2010-06-231-3/+9
* Whitespace and indentation fixes.Tor Andersson2010-06-221-9/+11
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-8/+22
* Enhancement to XPS interpreter - add high level pattern supportKen Sharp2010-06-211-1/+86
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Remove stray tabs that were added by mistake.Tor Andersson2010-04-221-2/+2
* 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-111/+112
* Use a tighter bounding box when creating transparencyTor Andersson2010-02-161-1/+1
* Apply the brush transform in the pattern space for tiled brushes.Tor Andersson2010-01-251-4/+4
* Change // comment to /* */Tor Andersson2010-01-211-1/+1
* Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson2010-01-211-0/+2
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-8/+10
* Fix a problem with reference counting patterns in a client_color structure wh...Ken Sharp2009-08-101-0/+6
* Add some sanity checks to avoid zero sized images that resulted in infinite s...Tor Andersson2009-01-191-0/+6
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-0/+15
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-3/+2
* Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson2007-09-051-1/+1
* Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson2007-08-071-1/+20
* Support the various flipping tile modes.Tor Andersson2007-07-181-15/+81
* Tiling images. Fix TIFF resolution bug.Tor Andersson2007-07-161-0/+183