summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-21When we are growing an fz_buffer, ensure it doesn't stay 0 sized.Robin Watts
2012-09-21Move defaulting of image params into predictor function.Robin Watts
2012-09-19Android: make bitmap creation part of the synchronised drawPage methodPaul Gardiner
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-19Forms: ensure result from alert callback is passed back to callerPaul Gardiner
2012-09-19Forms: handle 'additional' actions for mouse up and mouse downPaul Gardiner
2012-09-19Forms: correct bug in form resetPaul Gardiner
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-18Forms: support property access in the javascript enginePaul Gardiner
2012-09-18Forms: improve cpp/c interface regarding exceptionsPaul Gardiner
2012-09-18Forms: document event apiPaul Gardiner
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-09-06Update android makefile to build with the newly merged forms code.Tor Andersson
2012-09-04Tweak fz_keep_stream to cope with NULL.Robin Watts
2012-09-04Tweak to allow building on metro.Robin Watts
2012-09-04Make pdf resource localisation procedure non-static.Robin Watts
2012-09-04Tweak VS solution to solve build issues.Robin Watts
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