index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_js.c
Age
Commit message (
Expand
)
Author
2012-11-20
Obsess about whitespace.
Tor Andersson
2012-11-07
Javascript: implement Field.name
Paul Gardiner
2012-11-01
Forms: extend setFillColor implementation to include text widgets
Paul Gardiner
2012-10-11
Android Forms: pass in mouse events and handle updating
Paul Gardiner
2012-09-25
Forms: support doc.mailDoc.
Paul Gardiner
2012-09-25
Forms: handle app.launchUrl, currently by displaying a warning
Paul Gardiner
2012-09-25
Forms: show warning for use of app.execDialog
Paul Gardiner
2012-09-25
Forms: handle app.execMenuItem (presently just as a not-supported warning)
Paul Gardiner
2012-09-19
Forms: handle print request, both from javascript and from named action
Paul Gardiner
2012-09-18
Forms: add event handling api and specifically support for javascript alert
Paul Gardiner
2012-09-18
Forms: improve cpp/c interface regarding exceptions
Paul Gardiner
2012-09-04
Forms: mass renaming for the sake of consistency
Paul Gardiner
2012-08-31
Forms: rework form reset action to use new method introduced for JS
Paul Gardiner
2012-08-31
Forms: implement javascript doc.resetForm method
Paul Gardiner
2012-08-29
Forms: implement javascript Field.display property
Paul Gardiner
2012-08-27
Add DOM object "app" initially with no properties or methods.
Paul Gardiner
2012-08-24
Forms: avoid javascript action execution when engine not available
Paul Gardiner
2012-08-23
Forms: allow for globally-defined javascript as string, rather than stream
Paul Gardiner
2012-08-23
Fix bug introduced in preceding commit
Paul Gardiner
2012-08-22
Forms: convert js field names from utf8 to pdf-doc before lookup
Paul Gardiner
2012-08-20
Forms: treat NULL event value as "" in pdf_js_setup_event
Paul Gardiner
2012-08-16
Forms: handle pdf_js_setup_event being passed it's own internal value
Paul Gardiner
2012-08-16
Forms: respond to failed validation in windows app
Paul Gardiner
2012-08-10
Forms: handle Keystroke and Validate actions
Paul Gardiner
2012-08-10
Forms: alter the handling of the javascript event object
Paul Gardiner
2012-07-18
Forms: convert strings from pdf to utf8 before passing to the js engine
Paul Gardiner
2012-07-17
Forms: implement AFDate_FormatEx
Paul Gardiner
2012-07-12
Separate out the Javascript utility functions and autogenerate C string
Paul Gardiner
2012-07-02
Form: implement calculation action and javascrip AFSimple_Calculate
Paul Gardiner
2012-06-28
Forms: implement javascript form-field formatting
Paul Gardiner
2012-06-21
Forms: implement javascript "color" convenience object (fixes bug 693130)
Paul Gardiner
2012-06-20
Various fixes to pdf forms stuff found while compiling for linux.
Robin Watts
2012-06-18
Forms: fix potential SEGV
Paul Gardiner
2012-06-15
Fix bug 693128: MuPDF forms support: crash on button click
Paul Gardiner
2012-05-28
Forms: implement JavaScript Field methods setFillColor and setTextColor
Paul Gardiner
2012-05-25
Forms: additions necessary to make toggle-button example work
Paul Gardiner
2012-05-16
JavaScript: provide mechanism via which C++ js engines can fz_throw errors
Paul Gardiner
2012-05-15
JavaScript: arrange for v8 gc to destroy native-side objects
Paul Gardiner
2012-05-08
JavaScript: add v8 implementation
Paul Gardiner
2012-05-08
Free javascript types and objects correctly
Paul Gardiner
2012-05-08
Implement dummy JavaScript engine just for the sake of viewing calc.pdf
Paul Gardiner
2012-05-08
First go at Javascript-engine abstract API
Paul Gardiner