summaryrefslogtreecommitdiff
path: root/xps/xpsglyphs.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30xps: Fix bug when parsing cluster mappings.Tor Andersson1-26/+15
2010-10-25Fix crash reported in bug #691717, gs_text_release() should not beHenry Stiles1-1/+2
2010-06-30Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson1-9/+1
2010-06-30Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-0/+16
2010-06-29revert back to 11450.Henry Stiles1-16/+0
2010-06-29Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson1-0/+16
2010-06-22Whitespace and indentation fixes.Tor Andersson1-5/+4
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-50/+37
2010-04-26Simplify ZIP parsing.Tor Andersson1-16/+15
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 Andersson1-1/+0
2010-04-20Use safe length checked string functions instead of strcpy and strcat.Tor Andersson1-1/+1
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-217/+217
2010-02-16Use a tighter bounding box when creating transparencyTor Andersson1-1/+1
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-22/+5
2009-10-23Work around an uninitialized variable warning.Ralph Giles1-1/+1
2009-10-01Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson1-20/+22
2009-08-11Fix a reference counting problem by moving the text enumerator release ahead ...Ken Sharp1-1/+2
2009-01-28Fix an potentially uninitialized variable.Tor Andersson1-0/+2
2009-01-19Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson1-1/+3
2008-11-27Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson1-2/+0
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-15/+30
2008-04-02Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson1-3/+1
2008-04-01Support IsStroked and IsFilled attributes when drawing paths.Tor Andersson1-0/+2
2008-02-04Always use non-zero winding rule for Glyphs that are rendered using a char pa...Tor Andersson1-0/+1
2007-12-10Pick up the transparency mask buffer when a new transparency group is pushed ...Tor Andersson1-1/+1
2007-11-29Use environment variables to enable some debug tracing and to save deobfuscat...Tor Andersson1-1/+2
2007-11-14The single glyph experiment is no longer necessary.Henry Stiles1-1/+1
2007-10-12For help in tracking down bug 689483: Initialize font->is_cached. Set the enc...Tor Andersson1-0/+28
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson1-1/+6
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson1-4/+5
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles1-0/+4
2007-08-07Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson1-1/+8
2007-07-12Brush and element parsing switches refactored. Opacity masks. Opacity only re...Tor Andersson1-27/+17
2007-06-14Tiled patterns and stroked paths with complex brushes.Tor Andersson1-25/+5
2007-06-14Parse arcs and quadratic beziers in abbreviated path geometry.Tor Andersson1-6/+6
2007-05-22TTC subfonts in resource references, cluster maps, IsSideways and BidiLevel t...Tor Andersson1-55/+88
2007-05-21Buffer glyphs to be drawn for batch processing in order to reduce text proces...Tor Andersson1-36/+60
2007-05-14Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson1-4/+1
2007-05-14Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson1-14/+2
2007-05-09Parse dash patterns. Transform before clipping.Tor Andersson1-19/+21
2007-05-03Clipping and some line drawing attributes.Tor Andersson1-17/+21
2007-05-02Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson1-6/+16
2007-04-19Parse Indices attribute in Glyphs element.Tor Andersson1-23/+231
2007-03-21Replace UTF-8 decoder with a working function.Tor Andersson1-1/+3
2007-03-20Decode UTF-8 strings in Glyphs element.Tor Andersson1-3/+15
2007-03-13Use correct font size for drawing text.Tor Andersson1-2/+49
2007-03-12We have text.Tor Andersson1-14/+116
2007-03-07Imported font code from gslite.Tor Andersson1-0/+237