summaryrefslogtreecommitdiff
path: root/mupdf
AgeCommit message (Expand)Author
2009-07-05Check pointer before dropping page's display tree.Sebastian Rasmussen
2009-07-04Remove duplicate insert/keep of object into xref when repairing pdfs.Sebastian Rasmussen
2009-07-03Remove accidentally committed debug print.Sebastian Rasmussen
2009-07-03Move cleanup to after the variables are used.Tor Andersson
2009-07-03Fix typo in compiler-warning-silencing variable initialization.Tor Andersson
2009-07-03Use StandardEncoding for non-embedded simple fonts without a BaseEncoding.Tor Andersson
2009-07-03Improve error messages in fontdump tool.Tor Andersson
2009-07-03Change confusing name from drop to free.Tor Andersson
2009-07-02More reference counting cleanups.Tor Andersson
2009-07-02FT_Get_Advance was introduced in FT 2.3.8 not in 2.3.9, update the ifdef macr...Tor Andersson
2009-07-02Stop infinite recursion in pdf_crypt.Tor Andersson
2009-07-02Remove some stray fz_dropobj calls that shouldn't be there.Tor Andersson
2009-07-01Fix uninitialized variable warnings.Tor Andersson
2009-07-01Add FT_Get_Advance fallback replacement for freetype < 2.3.9.Tor Andersson
2009-07-01Remove unuseful test for DynaLab fonts.Tor Andersson
2009-06-30Remove unused variable.Sebastian Rasmussen
2009-06-30Ensure that an object really is a name before passing fz_toname to strcmp, so...Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-06-29Print warning when ignoring transfer functions.Sebastian Rasmussen
2009-06-28Print warning when page contents are missing.Sebastian Rasmussen
2009-06-28Throw errors on invalid indirect references in dicts.Sebastian Rasmussen
2009-06-28Throw errors on invalid keys in dicts.Sebastian Rasmussen
2009-06-27Keep name tree sorted to speed up insertion in big trees.Sebastian Rasmussen
2009-06-27Check if links exist before dropping them.Sebastian Rasmussen
2009-06-25Remove evicted resources properly from store list.Sebastian Rasmussen
2009-06-25Add support for OpenJPEG library to decode JPX streams.Tor Andersson
2009-06-23Preload XObject group attributes properly, including transparency.Sebastian Rasmussen
2009-06-23Handle JBIG2 stream global segment dictionary entry.Sebastian Rasmussen
2009-06-22Initialize stmofs variable in warning case too.Tor Andersson
2009-06-22Correct indentation of a switch case.Tor Andersson
2009-06-21Properly check exponential function array boundaries. Fixes 690555.Sebastian Rasmussen
2009-06-16Give an error message for zero sized pages.Tor Andersson
2009-06-16Resolve Differences array if it is an indirect object in Encoding dictionary....Tor Andersson
2009-06-11Re-enable text extraction functions.Tor Andersson
2009-06-10Update the included COPYING file to the GPLv3.Ralph Giles
2009-06-10Handle pdfs with invalid range markers in xref.Sebastian Rasmussen
2009-05-23Fix bug where usage and capacity of page tree array got mixed.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-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-02Handle fonts that are missing descendant fonts or cid info.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