Manas
a2ba1b8189
Uses editorconfig to maintain consistent coding styles
...
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
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
...
*This regressed in PR 5356.*
Rather than just backing out the offending code, this patch restores scrolling in PresentationMode by making the `overflow: hidden;` check optional and letting the callers that need it (e.g. `PDFFindController`) opt-in to use it.
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
11 years ago
Yury Delendik
f68678086d
Simple restructuring PageView into PDFPageView
11 years ago
Fil Zembowicz
dcb931dbe0
Use existing page count in nextMatch
11 years ago
Fil Zembowicz
4275481e08
Fix how matches are found in search
...
Instead of keeping track of where the search starts, just
keep track of the number of pages and make sure we don't
visit pages more than once.
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
...
It should read 'PDFFindController cannot be initialized without a PDFFindBar instance'.
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
...
squashing commits.
12 years ago