summaryrefslogtreecommitdiff
path: root/xps/xpsxml.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
* Update copyright to 2020Chris Liddell2020-04-101-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
* Squash warnings: XPS.Robin Watts2016-01-041-15/+16
* xps: Support AlternateContent compatibility markup.Tor Andersson2015-11-241-13/+12
* Add name space definitions for Open XPSMichael Vrhel2015-10-211-1/+7
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-4/+8
* Fix 695618: Keep a tail pointer to speed up parsing long XML documents.Tor Andersson2014-10-221-3/+4
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-1/+1
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-1/+1
* Simplify ZIP parsing.Tor Andersson2010-04-261-5/+2
* Conform to coding style: function return values should be on a separate line.Tor Andersson2010-04-221-5/+10
* 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-91/+91
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-10/+10
* Correct remaining prototype warnings in the ghostxps code.Ralph Giles2009-10-231-2/+5
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-0/+1
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-8/+22
* XML debug printing fix.Tor Andersson2008-08-071-2/+10
* Handle namespaced attributes in the XML. This should solve a whole batch of p...Tor Andersson2008-07-171-2/+16
* Warn when encountering markup compatibility tags in XPS documents.Tor Andersson2008-06-161-9/+34
* Process XML namespaces in XPS parser.Tor Andersson2008-06-161-5/+17
* Remove some C99-isms to make the code compilable with MSVC.Tor Andersson2007-09-241-1/+6
* Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson2007-05-141-0/+2
* Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson2007-02-131-134/+58
* Hooked in new XML parsing API to ZIP parsing framework.Tor Andersson2007-01-151-7/+339
* Split XPS cleanup tree.Tor Andersson2006-12-141-0/+12