summaryrefslogtreecommitdiff
path: root/xps/xpsdoc.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-28/+10
2010-04-27Continuation of r11139 -- update to the latest working version of xpsdoc.c.Tor Andersson1-212/+210
2010-04-27Restore xpsdoc.c that was erroneously removed in r11133.Tor Andersson1-0/+297
2010-04-26Remove file that snuck in by mistake in rev 11132.Tor Andersson1-295/+0
2010-04-26Add support for parsing unzipped XPS files.Tor Andersson1-4/+2
2010-04-26Simplify ZIP parsing.Tor Andersson1-426/+12
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-17/+17
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-199/+199
2010-01-21Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson1-5/+2
2009-11-19Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson1-41/+4
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-400/+208
2009-10-23Correct remaining prototype warnings in the ghostxps code.Ralph Giles1-1/+1
2009-10-20Remove remaining unused variables to silence warnings.Ralph Giles1-4/+0
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-24/+33
2009-09-23Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson1-0/+2
2009-01-19Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson1-16/+97
2009-01-17Use hash tables for XPS type maps and part list.Tor Andersson1-126/+15
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-3/+17
2008-06-16Process XML namespaces in XPS parser.Tor Andersson1-2/+9
2008-05-29Parse ColorConvertedBitmap image references. Does not actually do any color c...Tor Andersson1-7/+45
2008-03-14Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson1-0/+5
2007-11-29Use environment variables to enable some debug tracing and to save deobfuscat...Tor Andersson1-13/+19
2007-10-03Recursively scan resource dictionaries for other resource dependencies.Tor Andersson1-21/+37
2007-09-24Remove some C99-isms to make the code compilable with MSVC.Tor Andersson1-1/+2
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson1-2/+70
2007-06-14Parse arcs and quadratic beziers in abbreviated path geometry.Tor Andersson1-3/+0
2007-05-22TTC subfonts in resource references, cluster maps, IsSideways and BidiLevel t...Tor Andersson1-7/+21
2007-05-14Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson1-2/+3
2007-03-20Decode UTF-8 strings in Glyphs element.Tor Andersson1-0/+6
2007-03-12We have text.Tor Andersson1-0/+1
2007-02-27We have radial gradients.Tor Andersson1-0/+6
2007-02-20Free memory after processing. Fixed bug with ZIP parsing parts that are both ...Tor Andersson1-0/+53
2007-02-13Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson1-5/+6
2007-02-07Infer relations from FixedPage content when .rels part is not available. Call...Tor Andersson1-43/+143
2007-02-05Process page parts when enough data is available.Tor Andersson1-61/+74
2007-01-25Parse the start part FixedDocumentSequence and FixedDocument to create a list...Tor Andersson1-13/+264
2007-01-25Move relationship functions.Tor Andersson1-0/+50
2007-01-23Improved relationship part parsing and part name munging.Tor Andersson1-82/+74
2007-01-22Parse relationship parts into a binary search tree.Tor Andersson1-18/+111
2007-01-18Parse [Content_Types].xml into two binary search trees. One tree for Defaults...Tor Andersson1-1/+202
2007-01-15Hooked in new XML parsing API to ZIP parsing framework.Tor Andersson1-0/+33