Xavier fung
0c2919903f
Update zh-TW locale
12 years ago
Haebaru
4dcc7873df
Update ja locale
12 years ago
Tim van der Meij
9d6ec2ea6f
Revert language string changes
12 years ago
Rob Wu
9f4745fd3f
webL10n: Apply PDF.js-specific changes
...
Based on http://pastebin.mozilla.org/3061694
1. Remove "debug helpers" and use console.log/console.warn directly (top).
2. Remove page load initialization (middle).
3. Remove window._ alias (bottom)
The original diff contained an extra entry
"Adds fallback argument to the getL10nData;",
but this was already implemented in the rebased webL10n, so it's no
longer PDF.js-specific.
12 years ago
Rob Wu
d0d3b071ec
Update webL10n to latest version + features
...
Base version of l10n:
- https://github.com/fabi1cazenave/webL10n/tree/b18c753c6f
4 extra commits (expected to be accepted):
- https://github.com/fabi1cazenave/webL10n/pull/38
New features compared to mozL10n:
- Support for getting translated attributes in get()
The previous version of mozL10n was based on:
- https://github.com/fabi1cazenave/webL10n/commits/0c06867a75
- diff: http://pastebin.mozilla.org/3061694
To make it easier to update webL10n in the future, I will apply
the PDF.js-specific changes in a separate commit.
12 years ago
Tim van der Meij
67e4c03786
Improvements for RTL languages
12 years ago
Jonas Jenwald
fabed80b5f
Prevent trying to set the 'maxHeight' property of the secondaryToolbar before the viewer is completely loaded
12 years ago
Jonas Jenwald
fc73dbe695
[PDFHistory] Prevent the history from skipping entries in certain edge cases, when specifying an initialBookmark in the hash parameters on document load
12 years ago
Ebrahim Byagowi
8ef6cd6272
Adding Persian Translations
12 years ago
Rob Wu
d45d622354
Fix layout of main toolbar
...
Before this commit there were two main issues:
- In small windows, the zoom controls visually floated above the page number
(e.g. 733px).
- In small windows, the (transparent) zoom container covered the go-to-page
input box, which prevented one from using the input field to quickly navigate
to a different page.
12 years ago
Mitar
940c77f6c9
instanceof HTMLElement does not work in jsdom node.js module.
12 years ago
Yury Delendik
4f243b39b4
Merge pull request #3347 from vivin/master
...
issue #3346 : Text Selection Example
12 years ago
Jonas Jenwald
50c4f482c8
Merge pull request #3667 from thorlarholm/iefullscreen
...
Support for fullscreen presentationMode in Internet Explorer
12 years ago
Thor Larholm
3c2d079c42
Fixed review notes: Adding specificity and removing redundant declaration
12 years ago
Thor Larholm
0f07d8ad55
Squashed: Added basic support for presentationMode in IE11
12 years ago
Brendan Dahl
da1c944929
Merge pull request #3656 from timvandermeij/annotation-svg
...
Fixing annotation icon issues
12 years ago
Yury Delendik
69eff38d09
Merge pull request #3660 from maxidirienzo/master
...
viewer.js: Do not process keyboard shortcuts when focused element is a t...
12 years ago
maxidirienzo
ee5d8ca56d
viewer.js: Do not process keyboard shortcuts when focused element is a textarea
...
If focused element is a textarea, viewer should not process keyboard shortcuts (as it does with input and select elements) because while writing on a textarea, if you press k,p,l, or n, the viewer scrolls next/prev page and the letter is not added to the textarea (eg. in my case I had a viewer displaying a product specs in PDF and a "request a quote" form at it's right, the form had a textarea field and users complains that they couldn't write in it, after checking it, I've realized it was this particular issue and fixd it with the change I'm commiting.
12 years ago
Yury Delendik
0711d3204b
Merge pull request #3659 from Snuffleupagus/update-AUTHORS
...
Adding @Snuffleupagus and @timvandermeij to the AUTHORS list
12 years ago
Jonas Jenwald
34efa38ce2
Adding @Snuffleupagus and @timvandermeij to the AUTHORS list
12 years ago
Tim van der Meij
48a24a48c1
Fixing annotation icon issues
12 years ago
Brendan Dahl
ec52dea70e
Merge pull request #3645 from Snuffleupagus/presentationMode-fix-search
...
Fix searching in presentation mode in Firefox
12 years ago
Brendan Dahl
ab4a51584a
Merge pull request #3431 from timvandermeij/annotation-selection
...
Annotation selection
12 years ago
Jonas
b118ade9ae
Fix searching in presentation mode in Firefox
12 years ago
Tim van der Meij
14912b5a03
Annotation selection
12 years ago
Brendan Dahl
494008eca0
Update readme with what files are needed.
12 years ago
Brendan Dahl
7cf8b8d70c
Merge pull request #3607 from Snuffleupagus/issue-3604
...
Prevent searching during load from breaking the find functionality
12 years ago
Brendan Dahl
30c4ebe5b1
Merge pull request #3644 from Snuffleupagus/presentationMode-simplify-getVisiblePages
...
Simplify getVisiblePages() in presentation mode
12 years ago
Yury Delendik
4a22169be4
Merge pull request #3646 from Snuffleupagus/secondaryToolbar-l10n-Swedish
...
Update the Swedish l10n with secondaryToolbar strings
12 years ago
Jonas
cb11b44bcf
Update the Swedish l10n with secondaryToolbar strings
12 years ago
Jonas
433397f877
Simplify getVisiblePages() in presentation mode
12 years ago
Jonas
54dfe05e30
Prevent searching during load from breaking the find functionality
12 years ago
Jonas
3cce7be9ce
Properly disable presentation mode when the viewer is embedded
12 years ago
Jonas
afbff781a7
Change the cursor so that text selection doesn't appear possible in presentation mode
12 years ago
Brendan Dahl
c5bcd7a7ef
Merge pull request #2792 from timvandermeij/settings-bar
...
Secondary toolbar
12 years ago
Tim van der Meij
3c0ac37292
Secondary toolbar
12 years ago
Brendan Dahl
189d444ded
Merge pull request #3507 from Snuffleupagus/PDFHistory-fix-multiple-identical-states
...
[PDFHistory] Prevent the history from getting stuck in certain edge cases
12 years ago
Brendan Dahl
d26fcd5468
Merge pull request #3618 from Snuffleupagus/followup-3557
...
Prevent named actions from displaying a 'resource://' URL in Firefox
12 years ago
Brendan Dahl
b368a99f20
Merge pull request #3421 from Snuffleupagus/avoid-multiple-rendering-on-wheel-zoom
...
Avoid triggering rendering multiple times when zooming using the mouse wheel
12 years ago
Yury Delendik
c55cb9d8b6
Merge pull request #3634 from nmaier/download-buffer
...
Firefox: Corrupt downloads ("padded" downloads) when there is no content length
12 years ago
Nils Maier
16a1c38c1f
Download: Use the typed array view instead of the buffer
...
The ArrayBuffer holding the data might be over-sized in case the
data length was not known during the transfer, e.g. when using a
Content-Encoding other than `identity` or when using a
Transfer-Encoding.
Only the view into the buffer has the correct length then, hence
always use the view directly when creating the blob URI for the
download, instead of the over-sized underlying buffer.
Closes GH-3627
Closes GH-3634
12 years ago
Yury Delendik
8a4a6f498f
Merge pull request #3553 from yurydelendik/reduce-scratch-canvases
...
Reduce max size for pattern and limit group canvases
12 years ago
Jonas
f61d272754
Disable range requests in old Android versions
12 years ago
Yury Delendik
0fc8bac7c0
Merge pull request #3570 from brendandahl/encoding-wip
...
Fix handling of multiply-encoded glyphs.
12 years ago
Vivin Paliath
f3d1f20652
issue #3346
...
squashing commits.
12 years ago
Yury Delendik
f1a9bc93f7
Merge pull request #3621 from biggert/master
...
Added support for JBIG2 extension segment
12 years ago
biggert
88f1506ef8
Added support for JBIG2 extension segment
12 years ago
Brendan Dahl
d00157d3ab
Merge pull request #3587 from debloper/master
...
Stripping down some CSS prefixes [#868160 ]
12 years ago
Jonas
8630e29054
Avoid triggering rendering multiple times when zooming using the mouse wheel
12 years ago
Brendan Dahl
427dd3948b
Merge pull request #3569 from yurydelendik/bug900193
...
Fixes canvas alignment for small scale...
12 years ago