Jonas Jenwald
694b3d55b1
Fix setScale regression that affects exiting Presentation Mode on narrow window widths
12 years ago
Tim van der Meij
3923b0e677
Merge pull request #4033 from timvandermeij/typo-fix
...
Fix typo in viewer.css
12 years ago
Tim van der Meij
b1e5c7e068
Fix typo in viewer.css
12 years ago
Tim van der Meij
39c93736a6
Merge pull request #4032 from moztw/1214-zhtw-v2
...
Update zh-TW again based on latest strings.
12 years ago
Peter Pin-Guang Chen
9b5bf9265d
Update zh-TW strings again. Pulled from latest mozilla-aurora
12 years ago
Jonas Jenwald
58807ec860
Merge pull request #4024 from lpy/l10n-zh_cn
...
Update viewer.properties in l10n for zh-CN
12 years ago
lpy
5e744029ff
Update viewer.propertiesin l10n for zh-CN
12 years ago
Brendan Dahl
d6277419a7
Merge pull request #4020 from jwatt/master
...
Prevent the page number field from having a spinner (spin buttons) in mozilla now that mozilla supports <input type=number>
12 years ago
Jonathan Watt
3eaa421c74
Prevent the page number field from having a spinner (spin buttons) in mozilla now that it supports <input type=number>
12 years ago
Jonas Jenwald
0e60d5bc30
Merge pull request #4018 from fkaelberer/l10nUpdatesDE
...
Update L10n for DE
12 years ago
fkaelberer
142ace0180
Comments:
...
Line 56-58: "Gegen den Uhrzeigersinn" is shorter and more common than "Entgegen dem Uhrzeigersinn" (http://de.wikipedia.org/wiki/Drehrichtung )
Line 60-63: "Hand-Werkzeug" is also used in Acrobat
Line 124,133,..: "PDF" is not a noun. Acrobat, Wikipedia use "PDF-Datei" (="PDF file") instead of "PDF".
The English translation sounds just as bad: "An error occurred while loading the PDF.", "The PDF is not fully loaded for printing."
12 years ago
Jonas Jenwald
33100620dd
Merge pull request #4013 from xavier114fch/zh-TW
...
Hand tool translations for zh-TW
12 years ago
Xavier fung
950cfd93e4
Hand tool translations for zh-TW
12 years ago
Tim van der Meij
88ec2bd1ac
Merge pull request #4008 from Snuffleupagus/hand-tool-l10n-sv
...
Add hand tool strings to the Swedish l10n
12 years ago
Jonas Jenwald
6cbd6833ba
Add hand tool strings to the Swedish l10n
12 years ago
Tim van der Meij
debde3032c
Merge pull request #4007 from timvandermeij/hand-tool-nl
...
Dutch translations for the hand tool
12 years ago
Tim van der Meij
9862dec250
Dutch translations for the hand tool
12 years ago
Brendan Dahl
1b54530b81
Merge pull request #3684 from Rob--W/hand-tool
...
Implement hand tool
12 years ago
Brendan Dahl
d3b5aa3236
Merge pull request #3996 from Hengjie/master
...
Fix Blob creation in Safari 7.0
12 years ago
Hengjie
b96811df25
Fix Blob creation in Safari 7.0.
...
It should be !== ‘undefined’ to avoid matching everything that Blob can be a type of
12 years ago
Yury Delendik
1d276b0396
Merge pull request #3941 from Snuffleupagus/search-from-current-page
...
Begin searching from current page
12 years ago
Rob Wu
3914768085
Implement hand tool
...
The logic for the hand tool is implemented in a separate project,
maintained at https://github.com/Rob--W/grab-to-pan.js
Integration notes
- Added toggle as an entry under the Secondary toolbar
- Added shortcut "h" to toggle hand tool (to-do: document this in wiki
after merge). This shortcut is also used in Adobe's Acrobat Reader.
To-do: localizations for:
hand_tool_enable.title=
hand_tool_enable_label=
hand_tool_disable.title=
hand_tool_disable_label=
To-do (wish): persistence of hand tool preference, preferably a global setting.
secondaryToolbarButton-handTool.png created by Stephen Horlander <shorlander@mozilla.com>
12 years ago
Yury Delendik
f0c830dba2
Merge pull request #3978 from brendandahl/wait-for-render
...
Wait for one page to render before fetching all pages.
12 years ago
Brendan Dahl
dc14b34d4e
Merge pull request #3980 from Snuffleupagus/issue-3847
...
Remove </input> tag
12 years ago
Jonas Jenwald
6dda3ce0cf
Remove </input> tag
12 years ago
Brendan Dahl
d0312aa6ba
Wait for one page to render before fetching all pages.
12 years ago
Yury Delendik
585a3d0f10
Merge pull request #3972 from brendandahl/print-reg
...
Fix printing regression from #3848 .
12 years ago
Yury Delendik
78c9a76f0a
Merge pull request #3976 from brendandahl/dom-frag
...
Append entire DOM fragment at once.
12 years ago
Brendan Dahl
9ac950f9a8
Append entire DOM fragment at once.
12 years ago
Brendan Dahl
c9f2390567
Fix printing regression from #3848 .
12 years ago
Yury Delendik
49082cf93e
Merge pull request #3971 from brendandahl/rotation2
...
Fix rotation regression from #3970 .
12 years ago
Brendan Dahl
1bbf0e55b0
Fix rotation regression from #3970 .
12 years ago
Yury Delendik
d4e4634d06
Merge pull request #3970 from brendandahl/rotation
...
Fix page rotation for unloaded pages.
12 years ago
Brendan Dahl
2af3e25651
Merge pull request #3954 from yurydelendik/invalid-start
...
Index objects if Prev xref was not found
12 years ago
Brendan Dahl
c20476bfca
Fix page rotation for unloaded pages.
12 years ago
Brendan Dahl
fe2700ca2d
Merge pull request #3968 from yurydelendik/hidpi-2
...
Fixes find position in HiDPI displays
12 years ago
Brendan Dahl
1c0ed17d8f
Merge pull request #3964 from yurydelendik/issue-3962
...
Fixes chunks grouping
12 years ago
Yury Delendik
fdd5d414ed
Fixes find position in HiDPI displays
12 years ago
Yury Delendik
43db959367
Merge pull request #3955 from Snuffleupagus/issue-3953
...
Fix issues with /FitR destinations
12 years ago
Yury Delendik
90956ce3e0
Takes chunk id == 0 into account during grouping
12 years ago
Jonas Jenwald
7542d50167
Fix issues with /FitR destinations
12 years ago
Yury Delendik
1fc11027ec
Merge pull request #3961 from Snuffleupagus/issue-3959
...
[PDFHistory] Fix "Warning: Unhandled rejection: [Exception... "The operation is insecure."" in Firefox 25
12 years ago
Jonas Jenwald
44725d4657
[PDFHistory] Fix "Warning: Unhandled rejection: [Exception... "The operation is insecure."" in Firefox 25
12 years ago
Brendan Dahl
58b781c92f
Merge pull request #3957 from brendandahl/bom
...
Add BOM to viewer.
12 years ago
Brendan Dahl
dca5edea21
Add BOM to viewer.
12 years ago
Yury Delendik
72a8568b34
Fixes for CONTRIBUTING.md
12 years ago
Yury Delendik
cc3fe2c45a
Adds CONTRIBUTING.md for issue reporting "hint"
12 years ago
Yury Delendik
98ebf57144
Index objects if Prev xref was not found
12 years ago
Yury Delendik
78b61fedfc
Merge branch 'maxsong1002/shortcutkeytonavigate'
12 years ago
maxsong1002
807e4fef34
Add shortcut for goto page
12 years ago