Commit Graph

1754 Commits

Author SHA1 Message Date
Vivien Nicolas
3c77972b8e Length[1-2] can be a reference 2011-09-05 21:01:39 +02:00
Vivien Nicolas
cea0408067 Do not add kCmapGlyphOffset to Type1C mapping unless it is necessary 2011-09-05 18:04:41 +02:00
Vivien Nicolas
a36436ac78 Remove the isDisplayable function and use inline code instead 2011-09-05 17:34:52 +02:00
Vivien Nicolas
d5dc405e80 Merge remote branch 'upstream/master' 2011-09-05 17:30:59 +02:00
Vivien Nicolas
9701f934ed Move all format 0 characters to the private area 2011-09-05 17:30:01 +02:00
vingtetun
8505591c59 Merge pull request #426 from notmasteryet/zoom
Zoom controls
2011-09-05 08:08:07 -07:00
notmasteryet
89440ebef9 Merge pull request #435 from vingtetun/master
Fix for #427 and nit of #422
2011-09-05 07:37:35 -07:00
notmasteryet
865a6e663a Fixing #426 comment; add '0' key as a scale reset 2011-09-05 09:07:18 -05:00
Vivien Nicolas
5970020f3b Fix wrong mapping for issue #434 2011-09-05 15:36:38 +02:00
Vivien Nicolas
b1a5ab6d0f Fix regression on i9.pdf 2011-09-05 14:35:03 +02:00
Chris Jones
c382fd1636 Merge pull request #433 from kkujala/master
Fix some jslint warnings.
2011-09-05 00:18:53 -07:00
Kalervo Kujala
ef2f3cdc24 Fix some jslint warnings. 2011-09-04 14:37:30 +03:00
notmasteryet
bdfba05779 Merge pull request #431 from kkujala/master
Fix xref bug.
2011-09-03 12:41:00 -07:00
Kalervo Kujala
2b5ed9b0fc Address comments for xref bug. 2011-09-03 22:28:45 +03:00
Kalervo Kujala
5ab01e2cd0 Fix xref bug.
Use this.xref instead of xref in fetchDestinations function.
2011-09-03 21:41:50 +03:00
Andreas Gal
07589e7e30 Merge pull request #429 from kkujala/master
Small corrections to pdf.js.
2011-09-03 10:56:38 -07:00
Kalervo Kujala
0f4b243752 Small corrections to pdf.js.
Also fix some lint errors.
2011-09-03 20:47:58 +03:00
notmasteryet
9f765f052e Tango icons, simplifying the CSS 2011-09-03 09:10:24 -05:00
notmasteryet
8dfaf760f1 Zoom In/Out buttons 2011-09-02 20:36:17 -05:00
notmasteryet
a56f36e350 Zooming control 2011-09-02 20:16:52 -05:00
Andreas Gal
2f1a018e72 Merge pull request #422 from vingtetun/master
Fix some Type1 issues encounterd with http://faq.ktug.or.kr/wiki/uploads/MathFonts.pdf
2011-09-02 08:21:35 -07:00
Vivien Nicolas
cd930d9248 Ensure the characters between 127 and 255 are shown 2011-09-02 15:47:34 +02:00
Vivien Nicolas
e1f7edfae8 Add a comment about supporting hint replacement 2011-09-02 15:26:16 +02:00
Vivien Nicolas
5f99e398f4 Be more flexible about Subrs parsing 2011-09-02 14:21:48 +02:00
Vivien Nicolas
18661debdc Use lenIV to read the subrs section 2011-09-02 13:37:39 +02:00
Vivien Nicolas
e26b5b3b00 Show Type1 glyphs below 0x20, fix a bug in readNumberArray, read lenIV 2011-09-01 19:50:04 +02:00
Chris Jones
ae2297aa99 Merge pull request #420 from vingtetun/master
Workaround for issue #319
2011-08-31 20:03:38 -07:00
Vivien Nicolas
00d2366d1d Simulate Arial Black and Arial Narrow 2011-09-01 04:06:33 +02:00
Chris Jones
b7fefb42ce Merge pull request #419 from vingtetun/master
Fix for issue #418
2011-08-31 16:26:06 -07:00
Vivien Nicolas
81e1485e14 Address review comment for pull #419 2011-09-01 01:16:40 +02:00
Vivien Nicolas
59c4ba0fb9 Fix for issue #418 2011-08-31 23:26:34 +02:00
Andreas Gal
ca17f3e75b Merge pull request #409 from vingtetun/master
Allow bypassing the sanitizer for Type1C font with encoding supplement
2011-08-31 08:39:00 -07:00
Andreas Gal
c9f3f26f11 Merge pull request #417 from notmasteryet/thumbs3
Scale thumbnails proportionally
2011-08-31 07:17:25 -07:00
Vivien Nicolas
c7195a4450 Chromium throw an error on calling defineProperty on a getter only 2011-08-31 14:41:21 +02:00
notmasteryet
a8df1c5dc9 Scale images proportionally 2011-08-31 07:22:48 -05:00
Vivien Nicolas
763bd7059a Fix a warning when the destination link point to nothing 2011-08-31 14:17:57 +02:00
Vivien Nicolas
25d4fb0d81 Merge remote branch 'upstream/master' 2011-08-31 13:43:28 +02:00
Vivien Nicolas
19c6cef7cc Address review comments of #409 2011-08-31 13:42:10 +02:00
Andreas Gal
ace1f4a746 Merge pull request #416 from notmasteryet/tree-11
Fixing lint warnings
2011-08-30 22:29:05 -07:00
Andreas Gal
d6b173ce90 Merge pull request #415 from notmasteryet/tree-10
Add PdKids.pdf as a ref test
2011-08-30 22:28:27 -07:00
Chris Jones
07951ed34b Merge pull request #413 from notmasteryet/indexedcs
Fixing Indexed color space (#411)
2011-08-30 22:28:00 -07:00
notmasteryet
8f044a26aa Fixing lint warnings 2011-08-30 22:46:02 -05:00
notmasteryet
92c2938bc1 Add PdKids.pdf as a ref test 2011-08-30 22:32:56 -05:00
notmasteryet
b03503fc12 Optimization of getComponents() 2011-08-30 22:08:41 -05:00
notmasteryet
c50b3fde20 Fixing Indexed color space (#411) 2011-08-30 22:03:15 -05:00
Vivien Nicolas
fbf92068b0 Merge remote branch 'upstream/master' 2011-08-31 04:12:28 +02:00
Andreas Gal
42c4ebfdb2 Merge pull request #410 from kkujala/master
Fix a small bug in getBlackCode.
2011-08-30 18:59:20 -07:00
Kalervo Kujala
4b8274348b Fix a small bug in getBlackCode.
And refactor the code a litlle bit.
2011-08-31 04:46:59 +03:00
Vivien Nicolas
cd7cf3536d Ensure lastChar is correct if it's not specified 2011-08-31 03:31:45 +02:00
Vivien Nicolas
8145c00215 Fix another regression on pdf.pdf#5 2011-08-31 02:18:13 +02:00