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