summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-04Fix Release and Memento builds under VS.Robin Watts
2012-09-04Improve error message when an object is missing from the xref.Tor Andersson
2012-09-04Fix error message/comment typos.Sebastian Rasmussen
2012-09-04Prevent recursive image soft masks from being loadedSebastian Rasmussen
2012-09-04Don't adjust stream lengths for encrypted documents when repairingSebastian Rasmussen
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-31Forms: rework form reset action to use new method introduced for JSPaul Gardiner
2012-08-31Forms: implement javascript doc.resetForm methodPaul Gardiner
2012-08-31Forms: provide js engine method for determining object typePaul Gardiner
2012-08-31Forms: don't focus hidden fieldsPaul Gardiner
2012-08-31Forms: keep checkbox and radio button values up to datePaul Gardiner
2012-08-29Forms: implement javascript Field.display propertyPaul Gardiner
2012-08-29Handle missing clear codes in LZW.Sebastian Rasmussen
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-27Add DOM object "app" initially with no properties or methods.Paul Gardiner
2012-08-24Forms: avoid javascript action execution when engine not availablePaul Gardiner
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
2012-08-23Silence some warnings.Robin Watts
2012-08-23Mupdfinfo: Cope with zero page pdf files.Robin Watts
2012-08-23Update Memento to match the version in gs.Robin Watts
2012-08-23Forms: allow for globally-defined javascript as string, rather than streamPaul Gardiner
2012-08-23Forms: fix typo in javascript utility functionsPaul Gardiner
2012-08-23Fix bug introduced in preceding commitPaul Gardiner
2012-08-22Forms: convert js field names from utf8 to pdf-doc before lookupPaul Gardiner
2012-08-21Forms: implement a few more utility functionsPaul Gardiner
2012-08-20Forms: treat NULL event value as "" in pdf_js_setup_eventPaul Gardiner
2012-08-16Forms: handle pdf_js_setup_event being passed it's own internal valuePaul Gardiner
2012-08-16Javascript: implement main Keystroke and Validate functionsPaul Gardiner
2012-08-16ios: Use fz_max and fz_min inline functions instead of MAX/MIN macros.Tor Andersson
2012-08-16Forms: correct the mechanism for detecting failed field validationsPaul Gardiner
2012-08-16Fix 64-bit integer typedefs for MSVC.Tor Andersson
2012-08-16Bump version numbers to 1.1Tor Andersson
2012-08-16Use ULL suffix for SHA512 constants.Tor Andersson
2012-08-16Android: fix divide by zero errorPaul Gardiner
2012-08-16Read unsigned numbers in PNG parser to avoid negative numbersSebastian Rasmussen
2012-08-16Adjust out of range tests for encryption key lengthsSebastian Rasmussen
2012-08-16Add PDF 1.7 ExtensionLevel 8 encryption algorithmSebastian Rasmussen
2012-08-16Add SHA-384/-512 hash algorithmsSebastian Rasmussen
2012-08-16Prepare for addition of SHA-384/-512Sebastian Rasmussen
2012-08-16Make 64-bit integers available everywhere in fitzSebastian Rasmussen
2012-08-16Instead of giving error, throw exception when password is invalidSebastian Rasmussen
2012-08-16Silence some warnings.Robin Watts
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-14Fix bug 693276: Mupdf/android gui widget overlapPaul Gardiner
2012-08-14Android: further increase the page-slider's resolution for small docsPaul Gardiner
2012-08-14Android: ensure the search dialog appears with correct initial progressPaul Gardiner
2012-08-14Fix bug 693227: Counter intuitive message on searching to last pagePaul Gardiner
2012-08-14Fix bug 693229: Mupdf/android has inconsistent search phrase highlightingPaul Gardiner