Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | pdf-js: Pass a name string to type constructor. | Tor Andersson | |
2014-02-14 | pdf-js.c: Cluster test fixes. | Tor Andersson | |
Use a fixed number for Math.random(). Return a fixed date for Date.now() and Date.UTC(). | |||
2014-02-13 | pdf-util.js: Improve alert messages (also include the event value). | Tor Andersson | |
2014-02-13 | pdf-util.js: Fix some regexps. | Tor Andersson | |
2014-02-13 | pdf-util.js: Hoist var statements out of for statements. | Tor Andersson | |
Make the scoping clearer, since Javascript doesn't have block scoping. | |||
2014-02-13 | pdf-util.js: Always use strict equality comparisons. | Tor Andersson | |
2014-02-13 | pdf-util.js: Use explicit type conversions in AFParseDateEx and AFParseTime. | Tor Andersson | |
2014-02-12 | pdf-util.js: Simplify MuPDF object. | Tor Andersson | |
2014-02-04 | Don't use deprecated and/or non-standard Javascript functions. | Tor Andersson | |
String.prototype.substr() is deprecated. RegExp.prototype.compile() has never been part of the ECMA standard, and is deprecated in Mozilla's Javascript since 1.5 (at least). | |||
2014-01-22 | Use object literals rather than "new Array" objects. | Tor Andersson | |
Arrays are intended for numeric arrays, since they have the magic updating of their "length" property which regular objects lack. | |||
2013-12-16 | javascript: fix missing type destruction | Paul Gardiner | |
2013-12-16 | JavaScriptCore-based implementation of the MuPDF JS engine API | Paul Gardiner | |
2013-07-19 | Initial work on progressive loading | Robin Watts | |
We are testing this using a new -p flag to mupdf that sets a bitrate at which data will appear to arrive progressively as time goes on. For example: mupdf -p 102400 pdf_reference17.pdf Details of the scheme used here are presented in docs/progressive.txt | |||
2013-06-26 | Silence compiler warnings. | Tor Andersson | |
2013-06-25 | Update pdf_obj's to have a pdf_document field. | Robin Watts | |
Remove the fz_context field to avoid the structure growing. | |||
2013-06-20 | Rearrange source files. | Tor Andersson | |