Brendan Dahl
df0d9be4a5
Add close button and title bar for b2g.
13 years ago
Brendan Dahl
67f3b38245
Change keys and update wording for find wrapped strings.
13 years ago
Brendan Dahl
60209f6b43
Use high dpi display hack for printing too.
13 years ago
waddlesplash
32fbf687ab
Refactor names in various files.
...
web/viewer.js
src/fonts.js (& remove unused global)
src/evaluator.js
src/canvas.js
13 years ago
Saebekassebil
6f17260d35
Fix bugzilla bug#804526, hiding fullscreen button when in an iframe
13 years ago
Yury Delendik
1f56d242ff
Adds basic PDF info
13 years ago
Brendan Dahl
babd8df176
Un-inline pdf.js for the extension/mozcentral and remove fetch pdf by content code.
13 years ago
Yury Delendik
a47033131c
Fixes find_wrapped_to_bottom fallback string
13 years ago
Piotr Zalewa
812bc6795d
* InvalidPDFException added
...
* Act on throwing an Exception and InvalidPDFException by rejecting the worker
instead of throwing
* changed message for all builds
* alerting and closing window only for B2G builds
* invalid_file_error added to l10n (en and pl)
* UnknownErrorException added and used for every error()
13 years ago
Brendan Dahl
8e3f626f8a
Remove use of innerhtml.
13 years ago
waddlesplash
ceee2c4d04
Make the comments look nicer & fix a linebreak bug.
13 years ago
Brendan Dahl
3488d756e8
Allow find to highlight matches without extracting all text.
13 years ago
Yury Delendik
4dcb1fd25f
Fixes output for HiDPI device
13 years ago
Yury Delendik
209ee959db
Fixes 'currentPage is undefined' viewer error
13 years ago
Yury Delendik
ee499b46cf
Removes 'visiblePages[0] is undefined' error
13 years ago
Yury Delendik
da73934baf
Fixes fit-page and fullscreen
13 years ago
Yury Delendik
be779c2ec7
Hides cursor in presentation mode
13 years ago
Brendan Dahl
4734cd8198
Change status attribute name.
13 years ago
Yury Delendik
00852bd9ca
Rounds page div to the canvas size
13 years ago
Brendan Dahl
c3debc6ee0
Delay extracting text until first find event.
13 years ago
Tim van der Meij
6e13e3dd73
Final commit squash
13 years ago
Yury Delendik
f77b61e4f1
Fixes order in which are divs added to the text layer
13 years ago
Yury Delendik
b5f952a63a
Fixes font debugger; text builder api refactoring
13 years ago
Yury Delendik
7cace5f160
Escape key closes findbar
13 years ago
Yury Delendik
2178bf06c9
Adds more presentation mode controls
13 years ago
Brendan Dahl
a15d3d6622
Handle ctrl/cmd+g for html findbar.
13 years ago
Brendan Dahl
95b1f74a30
Add support for firefox integrated find.
13 years ago
Brendan Dahl
a829b06d20
Fixes a minor find bugs.
13 years ago
Brendan Dahl
5d848ca31a
Ignore find key shortcut only for mozcentral for now.
13 years ago
Tim Taubert
5bab0c354a
Bug 796584 - Don't use localStorage in pdf.js
13 years ago
Brendan Dahl
45fe76e752
Add support for enter/shift for find.
13 years ago
Kalervo Kujala
4747467103
Add firefox mouse scrolling support in presentation mode.
...
Convert ticks to mouse delta values and use that to determine
when to flip the page.
Also use cooldown time for presentation mode page scrolling.
This way hi res mouses do not scroll multiple pages at once.
http://www.codeproject.com/Articles/155717/Handling-Enhanced-Mouse-Wheels-in-your-Application
13 years ago
Artur Adib
3bd20a7415
bug fix: textLayer ready still needs scroll
13 years ago
Yury Delendik
8cf766d177
Prevents key handling when the input/toolbar controls are focused
13 years ago
Brendan Dahl
53672af0f7
Fix un-highlight when there is no query.
13 years ago
Brendan Dahl
38193b1887
Update the find bar ui status.
13 years ago
Brendan Dahl
2a1264a746
Don't try to highlight anything if the page isn't selected and we aren't highlighting all.
13 years ago
Julian Viereck
ecf3dae776
Fix clear matches functionality
13 years ago
Artur Adib
6090b3edf9
colors closer to FF's, add highlightAll support
13 years ago
Artur Adib
e2a2085f62
remove find button in MOZCENTRAL
13 years ago
Artur Adib
1ec2e2a1a2
remove old unused code
13 years ago
Artur Adib
73b96e0e58
bug fix: clear previous highlights
13 years ago
Artur Adib
6022476f03
add support for case sensitive
13 years ago
Artur Adib
6864a07221
Use "find" instead of both find & search
13 years ago
Artur Adib
d94bbad575
typo fix
13 years ago
Julian Viereck
da57e0f89e
Julian's html-search-bar work
13 years ago
Mike Taylor
9bc2a065fe
Fullscreen updates for latest (unprefixed) spec.
...
Fixes the camelCase error in requestFullscreen. Replaces document.fullscreen
with a check for document.fullscreenElement.
13 years ago
Brendan Dahl
739ee47865
Use Blob constructor when available instead of deprecated MozBlobBuilder.
13 years ago
Julian Viereck
f1e0edbaa9
Address Yurys review comments
13 years ago
Julian Viereck
a33ba145bf
Don't compute the string for the TextLayer in the canvas backend anymore and change the syntax of appendText
13 years ago