Commit Graph

6618 Commits

Author SHA1 Message Date
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
fkaelberer
11f565547c Fix corrupted images #4649 2014-04-19 19:34:42 +02:00
Tim van der Meij
ee545ddb54 Merge pull request #4644 from Snuffleupagus/attachments-swedish
Add Attachment strings to the Swedish l10n
2014-04-19 13:15:18 +02:00
Jonas Jenwald
edcba98fa7 Merge pull request #4646 from xavier114fch/zh-TW
Update of zh-TW
2014-04-19 12:25:32 +02:00
Xavier Fung
e9a52a2c6c Update of zh-TW 2014-04-19 14:27:13 +08:00
Jonas Jenwald
4e1362642a Only handle scroll events when PDFView.pdfDocument is defined (issue 4642) 2014-04-19 01:55:10 +02:00
Jonas Jenwald
bd1cfbe8a9 Add Attachment strings to the Swedish l10n 2014-04-19 01:01:28 +02:00
Tim van der Meij
8d365b23ca Force default icon size for Text annotations without appearance stream 2014-04-18 21:11:56 +02:00
Yury Delendik
a0625ec0e5 Import of l10n 2014-04-18 12:32:13 -05:00
Yury Delendik
3b2af5149c Merge pull request #4329 from dferer/attachments-support
Preliminary attachments support
2014-04-18 11:41:45 -05:00
Samuel Chantaraud
5bb937c5d7 Added fake button and view to b2g viewer 2014-04-18 12:26:08 -04:00
Samuel Chantaraud
25ee0e8572 Preliminary attachments support
Added a partial Filespec support
Added getAttachments in API
Added a new attachments view in UI (with a new icon by @shorlander)
2014-04-18 12:11:00 -04:00
Yury Delendik
4379f16346 Merge pull request #4641 from yurydelendik/cffname
Fixes invalid CFF name for Mac OSX
2014-04-17 11:19:26 -05:00
Yury Delendik
9a5c121e4d Fixes invalid CFF name for Mac OSX 2014-04-17 10:50:06 -05:00
Yury Delendik
a22258a6b3 Merge pull request #4638 from yurydelendik/issue4630
Recognizes ASCII type1 encoding
2014-04-17 08:39:31 -05:00
Yury Delendik
558c159e3d Merge pull request #4637 from fkaelberer/issue3483
Fix #3483 and simplify readCodingpasses()
2014-04-17 08:29:59 -05:00
Yury Delendik
2c6692050b Merge pull request #4640 from yurydelendik/special-powers
Fix special powers add-on for firefox.
2014-04-17 08:06:54 -05:00
Yury Delendik
bf3a2488df Recognizes ascii type1 encoding 2014-04-17 07:52:33 -05:00
Yury Delendik
98ab547140 Fixes webbrowser.js to avoid undefined callback call 2014-04-17 07:35:31 -05:00
Brendan Dahl
339f8f0ac9 Call correct quit function and wait request sending. 2014-04-17 07:34:38 -05:00
Brendan Dahl
70ce3a88a1 Use special powers quit in unit tests. 2014-04-17 07:34:34 -05:00
Yury Delendik
eb554a8756 Merge pull request #4636 from fkaelberer/issue4553
Rename getUint32 to getInt32 and collect readInt*() in util.js
2014-04-16 16:44:42 -05:00
fkaelberer
f52dfe4c81 Fix #3483 and simplify readCodingpasses() 2014-04-16 21:40:37 +02:00
fkaelberer
b06c10cbbd rename getUint32 to getInt32 and collect readInt*() in util.js 2014-04-16 21:31:16 +02:00
Yury Delendik
b33f4adf88 Merge pull request #4633 from yurydelendik/tlspacing
Fixes spacing in the text layer builder
2014-04-16 11:59:26 -05:00
Yury Delendik
a468f7215d Fixes spacing in the text layer builder 2014-04-16 11:14:57 -05:00
Yury Delendik
dea4bdac49 Merge pull request #4538 from fkaelberer/lessCopyingInJPX
Less copying in the JPX decoder
2014-04-16 08:52:50 -05:00