summaryrefslogtreecommitdiff
path: root/xps/xpspath.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706120 XPS dash buffer overrunMichael Vrhel2023-01-101-3/+35
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703404: XPS to pdfwrite patternsMichael Vrhel2021-02-171-0/+4
* 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/+6
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* xps: Remove needless NULL terminator when parsing abbreviated geometry.Tor Andersson2018-03-291-3/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Fix buffer overrun in xpspath.cRobin Watts2017-05-181-1/+1
* Squash warnings: XPS MSVCRobin Watts2016-01-041-3/+3
* xps: Fix warnings.Tor Andersson2015-11-241-1/+0
* xps: Multiply alpha from opacity attribute with alpha from color attribute.Tor Andersson2015-11-241-2/+2
* xps: Avoid generating unnecessary linetos for arcs.Tor Andersson2015-11-241-10/+5
* xps: Add special case handling of zero-length dash patterns.Tor Andersson2015-11-241-0/+10
* xps: Fix uninitialized value.Tor Andersson2015-11-241-1/+1
* xps: Various arithmetic and uninitialized value fixes.Tor Andersson2015-11-241-1/+1
* xps: Fix buffer overflow in xps_parse_color.Tor Andersson2015-11-121-1/+1
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-0/+4
* xps: Remove trailing whitespace.Tor Andersson2014-07-221-9/+8
* xps interpreter - correct high level pattern handlingKen Sharp2013-10-111-4/+6
* xps: Check for number of arguments when parsing abbreviated paths.Tor Andersson2013-08-291-106/+157
* xps: Avoid infinite loop on syntax errors in abbreviated path geometry.Tor Andersson2013-08-291-0/+2
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-14/+14
* Fix for mistake in commit 951adcd6 . which was the xps transparency fixMichael Vrhel2012-07-091-0/+3
* Fix in XPS interpreter to ensures we only push the smallest transparency grou...Michael Vrhel2012-07-051-17/+56
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* XPS Whitespace handling fixRobin Watts2012-01-261-9/+5
* Squash warnings in MSVC build.Robin Watts2011-11-101-1/+1
* Fix for Bug 692510 white space XPS interpreter fixMichael Vrhel2011-10-191-11/+47
* Fix for Bug 692509. Issues with parsing of dashed line attributes.Michael Vrhel2011-10-191-1/+2
* Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson2010-06-301-164/+12
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-3/+12
* revert back to 11450.Henry Stiles2010-06-291-12/+3
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-3/+12
* Add error propagation in a few more places.Tor Andersson2010-06-231-2/+2
* Whitespace and indentation fixes.Tor Andersson2010-06-221-4/+3
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-39/+38
* Enhancement to XPS interpreter - add high level pattern supportKen Sharp2010-06-211-4/+10
* Fix indentation error.Tor Andersson2010-05-281-1/+1
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-3/+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-460/+460
* Use a tighter bounding box when creating transparencyTor Andersson2010-02-161-35/+36
* Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson2010-01-211-0/+2
* Add support for the new start/end/dash caps in the XPS parser.Tor Andersson2009-12-041-13/+16
* Fix for bug 690890. We always use the CPSI_mode version of the gs_strokepathRobin Watts2009-11-061-1/+1
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-0/+2
* Remove some unused variables.Ralph Giles2009-10-201-3/+2