summaryrefslogtreecommitdiff
path: root/xps/xpsxml.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-1/+1
2010-04-26Simplify ZIP parsing.Tor Andersson1-5/+2
2010-04-22Conform to coding style: function return values should be on a separate line.Tor Andersson1-5/+10
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-1/+0
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-91/+91
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-10/+10
2009-10-23Correct remaining prototype warnings in the ghostxps code.Ralph Giles1-2/+5
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-0/+1
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-8/+22
2008-08-07XML debug printing fix.Tor Andersson1-2/+10
2008-07-17Handle namespaced attributes in the XML. This should solve a whole batch of p...Tor Andersson1-2/+16
2008-06-16Warn when encountering markup compatibility tags in XPS documents.Tor Andersson1-9/+34
2008-06-16Process XML namespaces in XPS parser.Tor Andersson1-5/+17
2007-09-24Remove some C99-isms to make the code compilable with MSVC.Tor Andersson1-1/+6
2007-05-14Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson1-0/+2
2007-02-13Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson1-134/+58
2007-01-15Hooked in new XML parsing API to ZIP parsing framework.Tor Andersson1-7/+339
2006-12-14Split XPS cleanup tree.Tor Andersson1-0/+12