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
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
Yury Delendik
0fc8bac7c0
Merge pull request #3570 from brendandahl/encoding-wip
...
Fix handling of multiply-encoded glyphs.
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
Brendan Dahl
e2ca1d0e5e
Merge pull request #3613 from Snuffleupagus/remove-dead-find-code
...
Remove old dead find related code from viewer.js
12 years ago
Brendan Dahl
e9a3ac175c
Merge pull request #3612 from Snuffleupagus/fix-find-when-loading-new-file
...
Prevent searching from breaking when opening a new file in the web viewer
12 years ago
Brendan Dahl
547a7aa862
Merge pull request #3615 from yurydelendik/stopindexing
...
Stops objects indexing at the end
12 years ago
Brendan Dahl
c17a7c9d04
Merge pull request #3505 from Snuffleupagus/move-ThumbnailView
...
Move ThumbnailView from viewer.js to its own file
12 years ago
Yury Delendik
1de48f1805
Merge pull request #3595 from brendandahl/fix-clip
...
Move the creation of canvas path fonts to the worker.
12 years ago
Jonas
e69fc0072a
Prevent named actions from displaying a 'resource://' URL in Firefox
12 years ago
Yury Delendik
1f232ded90
Stops objects indexing at the end
12 years ago
Yury Delendik
8fc1e669f0
Merge pull request #3610 from brendandahl/annot-appearance
...
Use text widget annotation appearance stream if it is available.
12 years ago
Jonas
8892beeb08
Remove old dead find related code from viewer.js
12 years ago
Jonas
baba41f702
Prevent searching from breaking when opening a new file in the web viewer
12 years ago
Brendan Dahl
60586e3101
Ensure there's data to build path.
12 years ago
Brendan Dahl
feafb394d6
Use text widget annotation appearance stream if it is available.
12 years ago
Brendan Dahl
db591769a4
Fix handling of multiply-encoded glyphs.
12 years ago
Yury Delendik
79c57dc04e
Fixes 'make web' after chromium directory remaning
12 years ago
Yury Delendik
711cb21f2b
Merge pull request #3602 from operasoftware/master
...
Make Chrome extension vendor-neutral
12 years ago
Andreas Bovens
8dc41e7483
adjusted some more chrome references in make.js and README.js as per @yurydelendik's suggestion
12 years ago
Andreas Bovens
4a4f570aed
adjusted paths in make.js to reflect chromium instead of chrome
12 years ago
Andreas Bovens
f2ad0f73d7
Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600
12 years ago
Yury Delendik
0d1c5ece40
Merge pull request #3601 from jmozmoz/unregister
...
Really call unregister for _pdfRedirectorFactory (fixing issue #3598 )
12 years ago