summaryrefslogtreecommitdiff
path: root/pdf/pdf_js.c
AgeCommit message (Expand)Author
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-02-19Fix whitespace.Tor Andersson
2012-11-29Fix a couple of leaksPaul Gardiner
2012-11-20Fix android javascript build compile error.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-07Javascript: implement Field.namePaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-09-25Forms: support doc.mailDoc.Paul Gardiner
2012-09-25Forms: handle app.launchUrl, currently by displaying a warningPaul Gardiner
2012-09-25Forms: show warning for use of app.execDialogPaul Gardiner
2012-09-25Forms: handle app.execMenuItem (presently just as a not-supported warning)Paul Gardiner
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-18Forms: improve cpp/c interface regarding exceptionsPaul 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-29Forms: implement javascript Field.display propertyPaul Gardiner
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-23Forms: allow for globally-defined javascript as string, rather than streamPaul 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-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-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-10Forms: handle Keystroke and Validate actionsPaul Gardiner
2012-08-10Forms: alter the handling of the javascript event objectPaul Gardiner
2012-07-18Forms: convert strings from pdf to utf8 before passing to the js enginePaul Gardiner
2012-07-17Forms: implement AFDate_FormatExPaul Gardiner
2012-07-12Separate out the Javascript utility functions and autogenerate C stringPaul Gardiner
2012-07-02Form: implement calculation action and javascrip AFSimple_CalculatePaul Gardiner
2012-06-28Forms: implement javascript form-field formattingPaul Gardiner
2012-06-21Forms: implement javascript "color" convenience object (fixes bug 693130)Paul Gardiner
2012-06-20Various fixes to pdf forms stuff found while compiling for linux.Robin Watts
2012-06-18Forms: fix potential SEGVPaul Gardiner
2012-06-15Fix bug 693128: MuPDF forms support: crash on button clickPaul Gardiner
2012-05-28Forms: implement JavaScript Field methods setFillColor and setTextColorPaul Gardiner
2012-05-25Forms: additions necessary to make toggle-button example workPaul Gardiner
2012-05-16JavaScript: provide mechanism via which C++ js engines can fz_throw errorsPaul Gardiner
2012-05-15JavaScript: arrange for v8 gc to destroy native-side objectsPaul Gardiner
2012-05-08JavaScript: add v8 implementationPaul Gardiner
2012-05-08Free javascript types and objects correctlyPaul Gardiner
2012-05-08Implement dummy JavaScript engine just for the sake of viewing calc.pdfPaul Gardiner
2012-05-08First go at Javascript-engine abstract APIPaul Gardiner