Yury Delendik
2c194b2362
Adds FAQ link
2014-04-29 08:35:12 -05:00
Thorben Bochenek
f6eafd5e74
link to FAQ
2014-04-29 15:34:11 +02:00
Yury Delendik
75d6792092
Merge pull request #4701 from Snuffleupagus/issue-4650
...
Prevent trying to map characters to the specials unicode block in adjustMapping (issue 4650)
2014-04-28 17:34:55 -05:00
Jonas Jenwald
747dec16b2
Prevent trying to map characters to the specials unicode block in adjustMapping (issue 4650)
2014-04-28 23:33:54 +02:00
Yury Delendik
6c5a308dcc
Merge pull request #4689 from timvandermeij/ie-attachments
...
Fixes DownloadManager for IE10 and above
2014-04-28 16:31:57 -05:00
Tim van der Meij
19586721fb
Fixes DownloadManager for IE10 and above
2014-04-28 22:43:05 +02:00
Tim van der Meij
32a327b55b
Merge pull request #4669 from Snuffleupagus/sidebar-pref
...
Add a preference to set the sidebarView on load
2014-04-28 21:02:53 +02:00
Jonas Jenwald
c53bcb2992
Add a preference to set the sidebarView on load
2014-04-28 20:32:41 +02:00
Yury Delendik
0d30bb040e
Merge pull request #4699 from yurydelendik/testmem
...
Reduces memory used during testing
2014-04-28 11:42:31 -05:00
Yury Delendik
31f2a24e78
Reduces memory used during testing
2014-04-28 11:15:46 -05:00
Yury Delendik
2cdb18bde7
Merge pull request #4693 from Snuffleupagus/preferences-reject
...
Ensure that the viewer loads even if there are errors when the preferences are read
2014-04-28 10:38:12 -05:00
Yury Delendik
58f697f977
Merge pull request #4528 from bthorben/lessColorConversion
...
Less color conversion
2014-04-28 08:28:33 -05:00
Jonas Jenwald
159e86f7ab
Ensure that the viewer loads even if there are errors when the preferences are read
2014-04-28 11:01:58 +02:00
Yury Delendik
42ed9025ef
Merge pull request #4692 from Snuffleupagus/viewHistory-setMultiple
...
Add support for setting multiple values at once in ViewHistory
2014-04-27 23:26:38 -05:00
Yury Delendik
7e81b03270
Merge pull request #4676 from timvandermeij/line-endings
...
Force Unix line endings for text files
2014-04-27 23:13:57 -05:00
Yury Delendik
458d88d218
Merge pull request #4687 from timvandermeij/attachments-content-type
...
Providing content type for attachment downloads
2014-04-27 22:50:44 -05:00
Yury Delendik
2ff1d433b9
Merge pull request #4697 from Snuffleupagus/issue-4696
...
Fix the display of the indeterminate progress bar when the loaded percentage is NaN (issue 4696)
2014-04-27 17:20:46 -05:00
Jonas Jenwald
51d6ad7176
Fix the display of the indeterminate progress bar when the loaded percentage is NaN (issue 4696)
2014-04-27 22:11:25 +02:00
Tim van der Meij
c566feb721
Providing content type for attachment downloads
2014-04-25 23:30:51 +02:00
Tim van der Meij
002d55ff8f
Merge pull request #4686 from timvandermeij/attachments-button
...
Converts attachment items to buttons instead of links
2014-04-25 23:25:18 +02:00
Tim van der Meij
9d6ffbb3bf
Converts attachment items to buttons instead of links
2014-04-25 23:15:25 +02:00
Jonas Jenwald
69eafaa58f
Add support for setting multiple values at once in ViewHistory
2014-04-25 22:57:01 +02:00
Jonas Jenwald
48399a3ec7
Add writeToStorage method to ViewHistory
2014-04-25 20:13:17 +02:00
Yury Delendik
094d0e24ce
Merge pull request #4679 from Snuffleupagus/bug-1000777
...
[Firefox] Workaround for sessionStorage error when the preference network.cookie.lifetimePolicy is set to 1 (bug 1000777)
2014-04-25 11:56:38 -05:00
Jonas Jenwald
447d115ec1
[Firefox] Workaround for sessionStorage error when the preference network.cookie.lifetimePolicy is set to 1 (bug 1000777)
2014-04-25 18:12:25 +02:00
Jonas Jenwald
00453255f4
Merge pull request #4671 from yurydelendik/issue4668
...
Guesses Type1C font type based on file content
2014-04-24 23:42:19 +02:00
Jonas Jenwald
d06d60f09f
Merge pull request #4674 from timvandermeij/move-document-outline-view
...
Move DocumentOutlineView and DocumentAttachmentsView to their own files
2014-04-24 23:17:52 +02:00
Tim van der Meij
107cd8007f
Move DocumentAttachmentsView to its own file
2014-04-24 22:58:21 +02:00
Tim van der Meij
1e119e093b
Move DocumentOutlineView to its own file
2014-04-24 22:58:13 +02:00
Tim van der Meij
869dce63e1
Force Unix line endings for all files in new commits
2014-04-24 22:52:34 +02:00
Tim van der Meij
c49b5e9499
Merge pull request #4675 from timvandermeij/attachments-translations
...
Dutch translations for attachments strings
2014-04-24 21:38:57 +02:00
Tim van der Meij
2c52e69053
Dutch translations for attachments strings
2014-04-24 21:36:44 +02:00
Yury Delendik
98e023e464
Guesses Type1C font type based on file content
2014-04-24 11:48:18 -05:00
Thorben Bochenek
e8f0700bfa
Move the colour conversion to jpg.js
...
Benchmarking shows that this improves performance for the invitation document
from https://github.com/mozilla/pdf.js/issues/3809 by 35%
2014-04-24 15:07:12 +02:00
Thorben Bochenek
e7fe45a5c4
Refactor jpg.js and include forceRGBoutput, correct style of image.js
...
This refactors getData to be more readable and extracts all the color
conversion algorithms to their own functions. The resulting code was then
cleaned up.
This also introduces a flag `forceRGBoutput` to getData, that allows to always
get the data as a `width * height * 3` bytes long RGB buffer
2014-04-24 12:55:37 +02:00
Yury Delendik
26bea20c82
Merge pull request #4666 from p01/Faster_image_resize
...
PDFImage_resize: copy in place with alpha and ~5x speed up
2014-04-23 20:28:07 -05:00
Yury Delendik
b088690f1a
Merge pull request #4645 from Snuffleupagus/issue-4642
...
Only handle scroll events when PDFView.pdfDocument is defined (issue 4642)
2014-04-23 20:23:41 -05:00
Yury Delendik
41d8959b42
Merge pull request #4663 from yurydelendik/v1.0.68
...
Version 1.0.68
2014-04-23 20:21:01 -05:00
p01
8f9bd33a57
PDFImage_resize: copy in place with alpha and ~5x speed up
2014-04-23 17:27:02 +02:00
Yury Delendik
bda1865fb8
Merge pull request #4520 from timvandermeij/annotation-icon-size
...
Force default icon size for Text annotations without appearance stream
2014-04-22 16:13:50 -05:00
Yury Delendik
669eb87b1f
Version 1.0.68
2014-04-22 16:10:24 -05:00
Yury Delendik
ead4cbf2b7
Merge pull request #4600 from p01/JPX_optimization_2
...
Optimized JPX decoder ~6% faster
2014-04-22 10:58:18 -05:00
p01
a66326cc54
Optimized JPX decoder ~6% faster
2014-04-22 15:34:26 +02:00
Yury Delendik
e9cdf6bb01
Merge pull request #4654 from yurydelendik/nodeexampe
...
Basic node.js example that demonstrate pdf.combined.js file use
2014-04-21 10:55:42 -05:00
Yury Delendik
0845f90714
Merge pull request #4655 from Snuffleupagus/issue-4443
...
Add integer conversion to RGB colour values in convertToRgb in DeviceCmykCS (issue 4443)
2014-04-21 09:18:36 -05:00
Yury Delendik
5db157db58
Merge pull request #4653 from fkaelberer/issue4649
...
Fix corrupted images #4649
2014-04-21 07:16:25 -05:00
Tim van der Meij
7f0a11ceba
Merge pull request #4656 from Snuffleupagus/stepper-regression
...
Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
2014-04-20 21:22:42 +02:00
Jonas Jenwald
ead5653cdc
Add integer conversion to RGB colour values in convertToRgb in DeviceCmykCS (issue 4443)
2014-04-20 02:23:45 +02:00
Jonas Jenwald
8edb5cc804
Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
2014-04-20 01:05:38 +02:00
Yury Delendik
b8344a543c
Basic node.js example that demostrate pdf.combined.js file use
2014-04-19 15:43:16 -05:00