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
/
gs
/
src
/
gdevpdfm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-05
Update licence headers. Copyright has been transfered from artofcode LLC
Ralph Giles
1
-1
/
+1
2007-03-26
Clear a Purify warning. Fix yet another case where a non-0-terminated string
Alex Cherepanov
1
-1
/
+6
2007-01-31
Fix : gcc warnings.
Igor Melichev
1
-1
/
+1
2007-01-31
Fix : Cygwin/gcc warnings.
Igor Melichev
1
-1
/
+1
2007-01-23
Fix (pdfwrite) : A crash when /OUT pdfmark refers to undefined node.
Igor Melichev
1
-8
/
+14
2006-09-21
Fix (pdfwrite) : Don't use sscanf on a non 0-terminated PS strings.
Igor Melichev
1
-10
/
+10
2006-09-20
Fix Valgrind warnings: (1) don't use sscanf on a non 0-terminated PS strings.
Alex Cherepanov
1
-5
/
+12
2006-03-13
changed copyright headers
Stefan Kemper
1
-13
/
+10
2005-12-15
Continuation of previous patch for another branch to handle the /URI key
Ray Johnston
1
-1
/
+7
2005-12-05
Change handling of /URI key/value pair in pdfmark parameters to move it
Ray Johnston
1
-0
/
+10
2005-11-14
Fix (pdfwrite) : /BP pdfmark could create dead PDF objects (continiued).
Igor Melichev
1
-17
/
+74
2005-10-17
Fix (pdfwrite) : /BP pdfmark could create dead PDF objects (continiued).
Igor Melichev
1
-7
/
+11
2005-09-06
Fix (pdfwrite) : /BP pdfmark could create dead PDF objects.
Igor Melichev
1
-18
/
+36
2005-06-06
ps2write : A named resource maintenance.
Igor Melichev
1
-1
/
+12
2004-10-07
Fix initialization of C stack streams that did not perform s_init().
Ray Johnston
1
-1
/
+4
2004-09-21
Fix (pdfwrite) : Generate an error message when pdfmark points beyond the las...
Igor Melichev
1
-0
/
+2
2004-07-15
Fix (pdfwrite) : Discard the output file seekability requirement in the /PS p...
Igor Melichev
1
-66
/
+66
2004-07-13
Fix (pdfwrite) : Wrong /Matrix from /BP pdfmark (continued).
Igor Melichev
1
-1
/
+1
2004-07-08
ps2write step 18 : Fix : Length was written to a wrong file position.
Igor Melichev
1
-2
/
+2
2004-07-05
ps2write step 4 : Stream data length must preceed the stream.
Igor Melichev
1
-7
/
+23
2004-06-30
Fix (pdsfwrite) : Compression of XObjects implicitely depended on CompressFonts.
Igor Melichev
1
-1
/
+2
2004-06-16
Fix (pdfwrite) : Allow named object reference in the Action key of /ANN pdfmark.
Igor Melichev
1
-0
/
+13
2004-06-10
(pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio...
Igor Melichev
1
-1
/
+1
2004-05-26
Fix (pdfwrite) : Wrong /Matrix from /BP pdfmark.
Igor Melichev
1
-28
/
+35
2004-05-25
Fix (pdfwrite) : Form XObject`s /BBox could contain reals in exponential format.
Igor Melichev
1
-3
/
+5
2004-03-14
Fix (pdfwrite) : XObject's resources were placed wrongly.
Igor Melichev
1
-3
/
+6
2004-03-09
Fix (pdfwrite) : Annotations encrypted with a wrong object id.
Igor Melichev
1
-0
/
+1
2003-12-04
Fix : Cygwin/gcc compiler claimed possibly uninitialized variables.
Igor Melichev
1
-0
/
+2
2003-11-11
Use [/XYZ null null null] as a default destination following the Distiller
Alex Cherepanov
1
-1
/
+1
2003-08-20
Removing the obsolete code PATTERN_STREAM_ACCUMULATION 0 .
Igor Melichev
1
-116
/
+3
2003-05-22
Fix (pdfwrite) : Convert Type 0 fonts with multiple CID font descendents into
Igor Melichev
1
-1
/
+0
2003-04-22
Applying the generic stream accumulation method to /BP pdfmark.
Igor Melichev
1
-0
/
+38
2003-04-21
A preparation for non-convert PatternType 1 to rasters with pdfwrite.
Igor Melichev
1
-19
/
+4
2002-12-10
(pdfwrite) : Implementing /PAGELABEL pdfmark.
Igor Melichev
1
-9
/
+106
2002-10-25
Fix (pdfwrite) : Wrong allocator was used for pdfmark objects.
Igor Melichev
1
-2
/
+2
2002-09-01
Fix: Write named COS objects which go out of scope with the
Igor Melichev
1
-0
/
+1
2002-06-16
Fix: Implementing pdfmark stream compression.
Igor Melichev
1
-4
/
+55
2002-06-15
Improves a few comments, and changes pdf_write_font_resources to
L Peter Deutsch
1
-1
/
+1
2002-06-14
Implements namespaces (/NamespacePush, /NamespacePop pdfmarks) and the /NI
L Peter Deutsch
1
-4
/
+13
2002-06-13
Workaround for unimplemented NI, to avoid later typechecks on
Raph Levien
1
-1
/
+4
2002-06-12
Implements the /APPEND pdfmark.
L Peter Deutsch
1
-1
/
+10
2002-06-12
Adds stubs for the new PDF 1.4 pdfmark types, and clearly marks all
L Peter Deutsch
1
-25
/
+83
2002-05-22
Fix: Prevent call to pdfmark_make_dest when no /Page or /View is
Raph Levien
1
-11
/
+2
2002-04-12
Removes all tests for pdfwrite CompatibilityLevel < 1.2, since these are
L Peter Deutsch
1
-3
/
+1
2002-04-11
Changes two calls of cos_dict_find to cos_dict_find_c_key (hygiene only).
L Peter Deutsch
1
-3
/
+2
2002-02-21
Reverts to marking files with the single Id cvs tag instead of the
Ralph Giles
1
-1
/
+1
2002-02-21
Update banner to the new format common to all releases (AFPL, GPL and
Ray Johnston
1
-13
/
+11
2001-09-04
Type casts added for OpenVMS
Jacob Jansen
1
-1
/
+2
2001-07-24
Interprets bookmarks (/OUT pdfmarks) lacking both Action and Dest keys as a
L Peter Deutsch
1
-0
/
+9
2001-07-15
Capitalizes a macro, and replaces two other macros with variables.
L Peter Deutsch
1
-19
/
+19
[next]