summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-09Fix off by one in faxd boundary checking.Sebastian Rasmussen
2009-05-23Removed dumping of images from pdfshow.Sebastian Rasmussen
2009-05-23Added separate image/font extraction tool.Sebastian Rasmussen
2009-05-23Fix typos in pdfshow usage text.Sebastian Rasmussen
2009-05-23Fix bug where usage and capacity of page tree array got mixed.Sebastian Rasmussen
2009-05-23Do bounds checking for faxd scanlines.Sebastian Rasmussen
2009-05-10Properly drop xref when object has been shown.Sebastian Rasmussen
2009-05-10Fix bug where image scaling accessed data outside of buffer.Sebastian Rasmussen
2009-05-05Improve error message for invalid EOL sequence.Sebastian Rasmussen
2009-05-05Improve unknown xobject error messages.Sebastian Rasmussen
2009-05-21Document the unnecessary nature of the dynalab hack with recent freetype vers...Tor Andersson
2009-05-03Dump images as pnm if decoded and shown in binary.Sebastian Rasmussen
2009-05-03Handle pdfs with unexpected whitespace in xref.Sebastian Rasmussen
2009-05-03Fix spelling error.Sebastian Rasmussen
2009-05-03Improve error message when detecting unknown xref format.Sebastian Rasmussen
2009-05-03Print warning when image width or height is zero.Sebastian Rasmussen
2009-05-03Improve guessing when font type is missing.Sebastian Rasmussen
2009-05-03Take care of error cases when enlarging page tree runs out of memory.Sebastian Rasmussen
2009-05-03Allocate space for more pages to alleviate unnecessary reallocs.Sebastian Rasmussen
2009-05-02Make room for null when printing objects.Sebastian Rasmussen
2009-05-02Handle fonts that are missing descendant fonts or cid info.Sebastian Rasmussen
2009-05-02Fix typo in pdfinfo.Sebastian Rasmussen
2009-05-02Handle shadings with missing colorspace.Sebastian Rasmussen
2009-05-02Improve error message for missing vertex to color mapping for shadings.Sebastian Rasmussen
2009-05-02Handle missing function in shading dictionary.Sebastian Rasmussen
2009-05-02Handle missing list of pages in page tree.Sebastian Rasmussen
2009-05-02Handle missing page count in page tree by dynamically enlarging it.Sebastian Rasmussen
2009-05-02Handle corrupt stitching functions in shading dictionaries.Sebastian Rasmussen
2009-05-02Improve error message for missing font.Sebastian Rasmussen
2009-05-02Handle images that are missing bits per component.Sebastian Rasmussen
2009-05-02Handle missing width or height for images.Sebastian Rasmussen
2009-05-02Handle missing colorspace for inline images.Sebastian Rasmussen
2009-05-02Handle missing page bounds.Sebastian Rasmussen
2009-05-02Handle corrupt stream dictionary.Sebastian Rasmussen
2009-05-01Report erroneous tokens in dictionaries properly.Sebastian Rasmussen
2009-05-01Not getting meta information is not fatal.Sebastian Rasmussen
2009-05-01Improve xref log prints with location.Sebastian Rasmussen
2009-05-01Add aging and LRU eviction of items in store.Sebastian Rasmussen
2009-05-01Make use of aging and eviction of items in store to enable caching of items b...Sebastian Rasmussen
2009-05-01Handle fonts with unknown type by qualified guesses.Sebastian Rasmussen
2009-04-30Interpret empty objects as the null object.Sebastian Rasmussen
2009-04-26Fix warning concerning buffer for embedded fonts.Sebastian Rasmussen
2009-04-26Get rid of that pesky warning about strdup not being available.Sebastian Rasmussen
2009-03-08Fix whitespace issues.Sebastian Rasmussen
2009-04-24Use the correct format specifier for size_t in fz_strdup.Ralph Giles
2009-04-08Resolve the key string/name in the name tree before inserting the object into...Tor Andersson
2009-04-08Warn when closing an empty path instead of aborting.Tor Andersson
2009-04-08Use a slower but correct division in image bit depth scaling/clamping.Tor Andersson
2009-04-08Various MSVC fixes.Tor Andersson
2009-04-08Add ETenms-B5-H CMap which is not listed in the PDF spec but often used.Tor Andersson