summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Return error code separately from NULL so we can handle empty resource dictio...Tor Andersson3-32/+28
2010-06-30Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson7-223/+37
2010-06-30Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson7-15/+115
2010-06-29revert back to 11450.Henry Stiles8-116/+15
2010-06-29Add the new LCMSPLATFORM definition to the Windows makefiles for non PostScri...Ken Sharp1-0/+1
2010-06-29Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson7-15/+115
2010-06-25A gs_gsave that should have been a gs_grestore was causing device reference c...Ken Sharp1-1/+1
2010-06-25Fix bug where image->colorspace was still treated as an enum.Tor Andersson1-5/+2
2010-06-25Move ICC wrapper colorspace out of the xps context.Tor Andersson9-315/+224
2010-06-23Add error propagation in a few more places.Tor Andersson2-5/+11
2010-06-22Don't throw errors in png_has_alpha function.Tor Andersson1-6/+14
2010-06-22Whitespace and indentation fixes.Tor Andersson11-67/+61
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson21-585/+545
2010-06-21Enhancement to XPS interpreter - add high level pattern supportKen Sharp4-5/+101
2010-06-15Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel10-81/+382
2010-06-04Turn image interpolation back on for xps. It was accidentally turned off in ...Michael Vrhel1-1/+1
2010-06-04Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel5-16/+199
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel1-1/+1
2010-05-28Fix indentation error.Tor Andersson1-1/+1
2010-05-28Catch and swallow image loading errors when scanning a page for transparency.Tor Andersson1-3/+12
2010-05-28Add a sanity NULL-check when accessing INDEX tables in the CFF parser.Tor Andersson1-0/+3
2010-05-05More work towards bug 691207 (global variable removal).Robin Watts1-1/+1
2010-05-05More work for bug 691207 (remove global vars). Change the gp_ interface andRobin Watts1-1/+4
2010-05-04As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts2-4/+4
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 Andersson5-35/+171
2010-04-26Rename xpszipseek.c to xpszip.c.Tor Andersson2-3/+3
2010-04-26Simplify ZIP parsing.Tor Andersson13-1546/+302
2010-04-22Conform to coding style: function return values should be on a separate line.Tor Andersson6-21/+42
2010-04-22Fix bug where a glyph could be dropped whenTor Andersson1-14/+10
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson28-38/+0
2010-04-22Remove stray tabs that were added by mistake.Tor Andersson1-2/+2
2010-04-20Use safe length checked string functions instead of strcpy and strcat.Tor Andersson10-37/+92
2010-04-20Update GhostXPS copyright blobs for year 2010.Tor Andersson32-32/+32
2010-04-20Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson26-3368/+3382
2010-03-01Integrate Michael Vrhel's changes. Moves the initialization of theHenry Stiles1-5/+3
2010-02-24Remove some unused icclib code and fix xpstop and the makefiles so that we ca...Tor Andersson6-53/+25
2010-02-16Use a tighter bounding box when creating transparencyTor Andersson6-42/+44
2010-02-16Enable dropout prevention for Truetype fonts in XPS.Tor Andersson1-0/+9
2010-01-27Bracket the scaling for radial gradients with gsave and grestore.Tor Andersson1-0/+3
2010-01-25Apply the brush transform in the pattern space for tiled brushes.Tor Andersson1-4/+4
2010-01-21Change // comment to /* */Tor Andersson1-1/+1
2010-01-21Free gs fonts at the end of XPS jobs. Hopefully this will not break pdfwrite.Tor Andersson1-2/+1
2010-01-21Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson5-10/+25
2010-01-07Changes to the MSVC makefiles to prepare for the prototype vs2005 solutionRobin Watts1-0/+8
2009-12-04Add support for the new start/end/dash caps in the XPS parser.Tor Andersson1-13/+16
2009-12-01Set default linux gxps build to COMPILE_INITS=0 and set the PCLXL_ROMFS_ARGSRay Johnston2-0/+9
2009-12-01Check if a resource dictionary was loaded before dereferencing to set the bas...Tor Andersson1-2/+5