notmasteryet
0c56dd1bbe
Merge pull request #437 from kkujala/master
...
Fix a bug and speed up graycs_getRgbBuffer.
14 years ago
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.
14 years ago
notmasteryet
9eac2e1c95
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into zoom-bookmark
...
Conflicts:
web/viewer.js
14 years ago
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.
14 years ago
Vivien Nicolas
83f930abd6
Add '^M' support in the ASCII85Decode filter and fix the fonts code to load the Type1 spec
14 years ago
Vivien Nicolas
3c77972b8e
Length[1-2] can be a reference
14 years ago
Vivien Nicolas
cea0408067
Do not add kCmapGlyphOffset to Type1C mapping unless it is necessary
14 years ago
Vivien Nicolas
a36436ac78
Remove the isDisplayable function and use inline code instead
14 years ago
Vivien Nicolas
d5dc405e80
Merge remote branch 'upstream/master'
14 years ago
Vivien Nicolas
9701f934ed
Move all format 0 characters to the private area
14 years ago
vingtetun
8505591c59
Merge pull request #426 from notmasteryet/zoom
...
Zoom controls
14 years ago
notmasteryet
89440ebef9
Merge pull request #435 from vingtetun/master
...
Fix for #427 and nit of #422
14 years ago
notmasteryet
865a6e663a
Fixing #426 comment; add '0' key as a scale reset
14 years ago
Vivien Nicolas
5970020f3b
Fix wrong mapping for issue #434
14 years ago
Vivien Nicolas
b1a5ab6d0f
Fix regression on i9.pdf
14 years ago
Chris Jones
c382fd1636
Merge pull request #433 from kkujala/master
...
Fix some jslint warnings.
14 years ago
notmasteryet
d30fac0438
Exact positioning of the bookmark
14 years ago
notmasteryet
7795d3fa4e
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into zoom-bookmark
14 years ago
Kalervo Kujala
ef2f3cdc24
Fix some jslint warnings.
14 years ago
notmasteryet
bdfba05779
Merge pull request #431 from kkujala/master
...
Fix xref bug.
14 years ago
Kalervo Kujala
2b5ed9b0fc
Address comments for xref bug.
14 years ago
Kalervo Kujala
5ab01e2cd0
Fix xref bug.
...
Use this.xref instead of xref in fetchDestinations function.
14 years ago
Andreas Gal
07589e7e30
Merge pull request #429 from kkujala/master
...
Small corrections to pdf.js.
14 years ago
Kalervo Kujala
0f4b243752
Small corrections to pdf.js.
...
Also fix some lint errors.
14 years ago
notmasteryet
9f765f052e
Tango icons, simplifying the CSS
14 years ago
notmasteryet
8dfaf760f1
Zoom In/Out buttons
14 years ago
notmasteryet
a56f36e350
Zooming control
14 years ago
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
14 years ago
Vivien Nicolas
cd930d9248
Ensure the characters between 127 and 255 are shown
14 years ago
Vivien Nicolas
e1f7edfae8
Add a comment about supporting hint replacement
14 years ago
Vivien Nicolas
5f99e398f4
Be more flexible about Subrs parsing
14 years ago
Vivien Nicolas
18661debdc
Use lenIV to read the subrs section
14 years ago
Vivien Nicolas
e26b5b3b00
Show Type1 glyphs below 0x20, fix a bug in readNumberArray, read lenIV
14 years ago
Chris Jones
ae2297aa99
Merge pull request #420 from vingtetun/master
...
Workaround for issue #319
14 years ago
Vivien Nicolas
00d2366d1d
Simulate Arial Black and Arial Narrow
14 years ago
Chris Jones
b7fefb42ce
Merge pull request #419 from vingtetun/master
...
Fix for issue #418
14 years ago
Vivien Nicolas
81e1485e14
Address review comment for pull #419
14 years ago
Vivien Nicolas
59c4ba0fb9
Fix for issue #418
14 years ago
Andreas Gal
ca17f3e75b
Merge pull request #409 from vingtetun/master
...
Allow bypassing the sanitizer for Type1C font with encoding supplement
14 years ago
Andreas Gal
c9f3f26f11
Merge pull request #417 from notmasteryet/thumbs3
...
Scale thumbnails proportionally
14 years ago
Vivien Nicolas
c7195a4450
Chromium throw an error on calling defineProperty on a getter only
14 years ago
notmasteryet
a8df1c5dc9
Scale images proportionally
14 years ago
Vivien Nicolas
763bd7059a
Fix a warning when the destination link point to nothing
14 years ago
Vivien Nicolas
25d4fb0d81
Merge remote branch 'upstream/master'
14 years ago
Vivien Nicolas
19c6cef7cc
Address review comments of #409
14 years ago
Andreas Gal
ace1f4a746
Merge pull request #416 from notmasteryet/tree-11
...
Fixing lint warnings
14 years ago
Andreas Gal
d6b173ce90
Merge pull request #415 from notmasteryet/tree-10
...
Add PdKids.pdf as a ref test
14 years ago
Chris Jones
07951ed34b
Merge pull request #413 from notmasteryet/indexedcs
...
Fixing Indexed color space (#411 )
14 years ago
notmasteryet
8f044a26aa
Fixing lint warnings
14 years ago
notmasteryet
92c2938bc1
Add PdKids.pdf as a ref test
14 years ago