Yury Delendik
|
f5a9b76e40
|
Merge pull request #2224 from cskau/rotation-above-360
Fixes Viewport rotation above 360
|
13 years ago |
Brendan Dahl
|
6a198c2e01
|
Merge pull request #2223 from yurydelendik/fix-text-divs-order
Fixes order in which divs are added to the text layer
|
13 years ago |
Clement Skau
|
5edd6d253f
|
Fixes Viewport rotation above 360
|
13 years ago |
Yury Delendik
|
f77b61e4f1
|
Fixes order in which are divs added to the text layer
|
13 years ago |
Tim van der Meij
|
be5a86cd10
|
Fixed some translation issues in the Dutch locale
|
13 years ago |
Brendan Dahl
|
7511cde219
|
Merge pull request #2220 from yurydelendik/fix-font-debugger
Fixes font debugger; text builder api refactoring
|
13 years ago |
Yury Delendik
|
b5f952a63a
|
Fixes font debugger; text builder api refactoring
|
13 years ago |
Brendan Dahl
|
399463a450
|
Merge pull request #2211 from yurydelendik/find-ui-2
Escape key closes findbar
|
13 years ago |
Brendan Dahl
|
e1988fb5bf
|
Merge pull request #2208 from yurydelendik/find-ui-1
Add pilot find next/prev icons; localization
|
13 years ago |
Yury Delendik
|
b465fc46fa
|
Merge pull request #2060 from kkujala/master
Add firefox mouse scrolling support in fullscreen mode.
|
13 years ago |
Yury Delendik
|
94367bd161
|
Adds tabindex; remove search field type
|
13 years ago |
Yury Delendik
|
7cace5f160
|
Escape key closes findbar
|
13 years ago |
Yury Delendik
|
ade5f96787
|
Add pilot find next/prev icons; localization
|
13 years ago |
Yury Delendik
|
806b962b29
|
Merge pull request #2205 from brendandahl/find-next
Handle ctrl/cmd+g for html findbar.
|
13 years ago |
Brendan Dahl
|
a15d3d6622
|
Handle ctrl/cmd+g for html findbar.
|
13 years ago |
Yury Delendik
|
c281bd71b6
|
Merge pull request #2202 from brendandahl/find-bugs
Fixes minor find bugs.
|
13 years ago |
Yury Delendik
|
4a19500a14
|
Merge pull request #2197 from brendandahl/integrated-find
Add support for firefox integrated find.
|
13 years ago |
Brendan Dahl
|
95b1f74a30
|
Add support for firefox integrated find.
|
13 years ago |
Yury Delendik
|
ca666e9914
|
Merge pull request #2198 from yurydelendik/bug792582
Bug 792582 - Explicitly set privacy status of channels created by pdf.js
|
13 years ago |
Josh Matthews
|
673582984f
|
Bug 792582 - Explicitly set privacy status of channels created by pdf.js
|
13 years ago |
Brendan Dahl
|
a829b06d20
|
Fixes a minor find bugs.
|
13 years ago |
Yury Delendik
|
c28ef14403
|
Merge pull request #2200 from xavier114fch/zh-TW
Update zh-TW find panel translation
|
13 years ago |
Xavier Fung
|
38db45b8d0
|
Merge remote-tracking branch 'upstream/master' into zh-TW
|
13 years ago |
Xavier Fung
|
b8c4a393e2
|
Update find bar translation
|
13 years ago |
Yury Delendik
|
dc451b0028
|
Adds .PHONY to Makefile
|
13 years ago |
Yury Delendik
|
a1724e341d
|
Merge pull request #2199 from yurydelendik/find-css-1
Minor CSS fixed for find bar
|
13 years ago |
Yury Delendik
|
92770fdd84
|
Minor CSS fixed for find bar
|
13 years ago |
Yury Delendik
|
baf3e1fb83
|
Adds localized en-US string for find_not_found
|
13 years ago |
Brendan Dahl
|
554231288d
|
Merge pull request #2196 from yurydelendik/ie9-console
Fixes console log methods for IE9
|
13 years ago |
Yury Delendik
|
963fe55203
|
Merge pull request #2192 from brendandahl/fix-first-run
Fix the first run code and make it possible to run multiple times.
|
13 years ago |
Brendan Dahl
|
4e0c792f12
|
Merge pull request #2168 from mozilla/html-search-bar
Find bar
|
13 years ago |
Brendan Dahl
|
5d848ca31a
|
Ignore find key shortcut only for mozcentral for now.
|
13 years ago |
Yury Delendik
|
d1e017cc5e
|
Fixes console log methods for IE9
|
13 years ago |
Brendan Dahl
|
2a7312836c
|
Add comment for migration.
|
13 years ago |
Brendan Dahl
|
1c3195375b
|
Merge pull request #2195 from yurydelendik/no-print-in-log
Removes usage of print as log
|
13 years ago |
Yury Delendik
|
bc19b5581e
|
Removes usage of print as log
|
13 years ago |
Yury Delendik
|
72e4c069b2
|
Merge pull request #2193 from brendandahl/princpal
Change how we get the resource principal.
|
13 years ago |
Brendan Dahl
|
73c2119250
|
Change how we get the resource principal.
|
13 years ago |
Brendan Dahl
|
eea7f90c7f
|
Fix the first run code and make it possible to run multiple times.
|
13 years ago |
Brendan Dahl
|
1f85b8b4ed
|
Update the l10n for the html find bar.
|
13 years ago |
Yury Delendik
|
88f8dc8f8d
|
Merge pull request #2186 from ttaubert/b2g/async-storage
Bug 796584 - Don't use localStorage in pdf.js
|
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
|
338373a841
|
Merge pull request #2179 from yurydelendik/private-browsing
Fixes private browsing history
|
13 years ago |
Yury Delendik
|
c2629d9632
|
Update web/index.html.template
Refer localized pdf.js AMO add-on page
|
13 years ago |
Yury Delendik
|
931bf9b46d
|
Merge pull request #2182 from q--/master
Removed en-US from link to stable version in Readme
|
13 years ago |
Yury Delendik
|
20c8269e70
|
Remove unused constants
|
13 years ago |
q--
|
8871ca895d
|
Removed en-US from link to stable version in Readme
|
13 years ago |