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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-27
Support transparency in JPEG-XR images.
Tor Andersson
1
-3
/
+65
2011-01-27
Support 1-bit, 16-bit, 16-bit scaled, 32-bit scaled, and 32-bit float pixel f...
Tor Andersson
1
-1
/
+43
2011-01-27
Always compile JPEG-XR library without asserts.
Tor Andersson
2
-1
/
+2
2011-01-26
Fix JPEG-XR build on MSVC.
Tor Andersson
2
-0
/
+17
2011-01-24
Don't treat image decoding errors as fatal in GhostXPS.
Tor Andersson
3
-7
/
+12
2011-01-24
Add rudimentary JPEG-XR support to GhostXPS using the JPEG-XR reference softw...
Tor Andersson
5
-39
/
+160
2011-01-24
Add JPEG-XR makefile and library to XPS build.
Tor Andersson
3
-5
/
+18
2010-12-07
Fix typo in xpsresource. Use strdup instead of strlcpy with an incorrect length.
Tor Andersson
1
-2
/
+1
2010-11-25
Increase buffer size so that xps_true_callback_glyph_name can't cause a buffe...
Tor Andersson
1
-2
/
+2
2010-10-25
Fix crash reported in bug #691717, gs_text_release() should not be
Henry Stiles
1
-1
/
+2
2010-08-10
Commit to move the ICC profile for the device within the device structure. T...
Michael Vrhel
1
-3
/
+3
2010-07-10
Test the correct return values.
Tor Andersson
1
-3
/
+3
2010-07-01
Post-process gradient stops to clip the offset range to 0..1.
Tor Andersson
1
-58
/
+149
2010-07-01
Return error code separately from NULL so we can handle empty resource dictio...
Tor Andersson
3
-32
/
+28
2010-06-30
Use gx_effective_clip_path to get the current visible area instead of manuall...
Tor Andersson
7
-223
/
+37
2010-06-30
Balance transparency group and gsave/grestore calls when returning with errors.
Tor Andersson
7
-15
/
+115
2010-06-29
revert back to 11450.
Henry Stiles
8
-116
/
+15
2010-06-29
Add the new LCMSPLATFORM definition to the Windows makefiles for non PostScri...
Ken Sharp
1
-0
/
+1
2010-06-29
Balance transparency group and gsave/grestore calls when returning with errors.
Tor Andersson
7
-15
/
+115
2010-06-25
A gs_gsave that should have been a gs_grestore was causing device reference c...
Ken Sharp
1
-1
/
+1
2010-06-25
Fix bug where image->colorspace was still treated as an enum.
Tor Andersson
1
-5
/
+2
2010-06-25
Move ICC wrapper colorspace out of the xps context.
Tor Andersson
9
-315
/
+224
2010-06-23
Add error propagation in a few more places.
Tor Andersson
2
-5
/
+11
2010-06-22
Don't throw errors in png_has_alpha function.
Tor Andersson
1
-6
/
+14
2010-06-22
Whitespace and indentation fixes.
Tor Andersson
11
-67
/
+61
2010-06-22
Add error propagation where it is missing, and remove error returns where the...
Tor Andersson
21
-585
/
+545
2010-06-21
Enhancement to XPS interpreter - add high level pattern support
Ken Sharp
4
-5
/
+101
2010-06-15
Addition of code to use new icc color architecture in xps rendering. Tor to ...
Michael Vrhel
10
-81
/
+382
2010-06-04
Turn image interpolation back on for xps. It was accidentally turned off in ...
Michael Vrhel
1
-1
/
+1
2010-06-04
Change so that we avoid double decoding of images in xps code. Previously we...
Michael Vrhel
5
-16
/
+199
2010-06-01
Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...
Michael Vrhel
1
-1
/
+1
2010-05-28
Fix indentation error.
Tor Andersson
1
-1
/
+1
2010-05-28
Catch and swallow image loading errors when scanning a page for transparency.
Tor Andersson
1
-3
/
+12
2010-05-28
Add a sanity NULL-check when accessing INDEX tables in the CFF parser.
Tor Andersson
1
-0
/
+3
2010-05-05
More work towards bug 691207 (global variable removal).
Robin Watts
1
-1
/
+1
2010-05-05
More work for bug 691207 (remove global vars). Change the gp_ interface and
Robin Watts
1
-1
/
+4
2010-05-04
As part of the efforts towards bug 691207 (global variables must be removed)
Robin Watts
2
-4
/
+4
2010-04-27
Continuation of r11139 -- update to the latest working version of xpsdoc.c.
Tor Andersson
1
-212
/
+210
2010-04-27
Restore xpsdoc.c that was erroneously removed in r11133.
Tor Andersson
1
-0
/
+297
2010-04-26
Remove file that snuck in by mistake in rev 11132.
Tor Andersson
1
-295
/
+0
2010-04-26
Add support for parsing unzipped XPS files.
Tor Andersson
5
-35
/
+171
2010-04-26
Rename xpszipseek.c to xpszip.c.
Tor Andersson
2
-3
/
+3
2010-04-26
Simplify ZIP parsing.
Tor Andersson
13
-1546
/
+302
2010-04-22
Conform to coding style: function return values should be on a separate line.
Tor Andersson
6
-21
/
+42
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
28
-38
/
+0
2010-04-22
Remove stray tabs that were added by mistake.
Tor Andersson
1
-2
/
+2
2010-04-20
Use safe length checked string functions instead of strcpy and strcat.
Tor Andersson
10
-37
/
+92
2010-04-20
Update GhostXPS copyright blobs for year 2010.
Tor Andersson
32
-32
/
+32
2010-04-20
Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...
Tor Andersson
26
-3368
/
+3382
[next]