883 Commits

Author SHA1 Message Date
Kalervo Kujala
e72216649a Fix strict js wanings. 2011-10-24 22:52:37 +03:00
=
a203437d67 Fix lint error. 2011-10-21 16:32:35 -07:00
=
300730c335 Addressing Vivian's comments. 2011-10-21 15:56:10 -07:00
=
23363cf464 Remove debugger 2011-10-21 09:56:28 -07:00
=
d272f835d7 Merge remote-tracking branch 'origin/integration' into integration 2011-10-21 09:55:24 -07:00
=
5293a248b6 Merge remote-tracking branch 'upstream/master' into integration 2011-10-21 09:06:08 -07:00
Julian Viereck
b873c1f4da Fix imageObj.imageMask bug from merge 2011-10-21 09:42:44 +02:00
=
435d9f2e9a Removing all console logs. 2011-10-20 16:59:59 -07:00
=
29ed0be26b Merge upstream/master. 2011-10-20 16:56:30 -07:00
Chris Jones
7185a12300 Merge pull request #685 from kkujala/master
Refactor duplicate code in getTwoDimCode function.
2011-10-20 16:43:08 -07:00
Kalervo Kujala
7da3c68c48 Fix strict javascript warning in CanvasGraphics. 2011-10-20 23:56:23 +03:00
=
82aef59edf Refactor TilingPattern to be more similar to the
other IR patterns.
2011-10-20 13:54:39 -07:00
=
1d66c0e895 Rename JpegStreamIr to just JpegImage since it isn't
an IR.
2011-10-20 12:18:24 -07:00
=
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
Kalervo Kujala
0a83c2661d Refactor duplicate code in getTwoDimCode function.
Also reuse the existing findTableCode function for it.
2011-10-19 22:58:03 +03: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
vingtetun
fefe4247c0 Merge pull request #665 from notmasteryet/viewlink
Adds "bookmark" icon and fixes scale/ current page number issues
2011-10-18 12:34:08 -07:00
notmasteryet
7323e670b6 Merge pull request #676 from vingtetun/oncontextmenu
Fix issue 581 by adding oncontextmenu='return false;' to buttons
2011-10-17 19:15:19 -07:00
Kalervo Kujala
3ba167645f Refactor duplicate code in getWhiteCode.
Reuse functionality from getBlackCode for this.
2011-10-18 00:29:43 +03:00
vingtetun
2dac9ce451 Merge pull request #672 from kkujala/master
Refactor duplicate code in getBlackCode.
2011-10-17 13:27:36 -07:00
Kalervo Kujala
6688c3a1f5 Handle blackTable2 array access correctly. 2011-10-17 22:24:19 +03:00
Vivien Nicolas
674d6a7d18 Fix warnings in strict mode 2011-10-17 20:39:29 +02:00
Kalervo Kujala
d39ea4dc54 Adhere to 80 char line limit. 2011-10-16 12:34:34 +03:00
Kalervo Kujala
3c53e34c7b Refactor duplicate code in getBlackCode. 2011-10-15 23:32:56 +03:00
Kalervo Kujala
fb174290c7 Move function creation out of the loop.
Also name the anonymous function. Jslint complains about this.
2011-10-15 22:03:57 +03:00
notmasteryet
b54be346b5 Add "bookmark" icon; and fixing scale/ current page number issues 2011-10-14 21:05:57 -05:00
notmasteryet
176bef3c0e Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into tree-33 2011-10-13 17:45:58 -05: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
notmasteryet
01f026ce14 Fixing duplicate charstring selection 2011-10-12 19:53:57 -05:00
notmasteryet
53cfe2792b Fixing #650 regression 2011-10-12 17:52:11 -05:00
notmasteryet
511177576c Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into liveprog 2011-10-12 17:36:03 -05:00
notmasteryet
db5550af09 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-649 2011-10-11 20:29:40 -05:00
notmasteryet
e745114a5e Making the normalized name same in pdf.js and fonts.js 2011-10-11 19:38:20 -05: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
notmasteryet
8241733a20 Getting addition encoding information for cmap from the CFF data (#641) 2011-10-09 22:40:49 -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