779 Commits

Author SHA1 Message Date
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
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
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
notmasteryet
b36e8fee5b Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-600 2011-10-08 09:06:49 -05: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
=
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
notmasteryet
34f438b776 Properly bypass Type3 fonts (ref #577) 2011-10-02 16:53:22 -05:00
notmasteryet
fa57b9de70 Merging if's 2011-10-01 21:39:32 -05:00
notmasteryet
9e53bd78d9 Fixing "no spaces" issue (ref #577) 2011-10-01 21:24:11 -05:00
Andreas Gal
297ad94c84 Merge pull request #538 from notmasteryet/inlineimg
Better 'EI' matching (ref #536)
2011-10-01 17:23:52 -07:00
notmasteryet
d409355f62 Recovering from RGBT-command (ref #577) 2011-10-01 19:01:58 -05:00
Andreas Gal
18d1e473f7 Merge pull request #576 from notmasteryet/view
Fixing view (#575)
2011-10-01 16:42:49 -07:00
notmasteryet
871b431176 Removing non-standard __defineGetter__ function 2011-10-01 16:21:13 -05:00
notmasteryet
c9e8649599 Fixing view 2011-10-01 09:15:49 -05:00
notmasteryet
ca651eca4d Mark all 'Adobe' images with 'EMBED' 2011-09-29 21:38:34 -05:00
notmasteryet
ab391c318d Moving CID-0 encoding hack to fonts.js 2011-09-28 21:19:49 -05:00