50 Commits (f340dd5cd5bbbe78b71862a0c561d02dd25e0f14)

Author SHA1 Message Date
Jonas Jenwald 3079dd937f Remove a superfluous "s" in `AnnotationsLayerBuilder` from files in web/ 9 years ago
Jonas Jenwald 6dfe53b976 [api-minor] Add a parameter to `PDFPageProxy_getTextContent` that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612) 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Tony Jin 570f144fc3 Fix minor capitalization issue in viewer 10 years ago
Jonas Jenwald e629882f2a Correctly handle /FitH destinations with `null` as the parameter 10 years ago
Xiliang Chen a059f9fcbb Fix exception when rotate page without a document 10 years ago
Jonas Jenwald 93d82e21d5 Move handling of the 'custom' scale value from pdf_viewer.js to viewer.js 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 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
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
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
Yury Delendik 0ef6212b64 Refactors PDFLinkService. 10 years ago
Jonas Jenwald ba0eb7fdc6 Add the |location| to the |updateviewarea| UI event 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 2dc1af8028 Break dependencies between PresentationMode and other code, and add PresentationMode related utility methods to PDFViewer 10 years ago
Jonas Jenwald 4a3b0d9c64 Add a |PDFViewer| option to remove the border shadow around pages (issue 5559) 10 years ago
Jonas Jenwald a495ab0d13 Fix regression that prevents resetting the zoom level to "Automatic" when using the |Ctrl + 0| keys 10 years ago
Jonas Jenwald 8131440f9e Move the call to |PDFFindController.resolveFirstPage| into PDFViewer 10 years ago
Jonas Jenwald 95dd9ee185 Move the |pagerendered| event to pdf_page_view.js 10 years ago
Yury Delendik 2ac7ac4678 Removes lastScrollSource and isViewerInPresentationMode from TextLayerBuilderOptions 10 years ago
Yury Delendik b930228788 Refactors Cache into PDFPageViewBuffer 10 years ago
Yury Delendik 22c62685b0 Removes Stats dependency from PDFPageView. 10 years ago
Yury Delendik 9f384bbb41 Creates AnnotationsLayerBuilder. 10 years ago
Yury Delendik fe4ac86781 Removes PDFPageSource 10 years ago
Yury Delendik 7663942ee5 Creates IPDFTextLayerFactory interface 10 years ago
Yury Delendik f68678086d Simple restructuring PageView into PDFPageView 10 years ago
Yury Delendik 863d583ae1 Renames page_view.js file. 10 years ago
Jonas Jenwald 670b842e09 Fix "Automatic Zoom" for landscape documents with very wide pages (issue 5398) 11 years ago
Jonas Jenwald 5f83739190 Fix |cleanup| regression in the viewer 11 years ago
Yury Delendik 5740b96020 Introduces 'pagesinit' event. 11 years ago
Yury Delendik b16a406f3a Packages PDFViewer as a UI component. 11 years ago
Yury Delendik 374b94381d Moves scrollPageIntoView to the PDFViewer. 11 years ago
Yury Delendik 504d2c19e0 Fixes typo/regression of #5295 for presentation mode 11 years ago
Yury Delendik a89bba35b2 Adds types definitions (jsdoc) for the PDFViewer code. 11 years ago
Yury Delendik 3773972dce Marks some private methods in PDFViewer and PDFThumbnailViewer 11 years ago
Yury Delendik a1eca2084d Moves constants to avoid dependency on PDFView 11 years ago
Yury Delendik f1851c6393 Removes any usage of PDFView in the PageView 11 years ago
Yury Delendik fbd7eedce8 Removes PresentationMode dependency from PDFViewer 11 years ago
Yury Delendik a06a974f78 Moves rendering queue logic from PDFView 11 years ago
Yury Delendik 7642c39734 Moves pdfDocument.getPage/getTextContent requests out of PDFView 11 years ago
Yury Delendik 7af8748151 Moves viewer code into PDFViewer and some code from PageView. 11 years ago