Brendan Dahl
|
2caa09c7fc
|
Merge remote-tracking branch 'upstream/master' into smaskscale
|
14 years ago |
Brendan Dahl
|
03ec82ba62
|
Fix nits.
|
14 years ago |
Brendan Dahl
|
ee4504c3bf
|
Change test case.
|
14 years ago |
Brendan Dahl
|
87d72023dc
|
Scale smask and image to the max dimensions of either one. Fix grayscale to scale the input value based on bpc.
|
14 years ago |
Brendan Dahl
|
74b66c0a7b
|
Fix bug, decoding was always getting called.
|
14 years ago |
notmasteryet
|
969422f3c2
|
Merge pull request #955 from jviereck/vprevent_default
Prevent default actions when zooming.
|
14 years ago |
Julian Viereck
|
3a86e047e0
|
Prevent default actions when zooming. Otherwise the browser performs a zoom of the entire page
|
14 years ago |
Brendan Dahl
|
cf31eb4544
|
Add test case for smasks.
|
14 years ago |
Artur Adib
|
0226405b86
|
Merge pull request #949 from notmasteryet/ie9-dataset
Add compatibility for HTMLElement's dataset
|
14 years ago |
Brendan Dahl
|
3175e5498c
|
Merge remote-tracking branch 'upstream/master' into smaskscale
|
14 years ago |
Artur Adib
|
f7f7269253
|
Merge pull request #937 from ironymark/master
stop canvasRenderTextLayer blocking browser UI
|
14 years ago |
Artur Adib
|
cd4745a187
|
Merge pull request #947 from brendandahl/decodemap
Support Image Decodes
|
14 years ago |
Adil Allawi
|
b921486bce
|
simplify adding of textdivs to DOM as queue is no longer needed
|
14 years ago |
notmasteryet
|
d6e4607fd0
|
Add compatibility for HTMLElement's dataset (#945)
|
14 years ago |
Brendan Dahl
|
abad94d2b6
|
Lints.
|
14 years ago |
Brendan Dahl
|
01e876f014
|
Merge remote-tracking branch 'origin/decodemap' into smaskscale
|
14 years ago |
Brendan Dahl
|
8096d747c0
|
Fix nits.
|
14 years ago |
Brendan Dahl
|
f4f125f67d
|
Merge remote-tracking branch 'upstream/master' into decodemap
|
14 years ago |
Adil Allawi
|
5bd080fd05
|
oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :)
|
14 years ago |
Adil Allawi
|
c93e7c9c87
|
Merge branch 'master' of https://github.com/mozilla/pdf.js
|
14 years ago |
Adil Allawi
|
4a14a79884
|
use array index instead of array.shift()
|
14 years ago |
Adil Allawi
|
cc007b539a
|
fix lint nitpick
|
14 years ago |
notmasteryet
|
f8a38de791
|
Merge pull request #926 from brendandahl/nativejpegsmask
Soft Masks for Natively Supported(decoded by browser) JPEGs
|
14 years ago |
Brendan Dahl
|
27f0252c34
|
Merge pull request #939 from notmasteryet/tree-50
Fixing setting of auto-zoom value in bookmarks
|
14 years ago |
notmasteryet
|
ddf9c43116
|
Fixing setting of auto-zoom value in bookmarks (#938)
|
14 years ago |
Adil Allawi
|
ce57bac447
|
Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive
|
14 years ago |
Brendan Dahl
|
d1f4e7c7d5
|
Change to passing promises.
|
14 years ago |
Brendan Dahl
|
c2b91f1272
|
Merge upstream.
|
14 years ago |
Brendan Dahl
|
8231ed1b11
|
Merge pull request #936 from brendandahl/master
Fake PR to Merge Ref Images
|
14 years ago |
Brendan Dahl
|
02bf65fc0d
|
Update README.md
|
14 years ago |
Brendan Dahl
|
5ad3a9cc72
|
Add basic rescale support for smacks.
|
14 years ago |
Brendan Dahl
|
14647735b9
|
Merge pull request #929 from notmasteryet/tree-49
Fixing Type3 text layer creation and character spacing
|
14 years ago |
Brendan Dahl
|
9d042ce166
|
Use the general function for is default decode.
|
14 years ago |
notmasteryet
|
45ef8742ac
|
type3 font.coded comment; proper geometery for showText; glyph name
|
14 years ago |
notmasteryet
|
c9981b6ff4
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-49
|
14 years ago |
Brendan Dahl
|
ff1d804fd7
|
Move the default decode to logic to the colorspace.
|
14 years ago |
Brendan Dahl
|
55bbcbc664
|
Working improved version. Still need to refactor default decode stuff.
|
14 years ago |
Brendan Dahl
|
868d07e289
|
Merge pull request #917 from arturadib/check-pixels
Throw error on # of pixels mismatch
|
14 years ago |
Artur Adib
|
9c45185d93
|
Merge pull request #932 from arturadib/master
(Do Not Merge) Generating refs for FF + Chrome
|
14 years ago |
Artur Adib
|
84706568a5
|
Update README.md
|
14 years ago |
Brendan Dahl
|
ac3ccdef4a
|
Merge remote-tracking branch 'origin/nativejpegsmask' into decodemap
|
14 years ago |
Brendan Dahl
|
2f10d24502
|
Fix for chrome.
|
14 years ago |
Brendan Dahl
|
d76f5f6815
|
Playing with initial decode map impl.
|
14 years ago |
notmasteryet
|
fb3a9a9828
|
Add reftest for issue #918
|
14 years ago |
notmasteryet
|
bed87284db
|
Fixing Type3 text layer creation and character spacing
|
14 years ago |
Brendan Dahl
|
3f8ba7d56a
|
Merge upstream.
|
14 years ago |
Brendan Dahl
|
94a48cab82
|
Address Julian's comments.
|
14 years ago |
Brendan Dahl
|
fcd612e486
|
Add comments to some of the code I touched/created.
|
14 years ago |
Artur Adib
|
2113e0615e
|
Reverting error(); warn() instead of TODO()
|
14 years ago |
Brendan Dahl
|
948de2bdbe
|
Remove some unintended changes.
|
14 years ago |