summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-24Handle exponential pdf functions with malformed constantsTor Andersson
2012-07-23Warn about out of range values for exponential pdf functionsSebastian Rasmussen
2012-07-23Handle sampled pdf function dimensionalitySebastian Rasmussen
2012-07-23Handle pdf functions with malformed input/output mappingsSebastian Rasmussen
2012-07-23Handle pdf function evaluation with wrong number of inputs/outputsSebastian Rasmussen
2012-07-23Handle pdf functions with too many inputsSebastian Rasmussen
2012-07-23Provide number of inputs/outpus when loading pdf functionsSebastian Rasmussen
2012-07-23Clamp number of pdf function inputs/outputsSebastian Rasmussen
2012-07-23Remove redundant check in pdf function codeSebastian Rasmussen
2012-07-23Whitespace fixes in code for pdf functions.Sebastian Rasmussen
2012-07-23Fix encryption key length checkSebastian Rasmussen
2012-07-23Prefer larger Width value if more than one is given for each glyph.Tor Andersson
2012-07-23Fallback case for type 1 fonts without encoding and non-standard glyph names.Tor Andersson
2012-07-23Tweak some font encoding heuristics.Tor Andersson
2012-07-23Only warn if ToUnicode CMap cannot be loaded.Tor Andersson
2012-07-23Don't encode MS-Symbol encoded fonts by glyph names.Tor Andersson