summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-09-04Make pdf resource localisation procedure non-static.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-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-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-16Forms: correct the mechanism for detecting failed field validationsPaul Gardiner
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-16Silence some warnings.Robin Watts
2012-08-16Forms: respond to failed validation in windows appPaul 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-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