summaryrefslogtreecommitdiff
path: root/xps/xpszip.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-26Add support for parsing unzipped XPS files.Tor Andersson1-18/+166
2010-04-26Rename xpszipseek.c to xpszip.c.Tor Andersson1-0/+420
2010-04-26Simplify ZIP parsing.Tor Andersson1-681/+0
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-1/+1
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-382/+382
2009-11-19Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson1-13/+2
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-106/+238
2009-09-23Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson1-3/+27
2009-01-19Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson1-2/+9
2009-01-17Use hash tables for XPS type maps and part list.Tor Andersson1-15/+2
2008-11-27Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson1-7/+17
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-1/+16
2008-05-27Correct typo in xps_strcasecmp that caused the wrong parts to be returned fro...Tor Andersson1-0/+3
2008-02-15Ignore case when searching for named parts.Tor Andersson1-1/+1
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-30/+12
2007-09-24Remove some C99-isms to make the code compilable with MSVC.Tor Andersson1-1/+1
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson1-4/+15
2007-09-06Save decoded image data in the parts so images drawn multiple times do not ne...Tor Andersson1-0/+6
2007-09-03Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson1-1/+1
2007-05-15Fix stupid typo in last commit.Tor Andersson1-6/+5
2007-05-15Support ZIP64 format data descriptors and fix several issues with the heurist...Tor Andersson1-50/+95
2007-05-14Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson1-9/+8
2007-05-13Ignore the ZIP spec for data descriptors so that we can cope with the ATS files.Tor Andersson1-2/+2
2007-05-09Workaround for fixed length buffers in stream_cursor_read logic.Tor Andersson1-9/+28
2007-04-16More robust detection of part size when the part is stored and the size is no...Tor Andersson1-19/+20
2007-04-05Clean up ZIP code a bit.Tor Andersson1-34/+35
2007-04-05Workaround for stored parts with unset size fields.Tor Andersson1-7/+58
2007-03-12We have text.Tor Andersson1-0/+3
2007-02-27We have radial gradients.Tor Andersson1-2/+2
2007-02-21Fix zero-length part ZIP parsing again.Tor Andersson1-5/+15
2007-02-20Free memory after processing. Fixed bug with ZIP parsing parts that are both ...Tor Andersson1-7/+14
2007-02-13Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson1-24/+17
2007-02-07Infer relations from FixedPage content when .rels part is not available. Call...Tor Andersson1-0/+1
2007-02-05Process page parts when enough data is available.Tor Andersson1-45/+45
2007-01-25Parse the start part FixedDocumentSequence and FixedDocument to create a list...Tor Andersson1-23/+10
2007-01-25Move relationship functions.Tor Andersson1-50/+0
2007-01-23Improved relationship part parsing and part name munging.Tor Andersson1-52/+93
2007-01-22Recover from non-fatal Z_BUF_ERROR which can occur when the input buffer is e...Tor Andersson1-2/+4
2007-01-18Parse zero-length ZIP parts properly.Tor Andersson1-12/+16
2007-01-17XPS.Stefan Kemper1-3/+9
2007-01-16fixed xps compile error.Stefan Kemper1-4/+0
2007-01-16Clean out old code. Silence ZIP debug tracing.Tor Andersson1-600/+9
2007-01-15Hooked in new XML parsing API to ZIP parsing framework.Tor Andersson1-22/+10
2006-12-19Decode the separate pieces of a part into the same part buffer.Tor Andersson1-17/+84
2006-12-15Inflate ZIP parts.Tor Andersson1-57/+148
2006-12-14Split XPS cleanup tree.Tor Andersson1-0/+846