Commit graph

852 commits

Author SHA1 Message Date
=
2ad1e622ab Move remaining worker.js code into pdf.js. 2011-10-20 12:13:18 -07:00
=
211cf22886 Fix setting the font from graphics state. Fix
setting other graphical state params.
2011-10-20 11:47:13 -07:00
=
d4a810e2b3 Fix merge problem with argsArray/fnArray. 2011-10-20 10:01:25 -07:00
=
452f33b328 Remove WorkerPage. 2011-10-19 12:42:33 -07:00
=
65ea07a3a2 Initial merge of master. 2011-10-19 11:14:13 -07:00
Julian Viereck
fdf8ef33f6 Fix length in setGState(). 2011-10-13 22:54:47 +02:00
Julian Viereck
b832aa5c1e Address latest review comments by Artur 2011-10-13 20:30:55 +02:00
Julian Viereck
3142c2a7da Merge master -> worker_pull + fix too long line 2011-10-11 22:21:34 +02:00
Julian Viereck
15d1d359b3 Fix lint, remove for old worker code, fix some small stuff 2011-10-11 22:09:17 +02:00
Julian Viereck
9b8ce24924 Kill global vars FontsMap, FontLoadedCounter, objIdCounter. 2011-10-11 22:09:16 +02:00
notmasteryet
aa98632b0b Fixing DescendantFonts object fetching (#600) 2011-10-11 22:07:54 +02:00
Julian Viereck
1b69ca80a6 Remove commented out code and change some comments to fit current code state 2011-10-11 19:51:35 +02:00
notmasteryet
6d6c5f94cc Fixing interpolation function (#549) 2011-10-10 22:35:17 -05:00
Julian Viereck
7acec47b80 Let handleSetFont use a fontRef directly. Fixes extgstate.pdf 2011-10-09 13:36:25 +02:00
Julian Viereck
98b4c5bbfc Fix ColorSpace lookup in ColorSpace.parseToIR 2011-10-09 13:24:54 +02:00
Julian Viereck
ac32f6f426 Fix variable naming 2011-10-09 13:09:57 +02:00
Julian Viereck
d313115d19 Add a timeout before sending the pdf doc to the worker such that there is no too-long-js-running hint 2011-10-09 12:07:16 +02:00
Julian Viereck
20a348fc0c Fix lint errors 2011-10-09 10:51:36 +02:00
Julian Viereck
4e3f0e7463 Get Type3 fonts working again. 2011-10-08 22:46:23 +02:00
Julian Viereck
be73cb4f42 Don't create Image object in JpegStream 2011-10-08 22:46:10 +02:00
Julian Viereck
90e2546ea3 Process fonts on main thread again - font handling works again 2011-10-08 22:22:30 +02:00
Julian Viereck
75884a6160 Hack something up that renders font right again 2011-10-08 18:15:18 +02:00
Julian Viereck
4258da35db Try to rescue fonts - not working 2011-10-08 17:28:49 +02:00
Julian Viereck
23e413520b Small fixes + docs 2011-10-08 17:08:17 +02:00
notmasteryet
b36e8fee5b Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-600 2011-10-08 09:06:49 -05:00
Julian Viereck
8929e6b349 Move WorkerPDFDoc to pdf.js. Rename PDFDoc -> PDFDocModel + WorkerPDFDoc -> PDFDoc. This is required until the worker code doesn't depend on an PDFDoc instance anymore 2011-10-08 15:19:48 +02:00
Julian Viereck
06994d3394 Transform setGState to IR form and hanlde edge case of setFont 2011-10-08 14:53:09 +02:00
Julian Viereck
3054102d3b Merge worker_pull with master 2011-10-08 14:18:23 +02:00
notmasteryet
0301b530a9 Fixing DescendantFonts object fetching (#600) 2011-10-07 22:46:01 -05:00
notmasteryet
0c8f0cd6c2 Fixing PDF bad structure and 'fi' ligature 2011-10-07 22:24:26 -05:00
Brendan Dahl
9733a2b0f7 Merge pull request #620 from notmasteryet/imagecache
Cache DOM images; including smask as cachable image...
2011-10-07 16:58:19 -07:00
Brendan Dahl
d6edd79d17 Merge pull request #589 from notmasteryet/rgbt
Recovering from RGBT-command (ref #577)
2011-10-07 11:56:10 -07:00
notmasteryet
ec41fda318 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into imagecache 2011-10-06 20:23:30 -05:00
=
86efbe8d00 Fixing lint 2011-10-06 09:24:06 -07:00
notmasteryet
dd189adc7f Cache DOM images; including smask as cachable image; same image onload fix 2011-10-05 19:07:58 -05:00
=
e357b7a9f9 Fix width and height for pattering bounding box. 2011-10-05 16:32:26 -07:00
Julian Viereck
d7521f758a Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code 2011-10-05 22:24:38 +02:00
=
6f9e8c3442 Merge remote-tracking branch 'upstream/master' into boundingbox 2011-10-05 09:19:02 -07:00
=
c48f85621f Fixing bounding boxes and test ref file writing. 2011-10-05 09:18:20 -07:00
Muhammad Fikri
a373baeff5 fix typo xhr onprogress 2011-10-05 19:29:03 +07:00
=
b24bec27ca Address pull request feedback. 2011-10-04 09:06:51 -07:00
=
8f57135513 fix merge conflicts 2011-10-04 08:52:15 -07:00
Artur Adib
1508c03414 Merge pull request #602 from arturadib/test-features
New test/ features (useful for bot)
2011-10-03 18:57:02 -07:00
vingtetun
7842c65099 Merge pull request #556 from notmasteryet/cid0
Initial CID-0 font encodings
2011-10-03 17:36:51 -07:00
=
ff2dea38ec fix merge conflicts 2011-10-03 17:18:47 -07:00
=
5f81017726 #502 Adding basic Type3 font support. 2011-10-03 16:36:01 -07:00
Artur Adib
25448945a4 Lint - fixing double quotes 2011-10-03 15:59:14 -04:00
notmasteryet
81af550f83 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into tree-28 2011-10-02 20:23:52 -05:00
notmasteryet
17ba5e3f68 Add comment for type3 bypass 2011-10-02 20:06:57 -05:00
notmasteryet
3c536c211a Set default colors to avoid invalid strokeStyle or fillStyle warnings 2011-10-02 17:35:59 -05:00