summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-15Implement a better workaround for PDF files with off-by-one errors in the xref.Tor Andersson
2008-08-15Don't think we've run out of data just quite yet (when there are bits left in...Tor Andersson
2008-08-14Pass the reference to load composite functions so we can read the stream, ins...Tor Andersson
2008-08-14Fix silly typo in function name.Tor Andersson
2008-08-14Title in outline trees can be indirect. Allow outline->title to be nil.Tor Andersson
2008-08-14Remove unused type and struct member for link annotations.Tor Andersson
2008-08-14Changed error message.Tor Andersson
2008-08-14Width, Height and BPC may be indirect objects in image dictionaries.Tor Andersson
2008-08-14Allow off-by-one errors in PDF xref size (because of broken pdftex)Tor Andersson
2008-08-14Parse entire Index array in new-style xref sections.Tor Andersson
2008-08-14fix a crash when pdf_repairxref() fails caused by double-freeing of xref->fil...Tor Andersson
2008-08-14clean up global state on abort in pdftool (kjk)Tor Andersson
2008-08-14fix memleak of xref->file and xref->table if pdf_loadxref fails (kjk)Tor Andersson
2008-08-14fix memleaks on error conditions to make working with mem leak detection tool...Tor Andersson
2008-08-14Remove unneccesary reference counting in the error objects.Tor Andersson
2008-08-14Double the buffer size each time it needs to grow instead of incrementing it ...Tor Andersson
2008-08-14empirically, MS_ENC_UNI_FULL_REPETOIRE is utf-16 and can be decoded by decode...Tor Andersson
2008-08-14fix winmain.c compilation: pdf_crypt.n was renamed to pdf_crypt.len (kjk)Tor Andersson
2008-08-14vs 2008 compatibility (kjk)Tor Andersson
2008-08-14Whitespace fixes.Sebastian Rasmussen
2008-08-14add names for permission flags (kjk)Tor Andersson
2008-08-14Print freetype error messages.Sebastian Rasmussen
2008-08-09Fixed scope bug in an unused(!) function.Tor Andersson
2008-08-08Change debug pixmap to use a static counter instead.Tor Andersson
2008-08-08Removed potential race-condition and fixed potentially lost file handle in pi...Sebastian Rasmussen
2008-08-08Check the correct pointer after allocating a mesh in shade5 loading.Tor Andersson
2008-08-07Paranoia check that paths begin with a moveto in stroking logic.Tor Andersson
2008-08-07Silence a warning that the output array may be accessed uninitialized.Tor Andersson
2008-08-07Forgot to retrieve error object in a few calls.Tor Andersson
2008-08-07Read ZIP parameter to flate encoder properly.Tor Andersson
2008-08-07Fix static buffer overrun in fz_gammapixmap (it was the wrong size).Tor Andersson
2008-07-19Removed incorrectly dropped objects in parsing of shading functions.Sebastian Rasmussen
2008-07-12Take care of spurious whitespace when parsing xref.Sebastian Rasmussen
2008-07-12Added support for component shading functions.Sebastian Rasmussen
2008-07-08Support referencing color spaces lacking arguments in arrays.Sebastian Rasmussen
2008-07-07Allow for page bounds to be indirectly referenced.Sebastian Rasmussen
2008-07-07Make sure that PDF version is correctly parsed.Sebastian Rasmussen
2008-07-06Attempt to recover from missing page resources.Sebastian Rasmussen
2008-07-06Print warning for malformed shading function stitching bounds instead of abor...Sebastian Rasmussen
2008-07-06Added support for prefixing filenames when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for sequence numbering of images when doing pixmap debugging.Sebastian Rasmussen
2008-07-06Improved variable naming when debugging pixmaps.Sebastian Rasmussen
2008-07-06Added support for debugging pixmap with one component and alpha.Sebastian Rasmussen
2008-07-06Applied local idiom for pixmap debugging.Sebastian Rasmussen
2008-07-06Added support for debugging CMYK pixmaps with alpha.Sebastian Rasmussen
2008-07-01Fix band height calculation bug.Tor Andersson
2008-06-30Correct rounding in image scale.Glenn Kennard
2008-06-30Whitespace fix.Tor Andersson
2008-06-30Don't sort empty cmaps.Tor Andersson
2008-06-23Handle imagemasks with colorspace by ignoring the colorspace. Also check bits...Sebastian Rasmussen