Vivien Nicolas
71d0f0d55c
Remove a useless check in charsToUnicode
2011-09-08 13:03:30 +02:00
Vivien Nicolas
a7ef696fea
Add an empty 'widths' to the properties object for base font
2011-09-08 03:21:27 +02:00
Vivien Nicolas
f014867bf8
Merge remote branch 'upstream/master' into refactor
2011-09-08 03:16:35 +02:00
Vivien Nicolas
567be29720
Add more glue between glyph mapping and code mapping
2011-09-08 03:16:33 +02:00
notmasteryet
768554afd8
Merge pull request #454 from vingtetun/refactor
...
Refactor the translateFont() method to be more readable and simpler
2011-09-07 17:30:56 -07:00
vingtetun
4472d899ff
Merge pull request #455 from kkujala/master
...
Fix array initializations.
2011-09-07 16:30:05 -07:00
Kalervo Kujala
a9e0ddc22f
Use typed arrays instead of normal arrays in FlateStream.
...
Also fix a couple of lint warnings.
2011-09-07 23:07:29 +03:00
Kalervo Kujala
fb5807721e
Fix array initializations.
...
And refactor one loop.
2011-09-07 22:11:30 +03:00
Vivien Nicolas
92081af896
Revert a change from the narrow hack
2011-09-07 20:18:02 +02:00
Vivien Nicolas
9c8efbee62
Merge remote branch 'upstream/master' into refactor
2011-09-07 19:57:25 +02:00
Vivien Nicolas
c5b83eaf73
Refactor translateFont() to be more readable - part3
2011-09-07 19:56:45 +02:00
Vivien Nicolas
4d2b8ea1c8
Refactor translateFont() to be more readable - part2
2011-09-07 19:34:53 +02:00
Andreas Gal
909284df7b
Merge pull request #453 from vingtetun/master
...
Fix for #451
2011-09-07 10:24:21 -07:00
Andreas Gal
71ad19365c
Merge pull request #446 from vingtetun/extension
...
Initial import of the Firefox extension (issue #424 )
2011-09-07 10:17:21 -07:00
Vivien Nicolas
8c21f53c98
Refactor translateFont() to be more readable
2011-09-07 18:00:38 +02:00
Vivien Nicolas
12ef21cbbe
Fix lenIV misreading and warn instead of stop for unimplemented Type1 commands
2011-09-07 15:20:23 +02:00
notmasteryet
d72178d6dd
Merge pull request #447 from vingtetun/serif
...
Add a list of common serif fonts to not always fallback on sans-serif
2011-09-06 17:33:18 -07:00
notmasteryet
f8866b37a4
Merge pull request #448 from kkujala/master
...
Use radix in parseInt function calls.
2011-09-06 16:33:40 -07:00
notmasteryet
122e4c1e67
Merge pull request #443 from vingtetun/master
...
Partial fix for issue #440
2011-09-06 16:14:48 -07:00
Kalervo Kujala
0b19fd5251
Use radix in parseInt function calls.
2011-09-07 01:39:48 +03:00
Vivien Nicolas
ea42fd69e4
Add a list of common serif fonts to not always fallback on sans-serif if the font file is missing
2011-09-07 00:29:08 +02:00
vingtetun
a02a1385b6
Merge pull request #445 from kkujala/master
...
Use unique variable names in toplevelPagesDict function.
2011-09-06 15:21:44 -07:00
Vivien Nicolas
0e062668e9
Fix review comments from #424
2011-09-07 00:19:58 +02:00
Kalervo Kujala
24babb6536
Use unique variable names in toplevelPagesDict function.
2011-09-07 01:17:06 +03:00
Vivien Nicolas
e18ddc9c97
Initial import of the Firefox extension
2011-09-07 00:00:24 +02:00
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
Vivien Nicolas
5e37bf7aeb
Do not alter the encoding if no file is going to be altered
2011-09-06 17:26:48 +02:00
Vivien Nicolas
0c091ca855
Merge remote branch 'upstream/master'
2011-09-06 15:45:56 +02: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
Vivien Nicolas
b1a85c6229
Fix cmap encoding records to pass the sanitizer in the case of a duplicate platform: 1, encoding: 0
2011-09-06 15:12:33 +02:00
Vivien Nicolas
9012fbd010
Use sans-serif for font fallback by default
2011-09-06 15:11:07 +02: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