1727 Commits (b63ef7a8b6527205a4b51c5e1dc468aaeabf934f)

Author SHA1 Message Date
Jonas Jenwald c98f25145f Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup) 9 years ago
Yury Delendik 50fe8e7c75 Removes PDFView global and pagerender event support. 9 years ago
Yury Delendik 4165cedc9f Replace pdfjsLib with module that represents pdf.js. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Jonas Jenwald 514210814d Prevent the *entire* viewer from zooming, when quickly switching from scrolling to zooming using the mousewheel (PR 7097 followup) 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Yury Delendik 1d12aed5ca Move all PDFJS.xxx settings into display/global. 9 years ago
Manas 6878d7c6d3 Disables zooming when the stream of events that don't have meta/ctrl 9 years ago
Yury Delendik 313b418a20 Prepare viewer.js for async loading and module separation. 9 years ago
Yury Delendik b371785fbb Rename web/viewer.js -> web/app.js 9 years ago
Tobias Schneider 708895ffba Let print canvas height scale proportionally 9 years ago
Tobias Schneider aeabd0db20 Fix insertion of blank pages during printing due to non-matching page sizes 9 years ago
Tim van der Meij b8aaa24257 Convert all `node make` instances to `gulp` 9 years ago
Tim van der Meij f4bb23a66b Correct a minor name issue in the outline viewer code 9 years ago
Jonas Jenwald 9b126711cd Add support for bold/italic styled outline items in the viewer 9 years ago
Jonas Jenwald 39cba5d25d Remove `PDFThumbnailViewer_ensureThumbnailVisible` 9 years ago
Jonas Jenwald b5582e14a9 [PDFThumbnailView] Re-factor the `canvas` to `image` conversion such that we always render to a `canvas`, and then replace it with an `image` once rendering is done 9 years ago
Jonas Jenwald 67a1dfcfb5 Move the sidebar related code from viewer.js into `PDFSidebar` 9 years ago
Jonas Jenwald 21f048234d Refactor how `PDFOutlineView`/`PDFAttachmentView` is initialized in viewer.js, rename the classes, and refactor their `render` methods 9 years ago
Jonas Jenwald c7a44391cf Add a `reset` method to `PDFFindbar`, and use it to clear parts of the find UI when the document is closed 9 years ago
Jonas Jenwald e7d039dbce Ensure that `PDFFindController_reset` actually resets *all* state (issue 7034) 9 years ago
Jonas Jenwald 9bcbd4d872 Add a default title for outline items, to prevent display issues if the title is missing 9 years ago
Jonas Jenwald 95aa8b0415 Remove the `hasImage` property from `PDFThumbnailView` 9 years ago
Tim van der Meij 0351c7eff4 Move the `getFileName` helper function to the core 9 years ago
Tim van der Meij 6a33dfd13a Implement support for FileAttachment annotations 9 years ago
Tim van der Meij edb2eecdc8 Remove XHTML leftovers from the viewer HTML files 9 years ago
Rob Wu 0ec82d4a50 Allow local PDF files to be viewed in local frames 9 years ago
Yury Delendik 2edf2792dc Replaces literal {} created lookup tables with Object.create 9 years ago
Yury Delendik 7c89bdc8d6 Allow foriegn origin URLs only for hosted viewers. 9 years ago
Jonas Jenwald 4b94416277 Set type="password" for the `PasswordPrompt` input dynamically, to prevent unnecessary warnings in Firefox for http:// documents (issue 6898) 9 years ago
Jonas Jenwald 0030a82dc3 [api-minor] Add support for URLs in the document outline 9 years ago
Jonas Jenwald 97c10e9c08 Strip `null` (\x00) characters from the URLs in LinkAnnotations (issue 6832) 9 years ago
Tim van der Meij 6ef7120a04 Implement support for Highlight annotations 9 years ago
Yury Delendik f340dd5cd5 Adds pdfjs/main_loader module to better mirror pdfjs-dist/build/pdf. 9 years ago
Tim van der Meij 34918a6666 Implement support for Squiggly annotations 9 years ago
Yury Delendik 85e95d34ed Use RequireJS in the viewer, examples and tests. 9 years ago
Tim van der Meij c5f4b9750e Implement support for StrikeOut annotations 9 years ago
Tim van der Meij cd28dd34fe Implement support for Underline annotations 9 years ago
Tim van der Meij 26379ddae2 Rename and reorder link annotation CSS 9 years ago
Tim van der Meij 7d43971f54 Implement support for Popup annotations 9 years ago
Tim van der Meij 5b66ad626d Refactor annotation display layer code to use classes 9 years ago
Jonas Jenwald 3079dd937f Remove a superfluous "s" in `AnnotationsLayerBuilder` from files in web/ 9 years ago
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 9 years ago
Tim van der Meij edce8daeac Implement annotation layer rendering and updating in src/display/annotation_layer.js 9 years ago
Jonas Jenwald d2c58a4ccc [Firefox] Prevent internal links from displaying "resource://pdf.js/web/" on hover, by tweaking the fallback case in `PDFLinkService_getDestinationHash` 10 years ago
Tim van der Meij bce3214105 Move link creation logic to src/display/annotation_layer.js 10 years ago
Tim van der Meij 2dc3ee38c0 Move most rendering logic to src/display/annotation_layer.js 10 years ago
Tim van der Meij 91274d6d2d Rename annotation_helper.js to annotation_layer.js 10 years ago
Tim van der Meij a2cac8fa71 Use default line height for the text layer 10 years ago