summaryrefslogtreecommitdiff
path: root/xps/xpsdoc.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
* XPS interpreter: Have interpreter handle page range processingMichael Vrhel2020-09-221-2/+29
* 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
* Add strlcpy and strlcat to ghostscript.Henry Stiles2016-06-091-1/+1
* Squash warnings: XPS.Robin Watts2016-01-041-1/+1
* xps: Add more warning messages.Tor Andersson2015-11-241-0/+5
* Add name space definitions for Open XPSMichael Vrhel2015-10-211-1/+2
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-0/+17
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-5/+5
* 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-28/+10
* Continuation of r11139 -- update to the latest working version of xpsdoc.c.Tor Andersson2010-04-271-212/+210
* Restore xpsdoc.c that was erroneously removed in r11133.Tor Andersson2010-04-271-0/+297
* Remove file that snuck in by mistake in rev 11132.Tor Andersson2010-04-261-295/+0
* Add support for parsing unzipped XPS files.Tor Andersson2010-04-261-4/+2
* Simplify ZIP parsing.Tor Andersson2010-04-261-426/+12
* 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-17/+17
* 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-199/+199
* Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson2010-01-211-5/+2
* Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson2009-11-191-41/+4
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-400/+208
* Correct remaining prototype warnings in the ghostxps code.Ralph Giles2009-10-231-1/+1
* Remove remaining unused variables to silence warnings.Ralph Giles2009-10-201-4/+0
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-24/+33
* Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson2009-09-231-0/+2
* Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson2009-01-191-16/+97
* Use hash tables for XPS type maps and part list.Tor Andersson2009-01-171-126/+15
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-3/+17
* Process XML namespaces in XPS parser.Tor Andersson2008-06-161-2/+9
* Parse ColorConvertedBitmap image references. Does not actually do any color c...Tor Andersson2008-05-291-7/+45
* Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson2008-03-141-0/+5
* Use environment variables to enable some debug tracing and to save deobfuscat...Tor Andersson2007-11-291-13/+19
* Recursively scan resource dictionaries for other resource dependencies.Tor Andersson2007-10-031-21/+37
* Remove some C99-isms to make the code compilable with MSVC.Tor Andersson2007-09-241-1/+2
* Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson2007-09-241-2/+70
* Parse arcs and quadratic beziers in abbreviated path geometry.Tor Andersson2007-06-141-3/+0
* TTC subfonts in resource references, cluster maps, IsSideways and BidiLevel t...Tor Andersson2007-05-221-7/+21
* Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson2007-05-141-2/+3
* Decode UTF-8 strings in Glyphs element.Tor Andersson2007-03-201-0/+6
* We have text.Tor Andersson2007-03-121-0/+1
* We have radial gradients.Tor Andersson2007-02-271-0/+6
* Free memory after processing. Fixed bug with ZIP parsing parts that are both ...Tor Andersson2007-02-201-0/+53
* Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson2007-02-131-5/+6
* Infer relations from FixedPage content when .rels part is not available. Call...Tor Andersson2007-02-071-43/+143
* Process page parts when enough data is available.Tor Andersson2007-02-051-61/+74