Tim van der Meij
6f6fb4dfd0
Convert the find bar to ES6 syntax
8 years ago
Yury Delendik
8e681ce3e2
Change amd to cjs path in ES6 modules
8 years ago
Jonas Jenwald
3b35c15d42
Convert the files in the `/web` folder to ES6 modules
...
Note that as discussed on IRC, this makes the viewer slightly slower to load *only* in `gulp server` mode, however the difference seem slight enough that I think it will be fine.
8 years ago
Jonas Jenwald
b151666c53
Viewer: consistently wrap find bar elements for small screen sizes
...
This patch ensures that the find bar is not extended to the window width
when element wrapping occurs on small screens.
8 years ago
jazzy-em
0a347ec04d
Added multiple term search functionality (with default phrase search)
9 years ago
Yury Delendik
7fd3db9977
Adds EventBus.
9 years ago
Yury Delendik
006e8fb59d
Introduces UMD headers to the web/ folder.
9 years ago
Jonas Jenwald
c7a44391cf
Add a `reset` method to `PDFFindbar`, and use it to clear parts of the find UI when the document is closed
9 years ago
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
Collin Anderson
54e984c763
cleaned whitespace
10 years ago
Tim van der Meij
dbe22475e1
Converting PDFFindBar and PDFFindController to classes
11 years ago
Jonas Jenwald
9192fb966d
Move globals in web/pdf_find_bar.js
11 years ago
Jonas Jenwald
2e09f14a80
Fix coding style in web/pdf_find_bar.js
11 years ago
Rob Wu
f013d44999
Ctrl + F opens find bar instead of toggling it
12 years ago
Vivin Paliath
83b6eaed16
pr #3356
...
squashing commits.
12 years ago