summaryrefslogtreecommitdiff
path: root/xps/xpsmem.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-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-2/+0
2010-04-20Use safe length checked string functions instead of strcpy and strcat.Tor Andersson1-5/+60
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-44/+44
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-0/+8
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-3/+3
2008-11-27Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson1-1/+1
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2008-05-30This did not happen.Tor Andersson1-1/+1
2008-05-27Correct typo in xps_strcasecmp that caused the wrong parts to be returned fro...Tor Andersson1-1/+1
2008-02-15Ignore case when searching for named parts.Tor Andersson1-0/+20
2007-02-07Infer relations from FixedPage content when .rels part is not available. Call...Tor Andersson1-0/+16
2007-01-22Add a function to normalize a path name in-place by stripping out extra slash...Tor Andersson1-1/+57
2007-01-17XPS.Stefan Kemper1-19/+2
2006-12-14Split XPS cleanup tree.Tor Andersson1-0/+31