Jonas Jenwald
b31ace14b5
Add password strings to the Swedish l10n
2013-09-24 20:30:02 +02:00
Brendan Dahl
2a2150380a
Merge pull request #3527 from timvandermeij/better-password-prompt
...
Improved password prompt
2013-09-24 09:36:02 -07:00
Tim van der Meij
63233fa8c2
Improved password prompt
2013-09-24 17:46:54 +02:00
Brendan Dahl
e79935d8b3
Merge pull request #3691 from Snuffleupagus/PDFHistory-followup-3341
...
[PDFHistory] Prevent the history from skipping entries in certain edge cases, when specifying an initialBookmark in the hash parameters on document load
2013-09-23 18:06:21 -07:00
Yury Delendik
7001a50e88
Merge pull request #3717 from mark-5/master
...
dont display file input when printing
2013-09-21 08:54:19 -07:00
mark-5
866186dcaa
dont display file input when printing
...
closes #2464
2013-09-20 19:08:41 -04:00
Yury Delendik
d3e9a957f7
Merge pull request #3716 from brendandahl/dpi2
...
Use canvas and css width/height instead of css transform for high dpi.
2013-09-20 12:50:54 -07:00
Brendan Dahl
6ef44da10b
Use canvas and css width/height instead of css transform for high dpi.
2013-09-20 12:11:14 -07:00
Tim van der Meij
31fda50123
Merge pull request #3663 from Snuffleupagus/move-PageView
...
Move PageView from viewer.js to its own file
2013-09-20 10:52:21 -07:00
Tim van der Meij
bf1b945101
Merge pull request #3692 from Snuffleupagus/issue-3690
...
Prevent trying to set the 'maxHeight' property of the secondaryToolbar before the viewer is completely loaded
2013-09-20 10:43:15 -07:00
Jonas Jenwald
2cf2eb0dfc
Fix coding style in page_view.js
2013-09-20 09:28:03 +02:00
Jonas Jenwald
cebf3c60e2
Move PageView from viewer.js to its own file
2013-09-20 09:25:41 +02:00
Yury Delendik
a8320b2e18
Merge pull request #3695 from SSk123/transform
...
Adding transformation to the extract code
2013-09-19 18:45:59 -07:00
Srishti
3808d02a53
implementing transform matrix to getTextContent
2013-09-20 06:37:08 +05:30
Yury Delendik
9cdcb3881d
Merge pull request #3686 from timvandermeij/rtl-improvements
...
Improvements for RTL languages
2013-09-19 16:21:39 -07:00
Brendan Dahl
c270d7e056
Merge pull request #3641 from Snuffleupagus/properly-disable-presentationMode-when-embedded
...
Properly disable presentation mode when the viewer is embedded
2013-09-17 13:49:11 -07:00
Tim van der Meij
67071e4967
Merge pull request #3680 from ebraminio/master
...
Adding Persian Translations
2013-09-17 12:03:38 -07:00
Brendan Dahl
0b7d54f9f6
Merge pull request #3623 from Snuffleupagus/disable-range-requests-in-old-Android
...
Disable range requests in old Android versions
2013-09-17 11:36:31 -07:00
Brendan Dahl
60997bffb8
Merge pull request #3698 from timvandermeij/revert-lang-changes
...
Revert language string changes
2013-09-17 10:11:28 -07:00
Tim van der Meij
8bb340cc96
Merge pull request #3703 from xavier114fch/zh-TW
...
Update zh-TW locale
2013-09-17 08:07:47 -07:00
Tim van der Meij
da74611f58
Merge pull request #3699 from Haebaru/master
...
Update ja locale
2013-09-17 08:04:19 -07:00
Xavier fung
0c2919903f
Update zh-TW locale
2013-09-17 09:07:16 +08:00
Haebaru
4dcc7873df
Update ja locale
2013-09-16 15:43:25 +09:00
Tim van der Meij
9d6ec2ea6f
Revert language string changes
2013-09-15 22:50:50 +02:00
Tim van der Meij
67e4c03786
Improvements for RTL languages
2013-09-14 19:33:00 +02:00
Jonas Jenwald
fabed80b5f
Prevent trying to set the 'maxHeight' property of the secondaryToolbar before the viewer is completely loaded
2013-09-14 18:00:36 +02:00
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
2013-09-14 17:14:04 +02:00
Ebrahim Byagowi
8ef6cd6272
Adding Persian Translations
2013-09-13 00:39:37 +04:30
Yury Delendik
4f243b39b4
Merge pull request #3347 from vivin/master
...
issue #3346 : Text Selection Example
2013-09-10 13:45:27 -07:00
Jonas Jenwald
50c4f482c8
Merge pull request #3667 from thorlarholm/iefullscreen
...
Support for fullscreen presentationMode in Internet Explorer
2013-09-10 13:33:13 -07:00
Thor Larholm
3c2d079c42
Fixed review notes: Adding specificity and removing redundant declaration
2013-09-10 22:17:40 +02:00
Thor Larholm
0f07d8ad55
Squashed: Added basic support for presentationMode in IE11
2013-09-10 21:40:14 +02:00
Brendan Dahl
da1c944929
Merge pull request #3656 from timvandermeij/annotation-svg
...
Fixing annotation icon issues
2013-09-09 12:46:26 -07:00
Yury Delendik
69eff38d09
Merge pull request #3660 from maxidirienzo/master
...
viewer.js: Do not process keyboard shortcuts when focused element is a t...
2013-09-09 08:17:50 -07:00
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.
2013-09-09 11:50:49 -03:00
Yury Delendik
0711d3204b
Merge pull request #3659 from Snuffleupagus/update-AUTHORS
...
Adding @Snuffleupagus and @timvandermeij to the AUTHORS list
2013-09-08 11:43:30 -07:00
Jonas Jenwald
34efa38ce2
Adding @Snuffleupagus and @timvandermeij to the AUTHORS list
2013-09-08 20:40:44 +02:00
Tim van der Meij
48a24a48c1
Fixing annotation icon issues
2013-09-06 21:00:02 +02:00
Brendan Dahl
ec52dea70e
Merge pull request #3645 from Snuffleupagus/presentationMode-fix-search
...
Fix searching in presentation mode in Firefox
2013-09-06 08:18:46 -07:00
Brendan Dahl
ab4a51584a
Merge pull request #3431 from timvandermeij/annotation-selection
...
Annotation selection
2013-09-06 08:02:18 -07:00
Jonas
b118ade9ae
Fix searching in presentation mode in Firefox
2013-09-06 09:08:43 +02:00
Tim van der Meij
14912b5a03
Annotation selection
2013-09-05 23:19:04 +02:00
Brendan Dahl
494008eca0
Update readme with what files are needed.
2013-09-05 13:05:02 -07:00
Brendan Dahl
7cf8b8d70c
Merge pull request #3607 from Snuffleupagus/issue-3604
...
Prevent searching during load from breaking the find functionality
2013-09-05 08:13:45 -07:00
Brendan Dahl
30c4ebe5b1
Merge pull request #3644 from Snuffleupagus/presentationMode-simplify-getVisiblePages
...
Simplify getVisiblePages() in presentation mode
2013-09-05 08:11:30 -07:00
Yury Delendik
4a22169be4
Merge pull request #3646 from Snuffleupagus/secondaryToolbar-l10n-Swedish
...
Update the Swedish l10n with secondaryToolbar strings
2013-09-05 05:04:11 -07:00
Jonas
cb11b44bcf
Update the Swedish l10n with secondaryToolbar strings
2013-09-05 11:50:47 +02:00
Jonas
433397f877
Simplify getVisiblePages() in presentation mode
2013-09-05 00:42:36 +02:00
Jonas
54dfe05e30
Prevent searching during load from breaking the find functionality
2013-09-05 00:25:19 +02:00
Jonas
3cce7be9ce
Properly disable presentation mode when the viewer is embedded
2013-09-05 00:23:16 +02:00