summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Support transparency in JPEG-XR images.Tor Andersson1-3/+65
2011-01-27Support 1-bit, 16-bit, 16-bit scaled, 32-bit scaled, and 32-bit float pixel f...Tor Andersson1-1/+43
2011-01-27Always compile JPEG-XR library without asserts.Tor Andersson2-1/+2
2011-01-26Fix JPEG-XR build on MSVC.Tor Andersson2-0/+17
2011-01-24Don't treat image decoding errors as fatal in GhostXPS.Tor Andersson3-7/+12
2011-01-24Add rudimentary JPEG-XR support to GhostXPS using the JPEG-XR reference softw...Tor Andersson5-39/+160
2011-01-24Add JPEG-XR makefile and library to XPS build.Tor Andersson3-5/+18
2010-12-07Fix typo in xpsresource. Use strdup instead of strlcpy with an incorrect length.Tor Andersson1-2/+1
2010-11-25Increase buffer size so that xps_true_callback_glyph_name can't cause a buffe...Tor Andersson1-2/+2
2010-10-25Fix crash reported in bug #691717, gs_text_release() should not beHenry Stiles1-1/+2
2010-08-10Commit to move the ICC profile for the device within the device structure. T...Michael Vrhel1-3/+3
2010-07-10Test the correct return values.Tor Andersson1-3/+3
2010-07-01Post-process gradient stops to clip the offset range to 0..1.Tor Andersson1-58/+149
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