Commit Graph

1770 Commits

Author SHA1 Message Date
notmasteryet
dca81bdeeb Merge pull request #444 from kkujala/master
Use radix in parseInt function calls.
2011-09-06 14:40:44 -07:00
Kalervo Kujala
5c132be0e0 Use radix in parseInt function calls. 2011-09-07 00:34:58 +03:00
Andreas Gal
1db8ccaa21 Merge pull request #442 from arturadib/fix-tellAppToQuit
Fixed browser shutdown bug in Mac tests
2011-09-06 11:06:38 -07:00
Artur Adib
1296da313c Fixed browser shutdown bug for Macs
The unnecessary spaces in the URL query were causing `tellAppToQuit()` to fail to detect the query `path`, so the browser was being killed via timeout instead of intended script.
2011-09-06 13:59:14 -04:00
vingtetun
76d58ca4ca Merge pull request #438 from notmasteryet/zoom-bookmark
Scrolling (and zoom) to the bookmark
2011-09-06 06:45:07 -07:00
Chris Jones
76caa3f3a7 Merge pull request #439 from notmasteryet/tree-13
Allow test.py serve files with spaces in the name
2011-09-05 20:33:06 -07:00
notmasteryet
3abe909556 Allow test.py serve files with spaces in the name 2011-09-05 22:19:20 -05:00
notmasteryet
0278e94a40 Merge pull request #436 from vingtetun/master
Fix issue #434
2011-09-05 19:30:06 -07:00
Vivien Nicolas
f7ee90cc8c Fix review comments for #436 2011-09-06 02:28:06 +02:00
notmasteryet
0c56dd1bbe Merge pull request #437 from kkujala/master
Fix a bug and speed up graycs_getRgbBuffer.
2011-09-05 14:32:46 -07:00
Kalervo Kujala
d4b8326496 Fix a bug and speed up graycs_getRgbBuffer.
An rgbBuffer was created which was three times as big as intended. It also
caused that the function was very slow when rendering cable.pdf. Which led
to a slow script warning dialog.

With this fix the function speeds up fifteen-fold in the firebug profile.
2011-09-06 00:11:24 +03:00
notmasteryet
9eac2e1c95 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into zoom-bookmark
Conflicts:
	web/viewer.js
2011-09-05 15:54:54 -05:00
Kalervo Kujala
80304b6976 Fix a bug and speed up graycs_getRgbBuffer.
An rgbBuffer was created which was three times as big as intended. It also
caused that the function was very slow when rendering cable.pdf. Which led
to a slow script warning dialog.

With this fix the function speeds up ten-fold in the firebug profile.
2011-09-05 23:11:48 +03:00
Vivien Nicolas
83f930abd6 Add '^M' support in the ASCII85Decode filter and fix the fonts code to load the Type1 spec 2011-09-05 22:09:40 +02:00
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
notmasteryet
d30fac0438 Exact positioning of the bookmark 2011-09-04 19:46:06 -05:00
notmasteryet
7795d3fa4e Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into zoom-bookmark 2011-09-04 18:46:26 -05: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