summaryrefslogtreecommitdiff
path: root/pdf/pdf_js_none.c
AgeCommit message (Collapse)Author
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-02-20Bug 693639: be even more NULL in pdf_js_none.cTor Andersson
Thanks to zeniko.
2013-02-19Fix whitespace.Tor Andersson
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
Also add a function to report whether the core has javascript support, so that the additional features can be enabled only when the javascript engine is present
2012-08-24Forms: avoid javascript action execution when engine not availablePaul Gardiner
This was necessary to avoid indirecting through a NULL pointer returned from pdf_js_get_event, but is a generally sensible restriction. Also separate the execution of the document-level javascript actions from the pdf_js contstructor, so that doc->js is set during those actions. Also add a missing const
2012-08-10Forms: handle Keystroke and Validate actionsPaul Gardiner
2012-08-10Forms: alter the handling of the javascript event objectPaul Gardiner
2012-06-28Forms: implement javascript form-field formattingPaul Gardiner
Consists in adding JS function AFNumber_Format and updating the DOM to include event.value
2012-06-01Merge branch 'master' into formsPaul Gardiner
Conflicts: fitz/doc_document.c fitz/fitz-internal.h fitz/fitz.h fitz/stm_buffer.c pdf/mupdf-internal.h pdf/pdf_object.c pdf/pdf_xobject.c pdf/pdf_xref.c win32/mupdf.sln
2012-05-15Add a dummy pdf_js implementation for use in non-form-supporting buildsPaul Gardiner
The calc.pdf specific version of pdf_jsimp is no longer needed and hence dropped.