summaryrefslogtreecommitdiff
path: root/xps/xpsresource.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Fix typo in xpsresource. Use strdup instead of strlcpy with an incorrect length.Tor Andersson1-2/+1
2010-07-01Return error code separately from NULL so we can handle empty resource dictio...Tor Andersson1-24/+21
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-4/+13
2010-04-26Simplify ZIP parsing.Tor Andersson1-1/+1
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-1/+0
2010-04-20Use safe length checked string functions instead of strcpy and strcat.Tor Andersson1-4/+4
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-65/+65
2009-12-01Check if a resource dictionary was loaded before dereferencing to set the bas...Tor Andersson1-2/+5
2009-11-19Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson1-10/+13
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-2/+12
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-11/+52
2009-09-23Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson1-31/+28
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2008-07-17Handle namespaced attributes in the XML. This should solve a whole batch of p...Tor Andersson1-1/+2
2007-09-03Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson1-2/+0
2007-05-02Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson1-0/+132