1574 Commits (063ca95f5fb829d930733926c65c0fbeedaffe11)

Author SHA1 Message Date
Fabian Lange 063ca95f5f Remove TryCatch in canvas fill 10 years ago
Jonas Jenwald 2608757620 Simplify the code that resets the value of the `pageNumber` element in `PDFViewerApplication.setInitialView` 10 years ago
Jonas Jenwald 5cb15874fa Remove `PDFViewerApplication.updateScaleControls` (issue 6158) 10 years ago
Jonas Jenwald 35ee1e1b0a Refactor the 'resize' event handler in viewer.js (issue 6158) 10 years ago
Jonas Jenwald 1c0115a7e4 Remove the `currentScaleValue` getter from `PDFViewerApplication` (issue 6158) 10 years ago
Jonas Jenwald d0c071a40d Prevent re-rendering of pages because of rounding errors when computing the scale value 10 years ago
Jonas Jenwald d9975ea778 Move annotation related CSS rules from pdf_viewer.css to its own file 10 years ago
Jonas Jenwald 4364b37e55 Simplify the SimpleLinkService and use it to pass in a linkService instance in DefaultAnnotationsLayerFactory 10 years ago
Jonas Jenwald ac3233bfa4 Use "private" properties in PDFViewer_scrollPageIntoView 10 years ago
Jonas Jenwald 6b2810f1f0 Pass in a `PDFViewer` instance to `PDFPresentationMode` and use it to eliminate all references to `PDFViewerApplication` 10 years ago
Rob Wu 2932f7c676 Zoom relative to cursor position via mouse wheel 10 years ago
Yury Delendik f3c3b1fc2d Removes B2G preprocessing directives. 10 years ago
Yury Delendik 1b847df2f3 Using pdfjs-dist as a library for b2g viewer. 10 years ago
Timothy Gu a5cfb0a73b Update Adobe CMaps URL and license 10 years ago
Jonas Jenwald ffeba9c630 Move the page switching code into `set currentPageNumber` in `PDFViewer` instead of placing it in the `pagechange` event handler 10 years ago
Jonas Jenwald 7cb62089ad Fix a typo causing a TypeError when attempting to call pdfHistory_clearHistoryState (issue 6121) 10 years ago
Rob Wu f4ba0e342e Check availability of canvas & PDF before printing 10 years ago
Rob Wu adb2f8ae21 [CRX] Add Referer request header if needed 10 years ago
Jonas Jenwald 27713f9454 Ensure that PDFHistory does not incorrectly replace the initial document hash (issue 6079) 10 years ago
Timothy Gu 099f99d6ad Apply padding on <select> and not the button 10 years ago
Jonas Jenwald 3d9a8022ce Fix a couple of function names in error messages in PDFLinkService 10 years ago
Jonas Jenwald 20881dc99a Make PDFHistory optional in PDFLinkService 10 years ago
Mike Corbin 357ee6cbb2 viewer: Support Retina/HiDPI thumbnails 10 years ago
Yury Delendik 5cff06e52a Refactors PDFHistory. 10 years ago
Yury Delendik 0ef6212b64 Refactors PDFLinkService. 10 years ago
Mike Corbin a22319b98a Eliminate transition effects from thumbnail loader 10 years ago
Jonas Jenwald 4dc52cf92c Tweak the :focus/:hover CSS rules of the .toolbarField class used in Overlay dialogs 10 years ago
Xiliang Chen ed540a8d00 Fix scroll to zoom jump between 25% and 1000% 10 years ago
Jonas Jenwald ba0eb7fdc6 Add the |location| to the |updateviewarea| UI event 10 years ago
David Flanagan ae740768b0 Bug 1152841 - make pdf.js viewer app handle open requests from file viewers 10 years ago
Fabian Lange 1d4758dadf Disable Range Support for Chrome 39+40 (#5512) 10 years ago
Jonas Jenwald 66b12974c9 Prevent Firefox from warning about |unreachable code after return statement| 10 years ago
Tim van der Meij 6abf3d6ba3 Simplify document properties field logic 10 years ago
Jonas Jenwald 91ce16bc1d Enable linting of Firefox specific code in viewer.js 10 years ago
Tim van der Meij 1a5de56675 Group public/private methods and add comments 10 years ago
Tim van der Meij 7cf440c560 Refactor PDFDocumentProperties to be more class-like 10 years ago
Tim van der Meij ca8f842d87 Rename DocumentProperties to PDFDocumentProperties 10 years ago
Jonas Jenwald b1c4b85d4f Change |pages| to be a "private" property of |PDFViewer| 10 years ago
Jonas Jenwald 10f134bcc2 Remove no longer needed hacks that enable spacebar scrolling in Firefox (issue 3498) 10 years ago
Jonas Jenwald 601bd4a930 Preface all "fullscreen" CSS rules with a |pdfPresentationMode| class, and add it to the |viewerContainer| while Presentation Mode is active 10 years ago
Jonas Jenwald 4211df63eb Refactor PDFPresentationMode to be more class-like 10 years ago
Jonas Jenwald 4edee12e92 Re-ordering the PDFPresentationMode code so that the "public" functions are placed towards the top of the file 10 years ago
Jonas Jenwald d5089f42fa Initial refactoring of the PDFPresentationMode code 10 years ago
Jonas Jenwald f15d5c8cfe Rename the presentation_mode.js file and adjust the function names 10 years ago
Jonas Jenwald e7fd5b4d4d Refactor the options passed to |PresentationMode.initialize| and clean-up some code in viewer.js and presentation_mode.js 10 years ago
Jonas Jenwald 95b2ec124b Move the PresentationMode-specific scrollWheel code from PDFViewerApplication 10 years ago
Jonas Jenwald 2dc1af8028 Break dependencies between PresentationMode and other code, and add PresentationMode related utility methods to PDFViewer 10 years ago
arai 5c4e3c31b8 Bug 1156287 - Do not extract unreachable code after return 10 years ago
Jonas Jenwald bc0d55bf43 Remove commented out code from viewer.html 10 years ago
Taylor Brown 34d3b96b52 prevent viewer from zooming on cmd+mousewheel 10 years ago