Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-20 | pdf-util.js: Simplify padZeros. | Tor Andersson | |
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-06-26 | Silence compiler warnings. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |