Yury Delendik
7a19085159
Moves shared/colorspace.js into core/
11 years ago
Yury Delendik
542c9c4c7a
Moves ColorSpace logic into evaluator
11 years ago
Yury Delendik
d2da73b8c4
Merge pull request #4821 from yurydelendik/fix-loadfontregr
...
Fixes regression in the cleanup
11 years ago
Yury Delendik
f4baea900e
Fixes regression in the cleanup
11 years ago
Jonas Jenwald
fe27a76004
Merge pull request #4815 from yurydelendik/loadFont
...
Refactors loadFont for translateFont be async
11 years ago
Yury Delendik
d39af0aba4
Merge pull request #4817 from p01/graphic_optimizations_3
...
Graphic optimizations 3
11 years ago
p01
455c6b2d35
Removed several 'in' operators in canvas.js
...
This gives up to 6x speed improvement on these methods
11 years ago
p01
cf5ff3d327
Fewer lookups in CanvasGraphics_constructPath
11 years ago
p01
7b68737baa
Strict isEOF / ~22% faster on issue2813, from 16.5s to 13.5s
11 years ago
Yury Delendik
e5a0d89da9
Refactors loadFont for translateFont be async; fixes type3 dup data
11 years ago
Jonas Jenwald
7079992d89
Merge pull request #4770 from yurydelendik/promise-operationlist
...
Adds Promises to getOperatorList
11 years ago
Yury Delendik
88aa396aca
Terminate getOperationList and getTextContent every 20 ms
11 years ago
Yury Delendik
d8eb8b1de1
Adds Promise to the getOperatorList
11 years ago
Yury Delendik
09b24d5231
Merge pull request #4808 from fkaelberer/fixAndroidButtons
...
Fix strange looking buttons in mobile Firefox
11 years ago
Yury Delendik
5cd6483ebb
Merge pull request #4809 from Snuffleupagus/bug-866395-redux
...
Fix loading of fonts with empty font files (bug 866395 and issue 3522)
11 years ago
Yury Delendik
b7d8296902
Merge pull request #4812 from Snuffleupagus/more-api-unittests
...
Add more unit tests for the API
11 years ago
Jonas Jenwald
a984fe5b55
Add more unit tests for the API
11 years ago
Jonas Jenwald
3e1db41ddd
Fix loading of fonts with empty font files (bug 866395 and issue 3522)
11 years ago
Jonas Jenwald
ea0453f106
Add isEmpty method to Stream, DecodeStream and ChunkedStream
11 years ago
fkaelberer
2d4c35cda7
fix buttons under android
11 years ago
Yury Delendik
c0419d7dea
Merge pull request #4773 from fkaelberer/shorterDecodeInt
...
Simplify Jbig2Image.decodeInteger()
11 years ago
Yury Delendik
37a6aac972
Merge pull request #4799 from chriskr/nested-ps-commands
...
Handle nested post script arguments in the preprocessor
11 years ago
Christian Krebs
3e7bcaa892
Handle nested post script arguments in the preprocessor
...
Fix for issue #4785
11 years ago
Tim van der Meij
6d330250da
Merge pull request #4549 from Rob--W/crx-pdf-embed-object
...
<object> / <embed> support in Chrome / Opera
11 years ago
Yury Delendik
7f6cb0ecff
Merge pull request #4764 from p01/graphic_optimizations_2
...
Graphic optimizations 2
11 years ago
p01
330b99f428
Optimized stream.js / 9-10x faster DecodeStream_ensureBuffer
11 years ago
p01
8cfd024e48
Optimized colorspace.js AlternateCS_getRgbBuffer
11 years ago
p01
95fda4fcdc
Optimized function.js / 2x Faster PDFFunction_constructPostScriptFromIR
11 years ago
Jonas Jenwald
0d8e3cc8ca
Merge pull request #4797 from yurydelendik/issue4634
...
Update text layer correctly when zooming with USE_ONLY_CSS_ZOOM
11 years ago
Yury Delendik
97782cafa4
Update text layer correctly when zooming with USE_ONLY_CSS_ZOOM
11 years ago
Yury Delendik
048c6d99f1
Merge pull request #4736 from Snuffleupagus/glyph-accent-buildPath
...
Build paths for glyph accents when drawing text as curves
11 years ago
Yury Delendik
179f4231e6
Merge pull request #4795 from Snuffleupagus/getData-unittest
...
Add unit test for getData
11 years ago
Yury Delendik
df40ac99aa
Merge pull request #4796 from Snuffleupagus/get-destinations-empty-Names
...
Check if the Names dictionary actually contains a Dests dictionary before attempting to get the destinations
11 years ago
Jonas Jenwald
3adab8b183
Fix unit test for getDestinations
11 years ago
Jonas Jenwald
c68ffcf978
Check if the Names dictionary actually contains a Dests dictionary before attempting to get the destinations
11 years ago
Jonas Jenwald
e00b986bd3
Add unit test for getData
11 years ago
Yury Delendik
3051667397
Fixes versions of the jsbin.com examples
11 years ago
Yury Delendik
149d3d8eb9
Merge pull request #4793 from Snuffleupagus/save-regression
...
Fix regression that prevents downloading the PDF file (PR 4752)
11 years ago
Jonas Jenwald
c4d4682924
Fix regression that prevents downloading the PDF file (PR 4752)
11 years ago
Jonas Jenwald
b907e15a90
Build paths for glyph accents when drawing text as curves
11 years ago
Jonas Jenwald
44cd0f4a76
Merge pull request #4752 from yurydelendik/refmsghdlr
...
Refactors MessageHandler.send to remove callbacks
11 years ago
Tim van der Meij
36c6bc245c
Merge pull request #4777 from Snuffleupagus/overlay-refactor
...
Refactor the CSS rules for the overlayContainer
11 years ago
Jonas Jenwald
73a9d50fd1
Refactor the CSS rules for the overlayContainer
11 years ago
Yury Delendik
8609f386a9
Merge pull request #4782 from mzgol/script-type
...
Remove type="text/javascript" from script tags.
11 years ago
Yury Delendik
aa26e6f669
Merge pull request #4783 from mzgol/jquery-2
...
Use jQuery 2 in examples
11 years ago
Yury Delendik
66753ccb1f
Merge pull request #4784 from mzgol/node-0.10
...
Switch to Node.js 0.10
11 years ago
Yury Delendik
ff15ec9882
Merge pull request #4781 from mzgol/package.json
...
Move jshint & yargs to devDependencies
11 years ago
Michał Gołębiowski
ca842ed74f
Switch to Node.js 0.10
...
Node.js 0.12 is soon going to be released and Node 0.8 might be
deprecated soon. It's best to stay on the current version.
11 years ago
Michał Gołębiowski
1a8fc8d2b6
Use jQuery 2 in examples
...
Since pdf.js doesn't work in IE8 anyway, it doesn't make sense to use
jQuery 1 with it. jQuery 2 should be used in every example that needs
jQuery.
11 years ago
Michał Gołębiowski
e625af3fef
Remove type="text/javascript" from script tags.
...
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
11 years ago