Brendan Dahl
|
60edfce733
|
Don't hide the download/print buttons when view is small.
|
12 years ago |
Brendan Dahl
|
b89d98eede
|
Merge pull request #2782 from yurydelendik/jbig2-text-align
Fixes symbols positioning in JBIG2
|
12 years ago |
Brendan Dahl
|
55918ce0c8
|
Merge pull request #2794 from yurydelendik/jbig2-template-1
JBIG2: Fixes template 1 for decoding
|
12 years ago |
Yury Delendik
|
a4e64b5204
|
Merge pull request #2773 from Snuffleupagus/focus
Makes navigation keys work on document load
|
12 years ago |
Yury Delendik
|
4d50965434
|
Fixes template 1 for decoding
|
12 years ago |
Jonas
|
e4e4b1ab4e
|
Make navigation keys work on document load - avoid breaking embedded viewer, take 3
|
12 years ago |
Yury Delendik
|
854a4dd163
|
Merge pull request #2785 from vyv03354/issue2674
Add a dummy byte at end of the CFF table to satisfy sanitizer
|
12 years ago |
vyv03354
|
059fd616cd
|
Add a dummy byte at end of the CFF table to satisfy sanitizer
Fixes #2674.
|
12 years ago |
Julian Viereck
|
b9e3e845e5
|
Merge pull request #2676 from Snuffleupagus/pagemode
Add 'pagemode' URL parameter
|
12 years ago |
Yury Delendik
|
cbe829228e
|
Fixes symbols positioning in JBIG2
|
12 years ago |
Yury Delendik
|
007a643279
|
Merge pull request #2779 from waddlesplash/findbar
Fixes to findbar CSS.
|
12 years ago |
waddlesplash
|
9ec51d89bd
|
Fixes to findbar CSS.
|
12 years ago |
Yury Delendik
|
a7f385971d
|
Merge pull request #2705 from timvandermeij/even-zooming
More even way of zooming
|
12 years ago |
Yury Delendik
|
783616b91f
|
Merge pull request #2731 from AluisioASG/d18f8d11bc7b5157e727b82eccdec6676f4bca07
Add icons to the Chrome extension
|
12 years ago |
Yury Delendik
|
657d9f3f85
|
Merge pull request #2732 from vyv03354/issue2728
Remove the test of experimental properties in workers
|
12 years ago |
Yury Delendik
|
bc784953c8
|
Merge pull request #2741 from piotrex/master
viewer.properties - Polish lang : English file -> Polish and translated new values
|
12 years ago |
Yury Delendik
|
782f325536
|
Merge pull request #2743 from vyv03354/fx19release
Update README.md
|
12 years ago |
vyv03354
|
fc30817ba0
|
Update README.md
Pdf.js has been integrated into Firefox :)
|
12 years ago |
piotrex
|
d1994d14ca
|
Update l10n/pl/viewer.properties
|
12 years ago |
Yury Delendik
|
4a3e2476cd
|
Merge pull request #2735 from piotrex/patch-1
Translated chrome.properties to Polish
|
12 years ago |
Yury Delendik
|
7d12341b22
|
Merge pull request #2734 from jviereck/print-print-margin
Hide header/footer by default when printing from Firefox. See Bug 743252
|
12 years ago |
piotrex
|
a2e96e927b
|
Create chrome.properties
translated file from English
|
12 years ago |
Julian Viereck
|
0721de45b0
|
Hide header/footer by default when printing from Firefox. See Bug 743252
|
12 years ago |
vyv03354
|
b591d39130
|
Remove the test of experimental properties in workers
|
12 years ago |
Aluísio Augusto Silva Gonçalves
|
d18f8d11bc
|
Add icons to the Chrome extensions
|
12 years ago |
Yury Delendik
|
f8e70dcf13
|
Merge pull request #2727 from vyv03354/feature_TextDecoder
Add feature tests for TextDecoder
|
12 years ago |
vyv03354
|
be6cf15060
|
Add feature tests for TextDecoder
|
12 years ago |
Yury Delendik
|
4247339d28
|
Merge pull request #2711 from marco-c/patch-2
Use asyncStorage.setItem for B2G
|
12 years ago |
Yury Delendik
|
381437de81
|
Merge pull request #2717 from kaisercrazy/master
Turkish Language
|
12 years ago |
Serkan Algur
|
269e0c1974
|
metadata_locale_tr
|
12 years ago |
Serkan Algur
|
85c9949e2c
|
Tr lang
|
12 years ago |
Serkan Algur
|
0c33d211dc
|
Turkish Language
Added Turkish
|
12 years ago |
Yury Delendik
|
d2aad6f54a
|
Merge pull request #2715 from bit/fix_imageLayer_scale
fix image width/height for zoomed viewport
|
12 years ago |
j
|
c33b92036f
|
fix image width/height for zoomed viewport
image width/height is off while pdf is zoomed,
use raw transform values to compute width/height
to fix this.
|
12 years ago |
Mack Duan
|
c40c594999
|
Merge pull request #2690 from Snuffleupagus/bug-837462
Prevent text selection divs from overflowing page boundries
|
12 years ago |
Marco
|
3058c40432
|
Update web/viewer.js
Use asyncStorage.setItem for B2G
|
12 years ago |
Yury Delendik
|
4317bc2586
|
Merge pull request #2693 from bit/master
expose information about images on canvas
|
12 years ago |
Yury Delendik
|
15233773fd
|
Merge pull request #2708 from marco-c/patch-1
Update web/viewer.js
|
12 years ago |
Yury Delendik
|
e9debac7f9
|
Adds zoom buttons ids (follow up on #2707)
|
12 years ago |
j
|
cd42ccd439
|
add imageLayer
add optional imageLayer object to access images and there
position and size as they are rendered on the canvas.
|
12 years ago |
Yury Delendik
|
249dad8e46
|
Merge pull request #2703 from timvandermeij/close-findbar-without-focus
Close findbar also when focus is away from it
|
12 years ago |
Marco
|
f1a39471e3
|
Update web/viewer.js
The variable isLocalStorageEnabled is now unused in Firefox and B2G.
|
12 years ago |
Tim van der Meij
|
1f4b896d4e
|
Squashing commits for the close findbar feature
|
12 years ago |
Yury Delendik
|
d23ae9c425
|
Merge pull request #2707 from timvandermeij/disable-zoom-buttons
Disabling zoom buttons if zooming in or out is not possible anymore.
|
12 years ago |
Yury Delendik
|
f2a8d2fedb
|
Merge pull request #2702 from timvandermeij/updated-dutch-translations
Updated Dutch translations
|
12 years ago |
Tim van der Meij
|
96ec48e634
|
Squashing commits for disabling zoom buttons feature
|
12 years ago |
Tim van der Meij
|
0f8f9deb0b
|
Squashing commits for zooming changes
|
12 years ago |
Tim van der Meij
|
c3b5c4ff1b
|
Fixing encoding issues
|
12 years ago |
Tim van der Meij
|
6a69ff6124
|
Updated Dutch translations
|
12 years ago |
Yury Delendik
|
8697c72aa2
|
Merge pull request #2701 from Haebaru/master
Updated Japanese locale
|
12 years ago |