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