summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-07Update VS solutions to new thirdparty files.Robin Watts
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-07Fix various problems with linearisation when saving.Robin Watts
2012-08-06Fix leak of page objects/refs for documents without page treeSebastian Rasmussen
2012-08-06Check for a display list before trying to render it in pdfappSebastian Rasmussen
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Handle out of range encoding differences for type3 fontsSebastian Rasmussen
2012-08-06Rewording of warning messages for PDF functionsSebastian Rasmussen
2012-08-06Add option to mudraw to process further files upon errorSebastian Rasmussen
2012-08-06Free jpeg state upon decoding error, even if not fully initedSebastian Rasmussen
2012-08-06Free entire type3 font descriptor upon loding error, not just the fontSebastian Rasmussen
2012-08-06Check whether font in xps has charmap before using itSebastian Rasmussen
2012-08-06Make fz_open_file_*() always throw exceptions upon errorSebastian Rasmussen
2012-08-06Fix locking bug in path strokingSebastian Rasmussen
2012-08-06Update PDF metadata to include both PDF encryption version and revisionSebastian Rasmussen
2012-08-06Expose both PDF encryption version and revisionSebastian Rasmussen
2012-08-06Free old stroke state when initing graphics state from another stateSebastian Rasmussen
2012-08-06Free inline image dictionary upon error parsing imageSebastian Rasmussen
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-08-06Only warn on stitching function's sub function with wrong aritySebastian Rasmussen
2012-08-06Fix comparison of cmap table length against maximum valueSebastian Rasmussen
2012-08-06Upon parse error when repairing, make sure object stream is freedSebastian Rasmussen
2012-08-06Make sure images are freed upon loading errorSebastian Rasmussen
2012-08-06Add a make target for measuring code coverageSebastian Rasmussen
2012-08-06Free decoded jpx image upon errorSebastian Rasmussen
2012-08-06No need to drop object for which no reference has been keptSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-06Set refs to NULL in pdf repair so object are not freedSebastian Rasmussen
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-06Handle exceptions better in mupdfcleanSebastian Rasmussen
2012-08-06Fix bug where too many content stream operands cause eternal loopSebastian Rasmussen
2012-08-06Only warn once about ignoring rendering errorsSebastian Rasmussen
2012-08-06Handle invalid obj/gen numbers when repairing pdfsSebastian Rasmussen
2012-08-06Fix typo in PDF function codeSebastian Rasmussen
2012-08-06Always rebuild static libraries in unix, instead of updating themSebastian Rasmussen
2012-08-01Enable pdf_print_xref in release builds; required for pdfshow.Robin Watts
2012-07-27Fix typo in pdfshow.Tor Andersson
2012-07-27Fix typo in mudraw preventing tracking of slowest page drawSebastian Rasmussen
2012-07-26Handle negative or invalid character ranges in type3 fonts.Tor Andersson
2012-07-26Use integer clamping function instead of reimplementing itSebastian Rasmussen
2012-07-26Assume default value for negative sample function dimension sizeSebastian Rasmussen
2012-07-26Only resize xref if trailer size entry indicate more objectsSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream object range boundariesSebastian Rasmussen
2012-07-26Assume default values for negative image parametersSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream offsetsSebastian Rasmussen
2012-07-26Gracefully handle negative offset and objects in object streamSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream entry widthsSebastian Rasmussen
2012-07-25Exit in child process if fork/exec to open $BROWSER doesn't work.Tor Andersson
2012-07-24Add upper bound on size of sampled pdf functionsSebastian Rasmussen
2012-07-24Handle out of range pdf subfunction boundariesSebastian Rasmussen