2025 Commits (82bd62ecc6cb86a10e1eec9eea782207938fd6a2)

Author SHA1 Message Date
Jonas Jenwald d64ac95a91 ES6-ify the code in `web/app.js` and `web/viewer.js` 8 years ago
Tim van der Meij 19f56ec5c1
Convert the text layer builder to ES6 syntax 8 years ago
Jonas Jenwald f6369fc87c ES6-ify the code in `web/ui_utils.js` 8 years ago
Jonas Jenwald d4b93bec96 Remove the `selectScaleOption` helper function, in `Toolbar._updateUIState`, and simply inline its code instead 8 years ago
Jonas Jenwald 426e26c63b Don't use a hidden canvas when constructing the `zoomLayer` in `PDFPageView.update` 8 years ago
Jonas Jenwald 83673a12d7 Stop tracking the rotation in `PDFViewerApplication` and directly use `PDFViewer.pagesRotation` instead 8 years ago
Yury Delendik 18e1f3d29b Ensure canvas is really hidden when used with pdfjs-dist. 8 years ago
Tim van der Meij d4e0aa4031
Convert the toolbar to ES6 syntax 8 years ago
Jonas Jenwald 4aab3cef4a Remove a redundant `PDFViewer.currentScale` call from `PDFViewerApplication.load` 8 years ago
Mukul Mishra 0c13d0ff46 Adds Streams API in getTextContent to stream data. 8 years ago
Jonas Jenwald e4d032c5c7 Reset `pageRotation` and `downloadComplete` in `PDFViewerApplication.close` 8 years ago
curiosity26 8326304271 Allow for unbinding of events in web application 8 years ago
Jonas Jenwald 70d6550002 Remove `PDFPageView.updatePosition` since it's not actually necessary 8 years ago
Jonas Jenwald 75edb859ce Refactor the `selectScaleOption` function, in `Toolbar._updateUIState`, to prevent any possible future display glitches 8 years ago
Jonas Jenwald 2971f522d4 Prevent the Zoom dropdown from intermittently displaying an incorrect custom scale in Firefox (PR 8394 follow-up) 8 years ago
Jonas Jenwald 3f2d5cfcc3 Prevent console errors when clicking to change page while in Presentation Mode (issue 8498) 8 years ago
Tim van der Meij 9a95d91b92
Convert the find controller to ES6 syntax 8 years ago
Tim van der Meij 733a58a315
Convert the thumbnail view to ES6 syntax 8 years ago
Tim van der Meij a682d77e71
Convert the thumbnail viewer to ES6 syntax 8 years ago
Jonas Jenwald 223c429357 Fix inconsistent spacing and trailing commas in objects in `web/` files, so we can enable the `comma-dangle` and `object-curly-spacing` ESLint rules later on 8 years ago
Jonas Jenwald 1d4e96b0b5 Add a stub `createL10n` to `DefaultExternalServices` in app.js 8 years ago
Yury Delendik 5438ce9b98 Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
Yury Delendik 66c8893815 Removes last UMDs from the modules. 8 years ago
Tim van der Meij 6dfdff2f03
Convert the page view to ES6 syntax 8 years ago
Jonas Jenwald 92529e2b11 Refactor the `getTempCanvas` function in `pdf_thumbnail_view.js` to a factory, in preparation for ES6 conversion of the thumbnail related code 8 years ago
Tim van der Meij e7a04fc82d
Convert the overlay manager to ES6 syntax 8 years ago
Tim van der Meij 836695986c Add icons for the new "Select tool" button 8 years ago
Jonas Jenwald 36c2791296 Unify handling of various cursor tools, e.g. the current Hand Tool and a possible future Zoom Tool, in a new `PDFCursorTools` module 8 years ago
Jonas Jenwald 0ddf52aca5 Remove the special handling for `nameddest`s that look like standard pageNumbers 8 years ago
Jonas Jenwald 972eca56a1 Refactor and ES6-ify `PDFLinkService.navigateTo` 8 years ago
Jonas Jenwald a9e5bc91fb Replace unnecessary `var self = this` statements with arrow functions in `web/pdf_page_view.js` and `web/pdf_thumbnail_view.js` 8 years ago
Jonas Jenwald 9efd11c5c9 Replace unnecessary `var self = this` statements with arrow functions in `web/pdf_find_controller.js` 8 years ago
Jonas Jenwald c750514903 Simplify `extractText` in `web/pdf_find_controller.js` 8 years ago
Jonas Jenwald 240a3926f4 Replace unnecessary `var self = this` statements with arrow functions in `web/app.js` 8 years ago
Tim van der Meij 8d9596480c
Convert the interfaces to ES6 syntax 8 years ago
Tim van der Meij 67049602c5
Convert the secondary toolbar to ES6 syntax 8 years ago
Tim van der Meij bc49524ac7
Convert the hand tool to ES6 syntax 8 years ago
Jonas Jenwald 7780fd5b98 Re-factor `PDFDocumentProperties` such that it's properly reset when a new PDF file is opened (issue 8371) 8 years ago
Jonas Jenwald f27b5013e2 Replace unnecessary `bind(this)` statements with arrow functions in `web/` files 8 years ago
Jonas Jenwald 2a0207ccaf Enable the `object-shorthand` ESLint rule in `web` 8 years ago
Tim van der Meij 24d44b2a34
Convert the rendering queue to ES6 syntax 8 years ago
Tim van der Meij ccdc7ba3c8
Convert presentation mode to ES6 syntax 8 years ago
Tim van der Meij 3554a93c2b
Convert the annotation layer builder to ES6 syntax 8 years ago
Jonas Jenwald 09edfb3dc0 Re-factor `ViewHistory` to make it properly asynchronous 8 years ago
Jonas Jenwald 16b4132ebf Convert the `ViewHistory` to an ES6 class 8 years ago
Jonas Jenwald ae04cf1c37 Enable running the `ui_utils` unit-tests on Travis 8 years ago
Jonas Jenwald c5f9193777 Convert the `Preferences` to an ES6 class 8 years ago
Tim van der Meij 26ad82f5c2
Convert the sidebar to ES6 syntax 8 years ago
Tim van der Meij 93520172f6
Convert the attachments/outline view to ES6 syntax 8 years ago
Jonas Jenwald 7bd8b97dba Change `PDFAttachmentViewer` to only open PDF attachments in the viewer, instead of downloading them, when `PDFJS.disableCreateObjectURL = false` 8 years ago