73 Commits (c67edabcb3a566a97c9610a93aa04284b10aadc7)

Author SHA1 Message Date
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
Mohamed Baig 6d8adb31ad Added the data-page-number dom attribute to the page rendered in the browser 10 years ago
Rob Wu d34e6ddd60 Set page size via @page + size 10 years ago
Rob Wu 6eb9e6a6a4 Fix flaw in mozCurrentTransform polyfill 10 years ago
Jonas Jenwald eed67ea8bb Remove the |el| property in PDFPageView and PDFThumbnailView 10 years ago
Jonas Jenwald 8471bb3206 Avoid getting |childNodes| twice in PDFPageView_reset, by using the variable instead 10 years ago
Jonas Jenwald 95dd9ee185 Move the |pagerendered| event to pdf_page_view.js 10 years ago
Jonas Jenwald 42a00394b0 Remove unused anchor links placed before every page 10 years ago
Yury Delendik 2565e627a3 Refactors draw method in PDFPageView; makes optional some PDFPageViewOptions options 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
Yury Delendik 374b94381d Moves scrollPageIntoView to the PDFViewer. 11 years ago
Jonas Jenwald b06e65e5d6 Followup fix for entering/exiting 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 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
Mitar 2f72ac1255 textLayer is not used anymore in render context. 11 years ago
Yury Delendik e8af56ffc5 Fixes text-selection example 11 years ago
Tim van der Meij dbe22475e1 Converting PDFFindBar and PDFFindController to classes 11 years ago
Yury Delendik c1c950ce74 Fixes AnnotationUtils in the extension build 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
Yury Delendik 0cd28ebfa3 Telemetry for used stream and font types 11 years ago
Nicholas Nethercote 29d3db4422 Cache pages at the start of drawing, not the end. 11 years ago
Samuel Chantaraud 952545e20f Limit the size of canvases to 5MP (iOS restriction) 11 years ago
Nicholas Nethercote 97cc06a7f9 Zero the height and width of the PageView canvas before deleting. 11 years ago
Mohammed Abu-alsaad e6546642db Added more preference variables from the available hash parameters 11 years ago
Yury Delendik 97782cafa4 Update text layer correctly when zooming with USE_ONLY_CSS_ZOOM 11 years ago
Samuel Chantaraud 7a4543e348 Prevent the annotationLayer to be recreated when the page is redrawn 11 years ago
Rob Wu d7dfa447cd Remove unused (local) variables in web/ 11 years ago
Yury Delendik f6c631bc31 Reverts #4556 due to flicker on Chome 11 years ago
Tim van der Meij a71a87a821 Fixes lint warning W018: confusing use of exclamation mark 11 years ago
p01 b10aa18b3e Use Opaque Canvas where possible 11 years ago
Brendan Dahl 5bd8a83c9b Build the text layer geometry on the worker. 11 years ago
Samuel Chantaraud 076b3433b4 Improved annotations' display/behavior. 11 years ago
Brendan Dahl ce9e9e6ff7 Remove embeddedFontsUsed from API. 11 years ago
Jonas Jenwald d6ca563f46 Fix wrong page being displayed when entering/exiting Presentation mode with zoom set to 'page-fit' 11 years ago
Jonas Jenwald 3c637b7ca9 Update the annotationLayer when using CSS only zoom 11 years ago
Jonas Jenwald 05c331c295 Maintain the current position in the document when zooming 11 years ago
Yury Delendik 2f4246abe4 Fixes FitV scrolling 11 years ago
Yury Delendik 378c49c2d8 Avoiding double draw() calls 11 years ago