summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-14Fix bug 693229: Mupdf/android has inconsistent search phrase highlightingPaul Gardiner
2012-08-13Android: react to menu button.Paul Gardiner
2012-08-13bug 693225 android: Can't easily switch to last page using seek barPaul Gardiner
2012-08-13Android: react to search buttonPaul Gardiner
2012-08-13Fix android build after last thirdparty updatePaul Gardiner
2012-08-12Fix comparison typo in encryption codeSebastian Rasmussen
2012-08-10Forms: handle Keystroke and Validate actionsPaul Gardiner
2012-08-10Forms: move js-side event setup out of execute_actionPaul Gardiner
2012-08-10Forms: alter the handling of the javascript event objectPaul Gardiner
2012-08-09Forms: fix windows build after mergePaul 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-08Consistent use of whitespace in XML in trace device. Also print image size.Tor Andersson
2012-08-08ios: Bump version number.Tor Andersson
2012-08-08ios: use viewWillLayoutSubviews instead of layout out only after rotation.Tor Andersson
2012-08-08Add delete button to iOS library view.Tor Andersson
2012-08-08Merge branch 'master' into formsPaul Gardiner
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-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-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