Saebekassebil
|
ac8f0e2c87
|
Address yury's comments, and remove unnecessary hash settings
|
14 years ago |
Saebekassebil
|
0de0e92bc4
|
Added #getFingerprint method to PDFDocModel
|
14 years ago |
Saebekassebil
|
d44f9f2074
|
Implemented Settings manager. Now remembering scroll positions
|
14 years ago |
notmasteryet
|
0e906bbaeb
|
Merge pull request #968 from saebekassebil/dev
Comment and Check Annotations - Re. PR#946
|
14 years ago |
Saebekassebil
|
33e8d988c4
|
Image directory as a constant, adding myself to LICENSE file
|
14 years ago |
Saebekassebil
|
12e2dcd775
|
Addressing notmasteryet's comments
|
14 years ago |
Saebekassebil
|
c714c782cc
|
Lint nits
|
14 years ago |
Saebekassebil
|
4a661e1735
|
Implemented Comment and Check annotation. Correcting some typos in last commit
|
14 years ago |
Artur Adib
|
ee96acfebe
|
Merge pull request #967 from arturadib/master
(Do Not Merge) Testing refs
|
14 years ago |
Artur Adib
|
b3fdfb230f
|
Update README.md
|
14 years ago |
Artur Adib
|
ca7d44c646
|
Merge pull request #749 from notmasteryet/forms-1
Simple AcroForms support
|
14 years ago |
notmasteryet
|
f007455ac4
|
Merge pull request #961 from brendandahl/smaskscale
Scaling Soft Masks
|
14 years ago |
notmasteryet
|
8288b17edc
|
move inputHint to examples
|
14 years ago |
notmasteryet
|
6011b5b4db
|
Moving forms UI into examples
|
14 years ago |
Brendan Dahl
|
5cfe97611f
|
Rename some variables.
|
14 years ago |
Brendan Dahl
|
db4a11e568
|
Fix comment.
|
14 years ago |
Julian Viereck
|
eaba65b5dc
|
Merge pull request #959 from jviereck/cache_cmds
Cache Cmd object to reduce number of created objects
|
14 years ago |
Julian Viereck
|
e9c762a97f
|
Address review comments by notmasteryet
|
14 years ago |
Julian Viereck
|
0473e04251
|
Merge pull request #962 from cpeterso/keyboardshortcuts
Add keyboard shortcuts to navigate pages forward and back
|
14 years ago |
Chris Peterson
|
8adb92a709
|
Fix typo: s/handle/handled/
|
14 years ago |
Chris Peterson
|
396daddefe
|
Add keyboard shortcuts to navigate pages with 'n' and 'p' keys (Next/Previous)
|
14 years ago |
Chris Peterson
|
4008ec69b8
|
Add keyboard shortcuts to navigate pages with 'j' and 'k' keys like vi
|
14 years ago |
Chris Peterson
|
aebb9946f8
|
Add keyboard shortcuts to navigate pages with left and right arrow keys
This is the behavior of Adobe Reader.app and Apple's Preview.app.
|
14 years ago |
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 |
Julian Viereck
|
156e20ca73
|
Cache Cmd object to reduce number of created objects
|
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 |
notmasteryet
|
b010f293a2
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into forms-1
|
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 |