summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Fixes Bug 692931 - Regression: seg faultHenry Stiles1-1/+1
2012-03-06Add command line parsing for icc user parameters.Henry Stiles1-0/+33
2012-02-24Fix for bug 692865. Make XPS interpreter use ICC color spaces for defaultMichael Vrhel6-30/+47
2012-01-26XPS Whitespace handling fixRobin Watts2-10/+6
2012-01-10Clean up of the icc color code.Michael Vrhel1-2/+1
2011-12-23Movement of proof profile an device link profile to device.Michael Vrhel1-1/+1
2011-12-08Allow use of unmanaged color transformations for source DeviceXXX colorsMichael Vrhel1-1/+3
2011-11-22Bug 692512: Disable stroke adjust in xps to avoid gradient issues.Robin Watts1-1/+4
2011-11-10Squash warnings in MSVC build.Robin Watts1-1/+1
2011-11-10Replace all uses of 'template' with 'templat'.Robin Watts2-2/+2
2011-11-07Fix for (part of) Bug 692513. (xps pattern white lines)Robin Watts1-1/+1
2011-10-27Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel4-1/+29
2011-10-21Fix to handle tiff associated alpha images correctly in XPSMichael Vrhel1-0/+29
2011-10-19Fix for Bug 692510 white space XPS interpreter fixMichael Vrhel3-15/+53
2011-10-19Fix for Bug 692509. Issues with parsing of dashed line attributes.Michael Vrhel1-1/+2
2011-09-05Add Memento configuration to Visual Studio projects (and gs makefile)Robin Watts1-0/+37
2011-08-10Bug 692367: add gs_memory_t arg to finalize methodChris Liddell1-1/+1
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles1-1/+0
2011-07-20Fix for missing ICCProfilesDir during some device init. Move profiledir to gs...Ray Johnston1-4/+0
2011-07-08Rename object_tag to graphics_type_tag and move to the device for MT rendering.Ray Johnston1-1/+1
2011-06-26Fix for icc directory and icc device profile initialization.Michael Vrhel1-0/+4
2011-05-17Merge branch 'master' into patt_trans_clistRobin Watts1-1/+1
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+1
2011-04-20Work on the pattern transparency clist code.mvrhel1-4/+4
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-2/+2
2011-04-08Fix XPS and PCL interpreters : Change to decode_glyph routineKen Sharp2-2/+2
2011-04-01Remove temporary development definition used to identify the graphicsHenry Stiles1-4/+0
2011-03-30xps: Fix bug when parsing cluster mappings.Tor Andersson1-26/+15
2011-03-30Add new dev_spec_op call to device procs table, along with gxdevsop.h headerRobin Watts1-6/+7
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