summaryrefslogtreecommitdiff
path: root/fofi
AgeCommit message (Expand)AuthorFilesLines
2013-06-09Do not pollute global namespace with internal classesChristoph Duelli1-0/+18
2012-11-15Don't do a check for sanity that then we don't useAlbert Astals Cid1-26/+0
2012-11-14Remove unused codeAlbert Astals Cid2-668/+1
2012-09-09Fix invalid memory access in 61.pdf.asan.13.95Thomas Freitag2-8/+19
2012-03-28Fix another typo in macGlyphNamesAlbert Astals Cid1-2/+2
2012-03-28Fix typo in "mu" glyph name in truetype 'post' table standard mac orderingAdrian Johnson1-1/+2
2012-03-26CJK improvementsSuzuki Toshiya2-12/+43
2011-09-03xpdf303: Handle the case where sid < 0Carlos Garcia Campos1-1/+3
2011-09-03xpdf303: Initialize nFDs in FoFiType1C::parse()Carlos Garcia Campos1-0/+1
2011-09-03xpdf303: Check whether fdSelect is NULL before using itCarlos Garcia Campos1-4/+6
2011-09-03xpdf303: Add writePSString() helper function to FoFiType1CCarlos Garcia Campos2-18/+51
2011-09-02xpdf303: Add getGlyphName() to FoFiType1CCarlos Garcia Campos2-0/+16
2011-09-02xpdf303: Improvements in FoFiType1 parserCarlos Garcia Campos1-40/+35
2011-09-02xpdf303: Handle PFB headers in Type 1 font filesCarlos Garcia Campos2-0/+37
2011-09-02xpdf303: New signature of methods convertToCIDType0() and convertToType0()Carlos Garcia Campos4-34/+81
2011-09-01xpdf303: make gcc happyAlbert Astals Cid1-0/+2
2011-09-01xpdf303: Add getFontMatrix()Carlos Garcia Campos6-31/+127
2011-09-01xpdf303: Ignore entries that have an invalid tag tooCarlos Garcia Campos1-2/+6
2011-09-01xpdf303: Update cmap, name, post and os2 tables in FoFiTrueTypeCarlos Garcia Campos1-13/+16
2011-09-01xpdf303: Ignore any bogus entries in the table directoryCarlos Garcia Campos1-12/+13
2011-09-01xpdf303: codeToGID items can be < 0 nowCarlos Garcia Campos1-2/+10
2011-09-01xpdf303: Use int instead of Gushort for gid/cid mapsCarlos Garcia Campos4-21/+21
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid3-7/+7
2011-08-31xpdf303: Always define at least 256 glyphs for Type 0 fontsCarlos Garcia Campos2-8/+36
2011-08-31xpdf303: Different growing strategy for vmtxTab in FoFiTrueTypeCarlos Garcia Campos1-1/+1
2011-08-31xpdf303: Fix memory leak in FoFiTrueTypeCarlos Garcia Campos1-1/+3
2011-08-31xpdf303: Check for an invalid loca format field in the head table in FoFiTrue...Carlos Garcia Campos1-0/+7
2011-08-31Fix the buildCarlos Garcia Campos1-1/+1
2011-08-31xpdf303: Handle bogus loca table entries in FoFiTrueTypeCarlos Garcia Campos1-2/+7
2011-08-30xpdf303: Add FoFiIdentifierAlbert Astals Cid3-0/+674
2011-08-30xpdf303: Also check against INT_MAX in FoFiBaseAlbert Astals Cid1-5/+5
2011-08-30xpdf303: Introduce FoFiBase::getU32LEAlbert Astals Cid2-0/+16
2011-08-30xpdf303: Check for a zero-entry cmap table in FoFiTrueTypeCarlos Garcia Campos1-11/+17
2011-08-30xpdf303: Check for entries in the table directory with bogus tags in FoFiTrue...Carlos Garcia Campos1-5/+25
2011-08-30xpdf303: Handle bogus loca table entries in FoFiTrueTypeCarlos Garcia Campos1-0/+4
2011-08-30xpdf303: Use std::sort (with functors) in place of qsortCarlos Garcia Campos1-30/+25
2011-08-30xpdf303: char * -> const char *Albert Astals Cid9-27/+27
2011-07-10make files easier to include by themselvesAlbert Astals Cid1-0/+2
2011-06-20(C) for JimAlbert Astals Cid1-0/+1
2011-06-20don't gmalloc(-1) upon ftell failureJim Meyering1-0/+5
2010-09-21Fix crash in broken pdf (code < 0)Albert Astals Cid1-2/+3
2010-07-30Do not crash when using pdftops in some filesAlbert Astals Cid1-5/+7
2010-05-01Use strtok_r instead strtokJakub Wilk1-3/+5
2009-08-17Forgot to update copyright infoAlbert Astals Cid1-0/+14
2009-08-17Use gatof instead of atofAlbert Astals Cid1-1/+2
2009-05-20Fix pdftops crash on file from KDE bug 174899Albert Astals Cid1-1/+4
2008-12-12Be more helpful with bad boys that want to use poppler core directlyAlbert Astals Cid1-0/+10
2008-10-04Remove spurious //Albert Astals Cid1-1/+1
2008-10-04There are files that have more than one encoding definition per line, make th...Albert Astals Cid1-4/+24
2008-09-28If tables is null, don't try to write to file as it'll crash, fixes crash on ...Albert Astals Cid1-0/+4