1651 Commits (d8ddde26b7560b9ee6475bb664dd8d0b26e5b980)

Author SHA1 Message Date
Jonas Jenwald e629882f2a Correctly handle /FitH destinations with `null` as the parameter 10 years ago
Yury Delendik 28d340679a Uses document.currentScript for pdf.worker.js path. 10 years ago
Jonas Jenwald dbc611ac9d Ensure that the `textLayer` has the same dimensions as the `canvasWrapper` (issue 6596) 10 years ago
Yury Delendik b8ad68af25 Non/less flashing text layer during selection. 10 years ago
Jonas Jenwald 0f50147ba8 Create a new indeterminate loading bar animation for the default viewer 10 years ago
Tim van der Meij 55870788e5 Make the view history cache size configurable during initialization 10 years ago
Tim van der Meij 7681def0de Move VIEW_HISTORY_MEMORY constant to `view_history.js` 10 years ago
Yury Delendik b8b922196c Moves match counter from find UI to the controller. 10 years ago
Andy Parisi 17fe0b1470 Added find match counter 10 years ago
WilliamRClark 59104a2863 Update viewer.html for Internet Explorer Compatibility 10 years ago
Yury Delendik 7cb32759ed Better CSS scaling for deviceRixelRatio != 1. 10 years ago
Yury Delendik 62afa9f695 Fixes PDFViewerApplication.open/close methods signature. 10 years ago
Yury Delendik 5135aa9bec Adds deprecation warning for the API calls. 10 years ago
Yury Delendik 59c13b32aa Adds destroy method to the document loading task. 10 years ago
Jonas Jenwald 610df45bad Prevent external links from "replacing" the viewer when it's embedded (bug 976541) 10 years ago
Jonas Jenwald 9fc8e1ea25 Fix a regression, from PR 5356, that breaks all scrolling in PresentationMode 10 years ago
Rob Wu 7e345b223c [CRX] Call callback instead of onCompleted 10 years ago
Rob Wu cdea75dc39 Refactor the previous history rewriting logic 10 years ago
Jonas Jenwald 5e7ce9d62d Fix incorrect indentation, and remove `else` after `return`, in `PDFPageView_update` 10 years ago
Jonas Jenwald 1ae9ba1d64 Don't clear the `canvas` until re-rendering is finished when the `scale` or `rotation` is changed (issue 6467) 10 years ago
Jonas Jenwald c7fd7f898f Tweak `PDFPageView` to reflect that `this.annotationLayer` is an `AnnotationsLayerBuilder` instance, instead of a DOM element (PR 5552 follow-up) 10 years ago
Xiliang Chen a059f9fcbb Fix exception when rotate page without a document 10 years ago
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