summaryrefslogtreecommitdiff
path: root/pdf/pdf_js.c
AgeCommit message (Expand)Author
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