summaryrefslogtreecommitdiff
path: root/xps/xpsresource.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
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-1/+2
* 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
* Add strlcpy and strlcat to ghostscript.Henry Stiles2016-06-091-2/+2
* XPS Interpreter - allow for empty remote resource dictionariesKen Sharp2015-06-301-1/+4
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-1/+1
* xps: Skip all but the first resource dictionary if there are many.Tor Andersson2013-08-291-1/+7
* xps: Ignore empty resource dictionaries.Tor Andersson2013-08-291-0/+4
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-6/+6
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Fix typo in xpsresource. Use strdup instead of strlcpy with an incorrect length.Tor Andersson2010-12-071-2/+1
* Return error code separately from NULL so we can handle empty resource dictio...Tor Andersson2010-07-011-24/+21
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-4/+13
* Simplify ZIP parsing.Tor Andersson2010-04-261-1/+1
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Use safe length checked string functions instead of strcpy and strcat.Tor Andersson2010-04-201-4/+4
* 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-65/+65
* Check if a resource dictionary was loaded before dereferencing to set the bas...Tor Andersson2009-12-011-2/+5
* Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson2009-11-191-10/+13
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-2/+12
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-11/+52
* Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson2009-09-231-31/+28
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-0/+15
* Handle namespaced attributes in the XML. This should solve a whole batch of p...Tor Andersson2008-07-171-1/+2
* Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson2007-09-031-2/+0
* Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson2007-05-021-0/+132