summaryrefslogtreecommitdiff
path: root/xps/xpstile.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-22Bug 692512: Disable stroke adjust in xps to avoid gradient issues.Robin Watts1-1/+4
2011-11-07Fix for (part of) Bug 692513. (xps pattern white lines)Robin Watts1-1/+1
2011-10-27Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel1-0/+20
2011-03-30Add new dev_spec_op call to device procs table, along with gxdevsop.h headerRobin Watts1-6/+7
2010-07-10Test the correct return values.Tor Andersson1-3/+3
2010-06-30Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson1-17/+1
2010-06-30Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-5/+17
2010-06-29revert back to 11450.Henry Stiles1-17/+5
2010-06-29Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-5/+17
2010-06-25Move ICC wrapper colorspace out of the xps context.Tor Andersson1-2/+0
2010-06-23Add error propagation in a few more places.Tor Andersson1-3/+9
2010-06-22Whitespace and indentation fixes.Tor Andersson1-9/+11
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-8/+22
2010-06-21Enhancement to XPS interpreter - add high level pattern supportKen Sharp1-1/+86
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-1/+0
2010-04-22Remove stray tabs that were added by mistake.Tor Andersson1-2/+2
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-111/+112
2010-02-16Use a tighter bounding box when creating transparencyTor Andersson1-1/+1
2010-01-25Apply the brush transform in the pattern space for tiled brushes.Tor Andersson1-4/+4
2010-01-21Change // comment to /* */Tor Andersson1-1/+1
2010-01-21Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson1-0/+2
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-8/+10
2009-08-10Fix a problem with reference counting patterns in a client_color structure wh...Ken Sharp1-0/+6
2009-01-19Add some sanity checks to avoid zero sized images that resulted in infinite s...Tor Andersson1-0/+6
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-3/+2
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson1-1/+1
2007-08-07Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson1-1/+20
2007-07-18Support the various flipping tile modes.Tor Andersson1-15/+81
2007-07-16Tiling images. Fix TIFF resolution bug.Tor Andersson1-0/+183