115 Commits (450edc95ccb62d9e48b29a00b199ddb5a09135d0)

Author SHA1 Message Date
Jonas Jenwald 069f0cc8c0 Remove 'javaScript' from GetDoc 11 years ago
Jonas Jenwald 4bfcb27d0b Remove 'outline' from GetDoc 11 years ago
Yury Delendik 95e61ad0e3 Adds pageviewport documentation 11 years ago
Yury Delendik 2b82eb0161 Fixes cancel rendering regression 11 years ago
Pramodh KP 0d5b41633f Remove legacy promises from api.js 11 years ago
Samuel Chantaraud 25ee0e8572 Preliminary attachments support 11 years ago
Yury Delendik a00f854848 Refactors buildImage to use Promise; don't draw bad images 11 years ago
Yury Delendik 8c0762a32a Adds then method to the RenderTask 11 years ago
Yury Delendik 175fbce0df Fixes documentation for PDFPage.render 11 years ago
Tim van der Meij 4e055169ed Fixes lint warning W004 in src/display/{api, canvas, pattern_helper}.js 11 years ago
p01 b10aa18b3e Use Opaque Canvas where possible 11 years ago
Yury Delendik 9c84bfa416 Fixes text-selection example 11 years ago
Brendan Dahl 5bd8a83c9b Build the text layer geometry on the worker. 11 years ago
Yury Delendik f57c6935d7 Implements WebGL support 11 years ago
Yury Delendik 69efd9cb96 CMaps binary packing 11 years ago
Jonas Jenwald a1ee567d60 Fix coding style in src/display/api.js 11 years ago
Samuel Chantaraud 076b3433b4 Improved annotations' display/behavior. 11 years ago
Yury Delendik 10af056f8f Reset annotation stream; reset page annotation promise 11 years ago
Brendan Dahl ce9e9e6ff7 Remove embeddedFontsUsed from API. 11 years ago
Manas (prometheansacrifice) 5a038b17a2 Trying to fix #4166 11 years ago
Brendan Dahl b5b94a4af3 Use built in CMaps and unify the glyph mapping. 11 years ago
Yury Delendik e5e9c6e243 Fixes PDFDocumentProxy.getDownloadInfo API name (and refactoring) 11 years ago
Tim van der Meij 5f7ded4ff6 Document properties 11 years ago
Tim van der Meij e612da2c3d Fixes this.reject regression 11 years ago
Yury Delendik 27573ddbad Minor fixes for the jsdocs and removing unused members. 11 years ago
terje.kristiansen 08737375f8 Added withCredentials parameter and passing it to xhr requests 11 years ago
Yury Delendik a8c11ad1e5 Introduces disableObjectCreateURL 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Gregory Jordan 1838ec0427 Add a singlefile target to build one concatenated file 12 years ago
Brendan Dahl 53549411b4 Add verbosity as an api setting. 12 years ago
Michał Gołębiowski ba2bbf0677 Correct a typo in `getJavaScript` function expression name. 12 years ago
Brendan Dahl 7563a9dfa0 Update docs on the workerSrc setting. 12 years ago
Brendan Dahl 0385131a9a Leave initial request open until the viewer is ready to switch to range requests. 12 years ago
Yury Delendik e712c4136a Cleaning up fonts when viewer is idle for some time 12 years ago
Yury Delendik c8af2565f1 Uses blob URL instead of data when possible 12 years ago
Yury Delendik 4ce6cb8b0f Uses postMessage transfers 12 years ago
Brendan Dahl c2d65fc4ab Don't traverse all pages to get a single page. 12 years ago
Brendan Dahl f4942b11f8 Reduce the memory usage of the operator list. 12 years ago
Tim van der Meij 4fe1e41c35 Minor nit fixes for api.js 12 years ago
Brendan Dahl 7ebec6c5a4 Add missing jsdocs for PDFJS globals. 12 years ago
Jon Ribbens 3ddb1720d9 Fix bug in api.js whereby fake workers didn't load the worker code 12 years ago
Brendan Dahl bb2529de03 Move the creation of canvas path fonts to the worker. 12 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Brendan Dahl 5afef1874c Fix destroy logic for when there are multiple render requests. 12 years ago
Brendan Dahl d85e38d629 Fix intermittent blank page on fast zoom. 12 years ago
Brendan Dahl efa8f561a5 Move chars to glyphs conversion to the worker. 12 years ago
Brendan Dahl bf72bc94e2 Incrementally render by sending the operator list by chunks as they're ready. 12 years ago
Brendan Dahl bcc085ec52 Limit image size to 1024*1024 for b2g. 12 years ago
benbro ce218d021f Check that the progressCallback is defined before calling it 12 years ago
Brendan Dahl b189749b4a Removed unneeded timeout. 12 years ago