1605 Commits (f518bbcc7ca5a3adb443b51f1d2ad0f398c53f9e)

Author SHA1 Message Date
Jonas Jenwald 2df1b7b3cd Switch `expanded/collapsed` in the names of the `treeitem-*` assets 10 years ago
Jonas Jenwald b1950d3657 Use the Retina assets for `outlineItemToggler` when in HiDPI mode 10 years ago
Rob Wu 7c992243fd Allow outline to be collapsed / shown via icon. 10 years ago
Jonas Jenwald a6d10af3b4 Add `disableStream` to the list of preferences read by `PDFViewerApplication.initialize` (issue 6361) 10 years ago
Rob Wu 4ac8863e30 Restore extension tab after reload 10 years ago
Rob Wu cf1d398bd2 Add translations of "Allow access to file URLs" 10 years ago
Rob Wu 775d4e69cf Teach users how to enable access to local files. 10 years ago
Jonas Jenwald f063c78cbf Prevent switching to disabled views (i.e. outline or attachments) in the sidebar 10 years ago
Jonas Jenwald 76cfd106d5 Fix 'namedaction' regression that breaks the 'Find' action 10 years ago
Jonas Jenwald 5c26e5e2cd Move handling of the 'pagemode' hash parameter into `viewer.js` to restore the functionality 10 years ago
Daan Sprenkels c3b7ed4541 Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261) 10 years ago
Tim van der Meij a9d0e42871 Keep the Link annotation's data URL on one line 10 years ago
Rob Wu 47f2c14723 Optimize text layer: Avoid unneeded .textContent 10 years ago
Tim van der Meij 9c510bd6e6 Remove unused globals and updateViewarea function from viewer.js 10 years ago
Jonas Jenwald 8275dff1b1 Reduce code duplication in the 'keydown' event handler in `viewer.js`, by re-factoring the code which ensures that the `viewerContainer` is focused 10 years ago
Jonas Jenwald d5232f5b5a Ensure that the viewer always receives focus when the HOME/END keys are pressed (bug 1186842) 10 years ago
Jonas Jenwald fa53cd6ca3 Use `DEFAULT_SCALE_VALUE` as default when fetching the `zoom` parameter from `PDFViewerApplication.store` (i.e. `ViewHistory`) 10 years ago
Jonas Jenwald 299d05eaa5 Prevent documents from intermittently opening with the zoom level set to 1% (issue 6253) 10 years ago
Rob Wu c676ecb5a0 Detect scripted auto-print requests 10 years ago
Jonas Jenwald 93d82e21d5 Move handling of the 'custom' scale value from pdf_viewer.js to viewer.js 10 years ago
Rob Wu 2d6b15d0d9 [CRX] Do not load local files in non-local frames 10 years ago
Will Herrmann cbc715ed0f Fixing find toolbar checkboxes not being accessible through keyboard navigation 10 years ago
Jonas Jenwald 0c08113e39 Remove `PDFViewerApplication.setScale` and further simplify the `scalechange` event handler (issue 6158) 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
Jonas Jenwald d940078d95 Make sure that the document is rendered on zooming and rotation for `PDFViewer` instances using the `defaultRenderingQueue` 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