35 Commits (4dc00b003d81d14bc5400d2a106c4cf7f7215526)

Author SHA1 Message Date
Yury Delendik 81fc46e666 Refactors FindController dependencies. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Jonas Jenwald e7d039dbce Ensure that `PDFFindController_reset` actually resets *all* state (issue 7034) 9 years ago
Yury Delendik 2edf2792dc Replaces literal {} created lookup tables with Object.create 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
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
Jonas Jenwald 9fc8e1ea25 Fix a regression, from PR 5356, that breaks all scrolling in PresentationMode 10 years ago
Damjan Velickovski 29290f3277 added nbsp normalization 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Yury Delendik 2ac7ac4678 Removes lastScrollSource and isViewerInPresentationMode from TextLayerBuilderOptions 10 years ago
Yury Delendik f68678086d Simple restructuring PageView into PDFPageView 10 years ago
Fil Zembowicz dcb931dbe0 Use existing page count in nextMatch 11 years ago
Fil Zembowicz 4275481e08 Fix how matches are found in search 11 years ago
Yury Delendik 374b94381d Moves scrollPageIntoView to the PDFViewer. 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
Tim van der Meij dbe22475e1 Converting PDFFindBar and PDFFindController to classes 11 years ago
Tim van der Meij fbfb9458d6 Implement text normalization for page content and queries 11 years ago
Tim van der Meij ec1b58a30a Fix code style issues in pdf_find_controller.js and build strings more efficiently 11 years ago
Brendan Dahl 5bd8a83c9b Build the text layer geometry on the worker. 11 years ago
Stratos Voukelatos 6a8c998ebd Fix error message typo 11 years ago
Jonas Jenwald af4e977848 Fix coding style in web/pdf_find_controller.js 11 years ago
Yury Delendik 48f0d0a131 Refactors nextPageMatch (nits) 11 years ago
Yury Delendik 96fff4cc74 Refactors getTextContent return value 11 years ago
Karl Denninghoff 1be27e3c81 Fixes but 960409 and adresses review comments including removal of do-while construct 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Jonas Jenwald 982a286f7b Begin searching from current page 12 years ago
Jonas 54dfe05e30 Prevent searching during load from breaking the find functionality 12 years ago
Jonas baba41f702 Prevent searching from breaking when opening a new file in the web viewer 12 years ago
Vivin Paliath 83b6eaed16 pr #3356 12 years ago