summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Fix for bug 692865. Make XPS interpreter use ICC color spaces for defaultMichael Vrhel1-0/+1
2012-01-26XPS Whitespace handling fixRobin Watts1-1/+1
2011-10-19Fix for Bug 692510 white space XPS interpreter fixMichael Vrhel1-0/+2
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles1-1/+0
2011-01-24Add rudimentary JPEG-XR support to GhostXPS using the JPEG-XR reference softw...Tor Andersson1-2/+2
2010-07-01Return error code separately from NULL so we can handle empty resource dictio...Tor Andersson1-2/+1
2010-06-30Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson1-10/+2
2010-06-25Move ICC wrapper colorspace out of the xps context.Tor Andersson1-20/+12
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-133/+139
2010-06-21Enhancement to XPS interpreter - add high level pattern supportKen Sharp1-0/+1
2010-06-15Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel1-5/+16
2010-06-04Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel1-0/+3
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel1-1/+1
2010-04-26Add support for parsing unzipped XPS files.Tor Andersson1-3/+1
2010-04-26Simplify ZIP parsing.Tor Andersson1-125/+74
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-2/+0
2010-04-20Use safe length checked string functions instead of strcpy and strcat.Tor Andersson1-2/+2
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-2/+2
2010-02-24Remove some unused icclib code and fix xpstop and the makefiles so that we ca...Tor Andersson1-0/+2
2010-02-16Use a tighter bounding box when creating transparencyTor Andersson1-3/+4
2009-11-19Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson1-2/+2
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-28/+65
2009-10-23Correct remaining prototype warnings in the ghostxps code.Ralph Giles1-0/+5
2009-10-23Add prototypes for xpsdoc debug functions called from xpstop.Ralph Giles1-0/+4
2009-10-15Don't disable dprintf() and friends in non-debug builds.Ralph Giles1-8/+0
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-23/+25
2009-09-23Cache parsed XML parts (only external resource dictionaries) in the part stru...Tor Andersson1-1/+1
2009-06-15Look for transparency in image brushes and gradient brushes when analysing th...Tor Andersson1-0/+1
2009-01-19Fix bugs in hash table implementation.Tor Andersson1-5/+22
2009-01-17Use hash tables for XPS type maps and part list.Tor Andersson1-19/+15
2008-11-27Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson1-1/+1
2008-11-26Pre-parse XPS pages looking for transparency to avoid creating pdf 14 composi...Tor Andersson1-0/+4
2008-08-25Use __func__ in xps/svg memory macros.Tor Andersson1-9/+4
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2008-05-27Correct typo in xps_strcasecmp that caused the wrong parts to be returned fro...Tor Andersson1-0/+1
2008-04-02Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson1-7/+1
2008-04-01Support IsStroked and IsFilled attributes when drawing paths.Tor Andersson1-0/+6
2008-03-14Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson1-7/+5
2007-12-04Use compiler defines to decide whether a substitute preprocessorRalph Giles1-1/+2
2007-11-21Define __FUNCTION__ before using it if the C preprocessor does not.Ralph Giles1-0/+3
2007-11-13Include system headers after gs portability magic. Required to build onRalph Giles1-2/+3
2007-11-13Constant vigilance! Never trust a default.Tor Andersson1-0/+1
2007-10-03HD-Photo codec stub.Tor Andersson1-0/+1
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-0/+3
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson1-3/+6
2007-09-06Save decoded image data in the parts so images drawn multiple times do not ne...Tor Andersson1-0/+5
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson1-3/+10
2007-09-03Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson1-1/+4
2007-08-07Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson1-1/+20