1053 Commits (5839fef84c094e4203ea232d0578c4cc36a28a0a)

Author SHA1 Message Date
Yury Delendik 954ea97158 Removes unnecessary ctx.mozCurrentTransformInverse transforms 13 years ago
Kalervo Kujala 5f202e1596 Add initial TilingType support. 13 years ago
Brendan Dahl 76d877e48b Strip out license for bundled version. 13 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Pimm Hogeling 080ab94a0d Lint syntax fixes. 13 years ago
Pimm Hogeling 0fbbc5a840 Syntax changed that will help minifiers/compilers (such as the Closure Compiler) in their processing. In particular, preventing said minifiers/compilers from making dangerous renames. 13 years ago
Pimm Hogeling 438e3c8f6d Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691, among others. 13 years ago
Yury Delendik deedb0a911 Workaround for chrome's issue 145227 13 years ago
Yury Delendik 621686ca67 Fixes incorrect font type and prevents future this.objs.objs[fonts[i]] failures 13 years ago
Yury Delendik e32ecc44d3 Fixes CFF test and CFF int16 parsing 13 years ago
Yury Delendik 93f9efde39 Fixes ascent and descent values for windows gdi 13 years ago
Brendan Dahl d26ecff294 Reduce math for color key mask. 13 years ago
Yury Delendik 4550ffe14e Fixes fonts on linux 13 years ago
Brendan Dahl 19fa6a5260 Adds support for color key mask. 13 years ago
Yury Delendik a89cb5dd7a Disables symbolic encoding for non-standard fonts 13 years ago
Yury Delendik cd1a645881 Adds support of the indeterminate loading progress 13 years ago
Tom Schuster fad38f8286 Update src/fonts.js 13 years ago
Yury Delendik 51b2587340 Copy decoded image data and keeps non-decoded pixes as transparent 13 years ago
Yury Delendik 4f20f5f1bb Verify the request id parameter 13 years ago
Yury Delendik 52d229761a Removing sum of the iframe times, browser does it for us 13 years ago
Yury Delendik 8459fef6c3 Cleanup: remove iframe and message handler 13 years ago
Yury Delendik 3c1d63055d Invoking callback via setTimeout 13 years ago
Yury Delendik c414c76461 Fixes font loading concurency 13 years ago
Brendan Dahl fd416d3788 Stop streams from being sent from worker for indexed color spaces. 13 years ago
Yury Delendik 972d08209a Discards invalid values for Blues 13 years ago
Yury Delendik 6277e6eda7 Fixes bias calculation for type2 subr 13 years ago
Yury Delendik b4d75ca83b Adds callothersubr support 13 years ago
Yury Delendik 3093427480 Marks xref entries with offset 0 as free 13 years ago
Yury Delendik 5e3882ab69 Changing cubic spline interpolation error to TODO 13 years ago
Yury Delendik 55b3b005b8 Using createImageData when available 13 years ago
Yury Delendik 65bc78d870 Using fast pixels copy in putBinaryImageData 13 years ago
Brendan Dahl 2ca8c0d999 Cleanup references to dom elements. 13 years ago
Brendan Dahl 70e415900c Address review comments. 13 years ago
Brendan Dahl 69eca3c50f Use timeout for font ready callback to avoid intermittent chrome failures. 13 years ago
Brendan Dahl 29263836c2 Sanitize the document info. 13 years ago
Yury Delendik 41a4272463 Implement textRise; reduce ref test to one page 13 years ago
Brendan Dahl 492fa6edb4 Add the new preprocessor. 13 years ago
Brendan Dahl 6d35073a9c Initial build for b2g. 13 years ago
Yury Delendik f947b3bb4c Fixes Shading.Dummy return type 13 years ago
Yury Delendik 8aab1a7a7b Fix loading of the font widths 13 years ago
Yury Delendik af4bd10c70 Allow relative URLs in getDocument 13 years ago
Brendan Dahl 792ef1b14d Support div number format for seac operator. 13 years ago
benbro 97e72d5864 Add missing bracket 13 years ago
Brendan Dahl 34eb537160 Add another warning for malformed stack. Fix/add variable names. 13 years ago
Brendan Dahl 24a3e0c8cc Don't trigger TODO on marked content. 13 years ago
Brendan Dahl 8fccd19948 Leave div commands on stack and change evaluation. 13 years ago
Yury Delendik 7a0e91af4b removes expandUrl(url); fixes error message 13 years ago
Brendan Dahl ac005ed359 Support more type 1 font hsbw formats. 13 years ago
benbro f60d7c564f Moved the check for calledErrorBack inside the xhr.onerror function 13 years ago
benbro 813b5e78b0 Prevent the error callback from being called twice 13 years ago