Tim van der Meij
673cdbd05f
Merge pull request #5778 from Snuffleupagus/issue-5421-text
...
Add a |text| test-case for issue 5421
10 years ago
Jonas Jenwald
82f73bc9f4
Add a |text| test-case for issue 5421
...
Prior to PR 4259, we *incorrectly* ignored `toUnicode` for Type3 fonts. Since we now handle that correctly, this patch adds a `text` test-case to prevent regressions.
10 years ago
Jonas Jenwald
fa0f09bcf0
Merge pull request #5771 from timvandermeij/unused-util
...
Remove unused isNull utility function
10 years ago
Jonas Jenwald
43e6de7e38
Merge pull request #5680 from Rob--W/forget-showPreviousViewOnLoad
...
Reset state upon load if showPreviousViewOnLoad
10 years ago
Rob Wu
6a16d7dd44
Reset state upon load if showPreviousViewOnLoad
...
And moved showPreviousViewOnLoad up to PDFViewerApplication.initialize
10 years ago
Tim van der Meij
026b57641f
Remove unused isNull utility function
10 years ago
Tim van der Meij
a033b4bf3d
Merge pull request #5769 from dumyan/findcontroller-nbsp
...
nbsp normalization
10 years ago
Jonas Jenwald
00ee6bd6b6
Merge pull request #5693 from collinanderson/whitespace
...
cleaned whitespace
10 years ago
Damjan Velickovski
29290f3277
added nbsp normalization
10 years ago
Yury Delendik
4c2640dcf0
Merge pull request #5758 from mjlyons/ext-link-new-window
...
Add option to open external links in new window
10 years ago
Yury Delendik
ce122591b9
Merge pull request #5586 from fkaelberer/updateThumbnailClassesOnlyWhenVisible
...
Update thumbnails only when they are visible (to improve scrolling through large documents)
10 years ago
Yury Delendik
6ead5c4731
Merge pull request #5711 from Snuffleupagus/deprecate-el-property
...
Remove the |el| property in PDFPageView and PDFThumbnailView
10 years ago
Yury Delendik
2e14cc70cc
Merge pull request #5731 from Snuffleupagus/issue-5331
...
Skip fill bytes (0xFF) when decoding JPEG images (issue 5331)
10 years ago
Yury Delendik
a0a94344d7
Merge pull request #5721 from Snuffleupagus/move-findController-resolveFirstPage
...
Move the call to |PDFFindController.resolveFirstPage| into PDFViewer
10 years ago
Yury Delendik
fac79aba64
Merge pull request #5744 from Snuffleupagus/reset-auto-zoom-regression
...
Fix regression that prevents resetting the zoom level to "Automatic" when using the |Ctrl + 0| keys
10 years ago
Yury Delendik
23916b2b14
Merge pull request #5748 from Snuffleupagus/issue-5747
...
Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747)
10 years ago
Yury Delendik
ec7bab651b
Import L10n files.
10 years ago
Yury Delendik
3b29286cb0
Merge pull request #5763 from yurydelendik/version-1.0.1149
...
Update to version 1.0.1149
10 years ago
Yury Delendik
5bb61bd801
Update to version 1.0.1149
10 years ago
Jonas Jenwald
eed67ea8bb
Remove the |el| property in PDFPageView and PDFThumbnailView
10 years ago
Mike Lyons
d271811740
Add option to open external links in new window
10 years ago
Brendan Dahl
bc7a110743
Merge pull request #5743 from Snuffleupagus/pr-5703-followup
...
Only skip the |!isSymbolicFont| check for TrueType (3, 1) cmap tables if no previous cmap table was found (PR 5703 followup)
10 years ago
Jonas Jenwald
7c8996558a
Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747)
10 years ago
Jonas Jenwald
a495ab0d13
Fix regression that prevents resetting the zoom level to "Automatic" when using the |Ctrl + 0| keys
10 years ago
Jonas Jenwald
417800a1b5
Only skip the |!isSymbolicFont| check for TrueType (3, 1) cmap tables if no previous cmap table was found (PR 5703 followup)
...
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=894572 .
10 years ago
Brendan Dahl
6bb0a483b1
Merge pull request #5703 from Snuffleupagus/issue-5701
...
Relax the |isSymbolicFont| check for TrueType (3, 1) cmap tables (issue 5701)
10 years ago
Collin Anderson
54e984c763
cleaned whitespace
10 years ago
Jonas Jenwald
76a24d8a5b
Merge pull request #5729 from timvandermeij/ccitt-bytealign
...
Fix CCITTStream regression by byte-aligning rows before checking EOL marker
10 years ago
Jonas Jenwald
3651c9e1f7
Skip fill bytes (0xFF) when decoding JPEG images (issue 5331)
10 years ago
Tim van der Meij
27e3558a41
Fix CCITTStream regression by byte-aligning rows before checking EOL marker
10 years ago
Jonas Jenwald
592890a758
Relax the |isSymbolicFont| check for TrueType (3, 1) cmap tables (issue 5701)
10 years ago
Jonas Jenwald
8614c17c1d
Merge pull request #5717 from timvandermeij/testcase-5567
...
Test case for issue 5567
10 years ago
Brendan Dahl
394b38b22f
Merge pull request #5651 from Snuffleupagus/missing-glyphs
...
Try to skip mapping of missing TrueType and CIDFontType2 glyphs
10 years ago
Brendan Dahl
fb8200096b
Merge pull request #5634 from Snuffleupagus/cmap-0,0
...
Add support for TrueType (0, 0) cmap tables (issue 5501, issue 5574, and bug 1037973)
10 years ago
Jonas Jenwald
8131440f9e
Move the call to |PDFFindController.resolveFirstPage| into PDFViewer
...
From reading IRC scrollback, it became clear that having to manually call `PDFFindController.resolveFirstPage` in order for the find functionality to work isn't particulary good. Hence this PR, which moves that code into `PDFViewer.setDocument` to make life easier for third-party implementations.
10 years ago
Tim van der Meij
d124fc5e08
Test case for issue 5567
10 years ago
Jonas Jenwald
01e6565dd4
Try to skip mapping of missing TrueType glyphs
...
Also don't skip mapping of glyphs which are empty, if the corresponding charCode is included in toUnicode.
10 years ago
Jonas Jenwald
8174da61fb
Don't skip mapping of glyphs for CIDFontType2 fonts with a CIDToGIDMap
...
Also don't skip mapping of glyphs which are empty, if the corresponding charCode is included in toUnicode.
10 years ago
Brendan Dahl
cb27707277
Try to skip mapping of missing glyphs.
10 years ago
Tim van der Meij
ccf05c7a41
Merge pull request #5691 from Snuffleupagus/viewer-shadow
...
Use the |shadow| function from src/shared/util.js in viewer.js
10 years ago
Jonas Jenwald
d53fa1884b
Simplify a couple of preprocessor tags in viewer.js
10 years ago
Jonas Jenwald
bb16475070
Use the |shadow| function from src/shared/util.js in viewer.js
10 years ago
Jonas Jenwald
294c4a86af
Merge pull request #5684 from timvandermeij/link-annotation-bug
...
Make sure that an A entry in an annotation dictionary is also a dictionary itself
10 years ago
Tim van der Meij
06004d6a92
Make sure that an A entry in an annotation dictionary is also a dictionary itself
10 years ago
Jonas Jenwald
e4f0ae24ac
Merge pull request #5678 from timvandermeij/pdf_attachment_view
...
Refactor the attachment code
10 years ago
Tim van der Meij
b72395d5ce
Determine filename only once and reduce code for _bindLink
10 years ago
Tim van der Meij
818b7fc306
Add JSDoc comments to PDFAttachmentView
10 years ago
Tim van der Meij
4c6ca1c78f
Remove DownloadManager dependency
...
We can pass it in using the options object. Note that that this also avoids creating a DownloadManager object for each separate link (instead, having only one is enough).
10 years ago
Tim van der Meij
733882ac25
Refactor PDFAttachmentView to be more class-like and to separate functionality into methods
10 years ago
Tim van der Meij
609e2a30e9
Rename DocumentAttachmentsView to PDFAttachmentView
10 years ago