summaryrefslogtreecommitdiff
path: root/xps/xpspage.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Fix for setting of PageSpotColors Bug 704660Michael Vrhel2021-11-051-1/+12
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 701284: Fix leak of pdf14device in xps.Robin Watts2019-07-051-1/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* XPS Transparency checkMichael Vrhel2017-01-301-23/+22
* Bug 697489 xps transparency issueMichael Vrhel2017-01-191-0/+6
* Add strlcpy and strlcat to ghostscript.Henry Stiles2016-06-091-1/+1
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-1/+1
* Coverity ID 102257 - check and action a return valueKen Sharp2016-05-041-3/+27
* xps: Support AlternateContent compatibility markup.Tor Andersson2015-11-241-0/+12
* xps: Fix potential memory leak.Tor Andersson2015-11-241-1/+10
* xps: Skip all but the first resource dictionary if there are many.Tor Andersson2013-08-291-1/+1
* xps: Ignore empty resource dictionaries.Tor Andersson2013-08-291-2/+5
* 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-1/+1
* Move the has_transparency flag into the xps context.Tor Andersson2012-06-181-6/+5
* 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-8/+0
* Work on the pattern transparency clist code.mvrhel2011-04-201-4/+4
* Return error code separately from NULL so we can handle empty resource dictio...Tor Andersson2010-07-011-6/+6
* Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson2010-06-301-19/+2
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-2/+24
* revert back to 11450.Henry Stiles2010-06-291-24/+2
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-2/+24
* Whitespace and indentation fixes.Tor Andersson2010-06-221-2/+2
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-8/+18
* Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel2010-06-151-0/+8
* Add support for parsing unzipped XPS files.Tor Andersson2010-04-261-2/+1
* Conform to coding style: function return values should be on a separate line.Tor Andersson2010-04-221-1/+2
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Use safe length checked string functions instead of strcpy and strcat.Tor Andersson2010-04-201-1/+1
* 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-99/+99
* Use a tighter bounding box when creating transparencyTor Andersson2010-02-161-1/+1
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-1/+2
* Remove remaining unused variables to silence warnings.Ralph Giles2009-10-201-1/+0
* Remove a debug message about whether a page has transparency.Ralph Giles2009-10-151-5/+0
* Check contents of resource nodes for NULL before parsing them to avoid a seg ...Tor Andersson2009-10-011-3/+3
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-12/+21
* Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson2008-11-271-6/+4
* Pre-parse XPS pages looking for transparency to avoid creating pdf 14 composi...Tor Andersson2008-11-261-2/+19
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-1/+16
* Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson2008-04-021-2/+1
* Support IsStroked and IsFilled attributes when drawing paths.Tor Andersson2008-04-011-0/+1
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-1/+1
* Save decoded image data in the parts so images drawn multiple times do not ne...Tor Andersson2007-09-061-6/+12