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