Commit Graph

2664 Commits

Author SHA1 Message Date
Brendan Dahl
564fe0d907 Remove open web pdf until we can resolve the performance issues. 2011-11-16 15:16:04 -08:00
Brendan Dahl
d2964f3e94 Update documentation. 2011-11-16 15:12:42 -08:00
Artur Adib
1d04bd2dbb Added link to Corpus Report 2011-11-16 15:27:28 -05:00
Artur Adib
b9a2f38a3d Merge pull request #805 from notmasteryet/issue-644
Issue #644: bypassing identity cmap loading; resetting colorspace ...
2011-11-16 12:03:52 -08:00
Artur Adib
ab5808bb67 Update README.md 2011-11-16 13:54:36 -05:00
notmasteryet
7a2301dc95 Inline setXXXRGBColor calls 2011-11-15 20:16:22 -06:00
Chris Jones
25a8dbd04c Merge pull request #804 from brendandahl/fixmemleak
Fix two memory leaks in testing framework.
2011-11-15 16:38:41 -08:00
notmasteryet
ef58ccd284 Issue #644: bypassing identity cmap translation loading; resetting color space when stroke/fill color set 2011-11-15 18:23:45 -06:00
Brendan Dahl
edf6f51c27 Remove submodule documentation. 2011-11-15 15:51:32 -08:00
Brendan Dahl
29c21843d6 Nits 2011-11-15 15:45:37 -08:00
Brendan Dahl
9e8d079579 Adding jpg.js back as a regular file. 2011-11-15 15:08:13 -08:00
Brendan Dahl
87d13cf803 Remove submodule. 2011-11-15 15:05:31 -08:00
Brendan Dahl
9830cb935e Fix two memory leaks. 2011-11-15 14:43:05 -08:00
notmasteryet
3965185683 change the ERROR to WARNING; a message saying how to resolve these warnings 2011-11-14 21:08:36 -06:00
Artur Adib
b1ae23772f No suppressWarnings in Yury's encoding patch 2011-11-14 15:32:52 -05:00
Artur Adib
5c261b46cc Merge branch 'refs/heads/master' into text-select
Conflicts:
	src/fonts.js
2011-11-14 15:21:18 -05:00
Brendan Dahl
4bdc252cb3 Merge pull request #802 from arturadib/encoding-2
encoding-2 from @notmasteryet
2011-11-14 11:38:49 -08:00
Artur Adib
a182431ac5 Fixing lint 2011-11-14 13:59:11 -05:00
vingtetun
51950478b0 Merge pull request #801 from vingtetun/master
Bump up firefox version
2011-11-14 02:58:47 -08:00
Vivien Nicolas
effddf39ea Bump up firefox version in install.rdf 2011-11-14 11:58:21 +01:00
Kalervo Kujala
c2dd452342 Create first unit test in Jasmine unit test framework.
To run the unit test open pdf.js/test/unit/unit_test.html in your browser.

This requires that https://github.com/pivotal/jasmine is cloned to the same
directory level as pdf.js.
2011-11-13 21:39:56 +02:00
Julian Viereck
b8a1d8a47a Merge pull request #796 from notmasteryet/tree-40
fix lint error
2011-11-12 23:54:45 -08:00
notmasteryet
0499eb58be Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040 2011-11-12 11:27:49 -06:00
notmasteryet
37b4ceb098 fix lint error 2011-11-12 11:10:49 -06:00
notmasteryet
60744a8a61 Merge branch 'master' of git://github.com/mozilla/pdf.js.git into encoding-2
Conflicts:
	src/evaluator.js
	src/fonts.js
2011-11-12 11:09:19 -06:00
Brendan Dahl
543e3377de Adding multi dimensional interpolation and test file. 2011-11-11 14:44:47 -08:00
Julian Viereck
aee1ccf394 Merge pull request #789 from kkujala/master
Fix jslint warnings in pattern.js.
2011-11-11 00:30:22 -08:00
Brendan Dahl
a8117c4744 Merge pull request #788 from jviereck/worker_feature_disable
Disable web worker on firefox 8-9 localhost using feature detection
2011-11-10 14:48:50 -08:00
Brendan Dahl
74004b23bb Add comments, fix default color. 2011-11-10 14:23:58 -08:00
Brendan Dahl
c198ec4323 Makes new alternate colorspace which handles separation and device. 2011-11-10 14:06:42 -08:00
Kalervo Kujala
2988b33dcc Fix jslint warnings in pattern.js.
Also refactor few small issues.
2011-11-10 21:09:05 +02:00
Julian Viereck
99254891e6 Disable work on firefox using feature detection 2011-11-10 18:38:22 +01:00
Brendan Dahl
a12419c084 Initial devicen colorspace support. 2011-11-10 08:41:36 -08:00
Brendan Dahl
ceda6aada8 Update readme to init the submodule. 2011-11-09 16:38:55 -08:00
Artur Adib
baf395ab16 Removing 1040... (duplicate) 2011-11-09 13:53:27 -05:00
Brendan Dahl
a0e1d0652c Merge remote-tracking branch 'upstream/master' into cmykjpgnorm 2011-11-09 09:50:57 -08:00
Brendan Dahl
b872a08f4f Data is now created by jpg.js since we don't know the size. 2011-11-09 09:50:40 -08:00
Brendan Dahl
3d662cf08a Add the cmyk jpeg test file. 2011-11-09 09:39:55 -08:00
Brendan Dahl
22e531b1f2 Adding the jpgjs as submodule. 2011-11-09 09:36:57 -08:00
Brendan Dahl
073af78307 Handle device gray and pass in the color transform option. 2011-11-09 09:29:33 -08:00
vingtetun
c15311c8eb Merge pull request #784 from arturadib/fix-783
Replacing URL flag format for download
2011-11-08 17:04:43 -08:00
Artur Adib
f2d54d3207 Replacing URL flag format 2011-11-08 20:02:28 -05:00
Artur Adib
8c182cb724 Default font fallback is same as setFont()'s 2011-11-08 17:27:02 -05:00
Brendan Dahl
493805d952 Remove the alternative way to do CMYK check. Checking the colorspace seems sufficient. 2011-11-08 14:00:39 -08:00
Brendan Dahl
8d52a1e92a Add another way to detect cmyk images. 2011-11-08 13:53:56 -08:00
Artur Adib
6fec709011 Adding 1040.pdf 2011-11-08 16:14:23 -05:00
Artur Adib
686f275830 Fix font and spaces 2011-11-08 16:05:11 -05:00
Artur Adib
9ebec03ddc Implemented selection for showText() 2011-11-08 15:27:03 -05:00
Brendan Dahl
1869888838 Comment on the new flag. 2011-11-08 08:50:01 -08:00
Brendan Dahl
9bb2b881b0 Adds cmyk jpg support. Treats the cmyk jpg as a regular stream. 2011-11-08 08:48:10 -08:00