1684 Commits (f340dd5cd5bbbe78b71862a0c561d02dd25e0f14)

Author SHA1 Message Date
Jonas Jenwald 1b50932eaa Don't show thumbnails until the `canvas` to `image` conversion is done (issue 6442) 10 years ago
Jonas Jenwald d7a90d83de Delete, and clear, the `image` in `PDFThumbnailView_reset` 10 years ago
Jonas Jenwald 555c7925a0 Prevent `setImage` from failing to display small thumbnails, by adding a missing `canvas` to `image` conversion 10 years ago
Jonas Jenwald ebce928149 Extract the conversion from `canvas` to `image` into a helper function in `PDFThumbnailView` 10 years ago
Jonas Jenwald b7d1bed463 Add a utility function, for the viewer, that removes `null` (\x00) characters (issue 6416) 10 years ago
Rob Wu 9f80060a18 Add mirrored triangle (TOC item icon) 10 years ago
Jonas Jenwald da1b9df74a Adjust the `min-width` of outline items and use more consistent `border-radius` (PR 6242 follow-up) 10 years ago
Jonas Jenwald 59548921d1 For documents with different page sizes, ensure that the correct page becomes visible on load when e.g. the 'page' hash parameter was provided (bug 1191279, issue 6393) 10 years ago
Fabian Lange 063ca95f5f Remove TryCatch in canvas fill 10 years ago
awang 161def7f4e Convert canvas thumbnails to PNG #6299 10 years ago
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
Rob Wu 3e363ae307 scrollIntoView: Skip overflow:hidden elements 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 633d51fc22 [Firefox] Handle the user modifying the "mousewheel.with_meta.action" and "mousewheel.with_control.action" prefs (bug 1170063) 10 years ago