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-21 | Fix (PDF interpreter, pdfwrite) : Transparently pass unusialrenedering modes. | Igor Melichev | 1 | -1/+1 |
2007-01-22 | Fix (pdfwrite) : Handle an invalid Type 3 font that misses | Igor Melichev | 1 | -1/+8 |
2006-11-03 | Fix: Change /.OrigFont key to /OrigFont to match (undocumented) Adobe | Raph Levien | 1 | -1/+1 |
2006-09-22 | Fix : Cygwin/gcc warnings. | Igor Melichev | 1 | -2/+1 |
2006-09-21 | Fix (pdfwrite) : Wrinting a PDF/A, convert True Type fonts into CIDFontType2 ... | Igor Melichev | 1 | -0/+26 |
2006-09-19 | Fix (pdfwrite) : Uninitialized variables. | Igor Melichev | 1 | -3/+1 |
2006-09-13 | Fix (pdfwrite) : CIDFontType2 must not embed into PDF 1.2 . | Igor Melichev | 1 | -0/+3 |
2006-09-13 | Fix (pdfwrite) : Improve the encoding choice for 'glyphshow'. | Igor Melichev | 1 | -18/+227 |
2006-09-07 | Fix (pdfwrite) : Provide a conservative choice of BaseEncoiding. | Igor Melichev | 1 | -3/+20 |
2006-09-04 | Fix (ps2write) : Didn't write the OPDFRead procset. | Igor Melichev | 1 | -1/+1 |
2006-08-18 | Fix (pdfwrite) : Quiet the heal validation procedure. | Igor Melichev | 1 | -0/+10 |
2006-03-13 | changed copyright headers | Stefan Kemper | 1 | -13/+10 |
2006-02-09 | Fix (pdfwrite) : Handle charpath with default implementation. | Igor Melichev | 1 | -0/+3 |
2006-02-06 | Fix (pdfwrite) : Allow instandard glyph names when synthesising an Encoding f... | Igor Melichev | 1 | -3/+8 |
2006-01-29 | Fix (pdfwrite) : Avoid the dependency of a charproc on char code, step 6. | Igor Melichev | 1 | -2/+0 |
2006-01-29 | Fix (pdfwrite) : Avoid the dependency of a charproc on char code, step 5. | Igor Melichev | 1 | -25/+35 |
2006-01-27 | Fix (pdfwrite) : Avoid the dependency of a charproc on char code, step 4. | Igor Melichev | 1 | -1/+2 |
2006-01-26 | Fix (pdfwrite) : Avoid the dependency of a charproc on char code, step 2. | Igor Melichev | 1 | -17/+2 |
2006-01-26 | Fix (pdfwrite) : Avoid the dependency of a charproc on char code, step 1. | Igor Melichev | 1 | -29/+61 |
2006-01-25 | pdfwrite : Implementing composite fonts with Type 3 descendents (continued). | Igor Melichev | 1 | -3/+7 |
2006-01-25 | pdfwrite : Implementing composite fonts with Type 3 descendents. | Igor Melichev | 1 | -25/+64 |
2006-01-13 | Fix (pdfwrite) : Type 3 font indeterminizm. | Igor Melichev | 1 | -0/+1 |
2005-11-13 | Fix (pdfwrite) : Prevent a crash due to an incorrect Encoding of a Type 42 font. | Igor Melichev | 1 | -0/+2 |
2005-11-09 | Fix (pdfwrite) : Provide Resources dictionary for Type 3 fonts. | Igor Melichev | 1 | -0/+4 |
2005-10-12 | Fix (pdfwrite) : Skip a clip path, which is set by setcachedevice (continued ... | Igor Melichev | 1 | -8/+6 |
2005-07-20 | Fix (pdfwrite, ps2write) : Synthesized bitmap fonts had zero character width ... | Igor Melichev | 1 | -4/+2 |
2005-04-05 | pdfwrite : Implementing a viewer's resource memory control, part 1. | Igor Melichev | 1 | -0/+9 |
2005-04-04 | pdfwrite : Improve the font handling options. | Igor Melichev | 1 | -5/+3 |
2005-04-04 | ps2write : Improve the font handling options. | Igor Melichev | 1 | -17/+13 |
2005-01-24 | Fix (pdfwrite) : Cygwin/gcc warnings. | Igor Melichev | 1 | -0/+2 |
2005-01-13 | (ps2write) : Convert unsupported font types into bitmap fonts. | Igor Melichev | 1 | -0/+24 |
2005-01-13 | (ps2write) : Require lesser encoding resources. | Igor Melichev | 1 | -4/+18 |
2005-01-11 | [Log message beg] | Igor Melichev | 1 | -0/+12 |
2004-12-15 | Fix : A hang adding over 256 glyphs for a stable font copy. | Igor Melichev | 1 | -1/+2 |
2004-11-16 | Fix (pdfwrite) : Page context stream was not properly formed when starts with... | Igor Melichev | 1 | -1/+1 |
2004-11-01 | Fix (pdfwrite) : Forget cancelled resources. | Igor Melichev | 1 | -0/+1 |
2004-10-20 | Fix (pdfwrite) : Glyph positions were wrong for vertical CID fonts (continued). | Igor Melichev | 1 | -10/+40 |
2004-10-15 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -14/+23 |
2004-10-15 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -116/+96 |
2004-10-14 | Fix (pdfwrite) : Fixing some Type 3 encoding problems. | Igor Melichev | 1 | -0/+2 |
2004-09-22 | CDevProc|Metrics|Metrics2 did not work with CIDFontType 0. | Igor Melichev | 1 | -1/+7 |
2004-08-18 | Fix (pdfwrite) : Check for glyph name conflicts while font merging. | Igor Melichev | 1 | -5/+11 |
2004-08-18 | Fix (pdfwrite) : Wrong glyph positions with CIDFontType2 with no vmtx. | Igor Melichev | 1 | -3/+9 |
2004-07-29 | 1. Fix (PS interpreter) : The FontBBox validation check was too strong. | Igor Melichev | 1 | -0/+11 |
2004-07-01 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -1/+3 |
2004-06-18 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -1/+1 |
2004-06-02 | Fix (pdfwrite) : 1. After used a process color, continue using it for same cl... | Igor Melichev | 1 | -0/+2 |
2004-06-01 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -1/+3 |
2004-06-01 | (pdfwrite) : Implementing a dynamic recongnition for Type 3 charproc variatio... | Igor Melichev | 1 | -13/+28 |