Commit Graph

693 Commits

Author SHA1 Message Date
Yury Delendik
668be62d2b Merge pull request #2315 from waddlesplash/master
Add more annotation icons
2012-10-27 15:09:21 -07:00
waddlesplash
1d43cb2523 Add more annotation icons and vectorize the logo. 2012-10-27 13:40:13 -04:00
Yury Delendik
ee87a44c03 Merge pull request #2298 from zalun/show_alert_on_invalid_pdf_structure
Display an error on Invalid PDF
2012-10-25 19:18:26 -07:00
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()
2012-10-25 11:15:19 +02:00
Yury Delendik
7e2c94453c Merge pull request #2305 from brendandahl/remove-innerhtml
Remove use of innerhtml.
2012-10-24 12:46:12 -07:00
Brendan Dahl
8e3f626f8a Remove use of innerhtml. 2012-10-24 11:53:07 -07:00
Yury Delendik
eea69c18dc Merge pull request #2295 from waddlesplash/master
Make comments look nicer
2012-10-24 07:59:04 -07:00
waddlesplash
ceee2c4d04 Make the comments look nicer & fix a linebreak bug. 2012-10-24 10:52:14 -04:00
Brendan Dahl
f99150bc22 Merge pull request #2283 from yurydelendik/hidpi
Fixes output for HiDPI device
2012-10-22 12:39:01 -07:00
Saebekassebil
75af308b38 Fix annotation clipping 2012-10-22 18:00:37 +02:00
Brendan Dahl
3488d756e8 Allow find to highlight matches without extracting all text. 2012-10-19 16:28:17 -07:00
Yury Delendik
4dcb1fd25f Fixes output for HiDPI device 2012-10-19 13:05:12 -05:00
Brendan Dahl
e0dc176d9b Merge pull request #2233 from yurydelendik/fix-fit-page
Fixes fit-page and fullscreen
2012-10-15 10:03:30 -07:00
Yury Delendik
209ee959db Fixes 'currentPage is undefined' viewer error 2012-10-15 09:01:09 -05:00
Yury Delendik
ee499b46cf Removes 'visiblePages[0] is undefined' error 2012-10-15 07:40:05 -05:00
Yury Delendik
391b5b0244 Moving fullscreen top border few pixels up 2012-10-10 22:41:28 -05:00
Yury Delendik
da73934baf Fixes fit-page and fullscreen 2012-10-10 22:12:47 -05:00
Brendan Dahl
3cf43e7130 Merge pull request #2217 from yurydelendik/hide-cursor
Hides cursor in presentation mode
2012-10-10 17:36:27 -07:00
Yury Delendik
be779c2ec7 Hides cursor in presentation mode 2012-10-10 19:32:48 -05:00
Brendan Dahl
115f00cf4c Merge pull request #2228 from yurydelendik/fix-white-border
Rounding page div width and height...
2012-10-10 17:32:16 -07:00
Brendan Dahl
4734cd8198 Change status attribute name. 2012-10-10 15:46:04 -07:00
Yury Delendik
00852bd9ca Rounds page div to the canvas size 2012-10-10 16:31:11 -05:00
Brendan Dahl
c3debc6ee0 Delay extracting text until first find event. 2012-10-10 13:58:14 -07:00
Yury Delendik
06f9b70f07 Merge pull request #2206 from timvandermeij/first-last-page-context-menu
Converted the first and last page buttons to context menu items
2012-10-10 10:36:21 -07:00
Tim van der Meij
6e13e3dd73 Final commit squash 2012-10-10 19:26:41 +02:00
Brendan Dahl
7ac45147e2 Merge pull request #2210 from yurydelendik/fullscreen-controls
Adds more presentation mode controls
2012-10-10 09:47:46 -07:00
Yury Delendik
f77b61e4f1 Fixes order in which are divs added to the text layer 2012-10-10 09:08:29 -05:00
Yury Delendik
b5f952a63a Fixes font debugger; text builder api refactoring 2012-10-09 08:25:41 -05:00
Brendan Dahl
399463a450 Merge pull request #2211 from yurydelendik/find-ui-2
Escape key closes findbar
2012-10-08 10:41:34 -07:00
Brendan Dahl
e1988fb5bf Merge pull request #2208 from yurydelendik/find-ui-1
Add pilot find next/prev icons; localization
2012-10-08 09:58:19 -07:00
Yury Delendik
b465fc46fa Merge pull request #2060 from kkujala/master
Add firefox mouse scrolling support in fullscreen mode.
2012-10-08 06:02:52 -07:00
Yury Delendik
94367bd161 Adds tabindex; remove search field type 2012-10-06 09:22:37 -05:00
Yury Delendik
7cace5f160 Escape key closes findbar 2012-10-06 08:58:12 -05:00
Yury Delendik
2178bf06c9 Adds more presentation mode controls 2012-10-05 21:55:47 -05:00
Yury Delendik
ade5f96787 Add pilot find next/prev icons; localization 2012-10-05 19:15:06 -05:00
Brendan Dahl
a15d3d6622 Handle ctrl/cmd+g for html findbar. 2012-10-05 15:07:56 -07:00
Yury Delendik
c281bd71b6 Merge pull request #2202 from brendandahl/find-bugs
Fixes minor find bugs.
2012-10-05 14:08:51 -07:00
Brendan Dahl
95b1f74a30 Add support for firefox integrated find. 2012-10-05 13:59:13 -07:00
Brendan Dahl
a829b06d20 Fixes a minor find bugs. 2012-10-05 12:21:04 -07:00
Yury Delendik
92770fdd84 Minor CSS fixed for find bar 2012-10-05 10:47:58 -05:00
Brendan Dahl
554231288d Merge pull request #2196 from yurydelendik/ie9-console
Fixes console log methods for IE9
2012-10-04 15:57:43 -07:00
Brendan Dahl
4e0c792f12 Merge pull request #2168 from mozilla/html-search-bar
Find bar
2012-10-04 13:59:20 -07:00
Brendan Dahl
5d848ca31a Ignore find key shortcut only for mozcentral for now. 2012-10-04 13:44:17 -07:00
Yury Delendik
d1e017cc5e Fixes console log methods for IE9 2012-10-04 13:41:41 -05:00
Brendan Dahl
1f85b8b4ed Update the l10n for the html find bar. 2012-10-02 17:08:47 -07:00
Tim Taubert
5bab0c354a Bug 796584 - Don't use localStorage in pdf.js 2012-10-03 01:16:42 +02:00
Brendan Dahl
45fe76e752 Add support for enter/shift for find. 2012-10-02 15:59:57 -07:00
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
2012-10-03 00:08:16 +03:00
Artur Adib
3bd20a7415 bug fix: textLayer ready still needs scroll 2012-10-02 16:19:51 -04:00
Yury Delendik
c2629d9632 Update web/index.html.template
Refer localized pdf.js AMO add-on page
2012-10-02 07:26:20 -05:00