summaryrefslogtreecommitdiff
path: root/pdf/pdf_jsimp_cpp.h
AgeCommit message (Collapse)Author
2013-06-20Rearrange source files.Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2012-09-18Forms: support property access in the javascript enginePaul Gardiner
2012-09-18Forms: improve cpp/c interface regarding exceptionsPaul Gardiner
Three alterations: We were previously being careful to avoid throwing exceptions in the DOM-implementation callbacks because these were being called directly from C++. This commit adds three veneers that turn exceptions into warnings, hence allowing the callbacks to be written in usual mupdf style. Protect the "field" callbacks from executing with a NULL field. Ensure that the event object is set up before executing A actions
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-31Forms: provide js engine method for determining object typePaul Gardiner
2012-08-16Silence some warnings.Robin Watts
Avoid the C++ code complaining about casting string literals to non-const char *'s.
2012-08-10Forms: handle Keystroke and Validate actionsPaul Gardiner
2012-05-28Forms: implement JavaScript Field methods setFillColor and setTextColorPaul Gardiner
2012-05-16JavaScript: provide mechanism via which C++ js engines can fz_throw errorsPaul Gardiner