summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-08-10Forms: alter the handling of the javascript event objectPaul Gardiner
2012-08-09Fix bug 693245: pdf_new_rect()'s implementation is questionablePaul Gardiner
2012-08-08Give a warning when we ignore a transfer function.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-07Fix various problems with linearisation when saving.Robin Watts
2012-08-07Forms: simple appearance generation for choice widgetsPaul Gardiner
2012-08-07When updating an xobject's contents also reset the LengthPaul Gardiner
2012-08-07Forms: for choices with a single selection avoid an unnecessary arrayPaul Gardiner
2012-08-07Forms: mark choice field dirty after value change (and fix error handling)Paul Gardiner
2012-08-06Fix leak of page objects/refs for documents without page treeSebastian 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-06Free entire type3 font descriptor upon loding error, not just the fontSebastian 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-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-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-03Forms: move javascript utility filePaul Gardiner
2012-08-02Fix bug in writing of strings: backslash not quotedPaul Gardiner
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-08-02Add missing virtual function setupPaul Gardiner
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-08-01Enable pdf_print_xref in release builds; required for pdfshow.Robin Watts
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-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