Commit Graph

2967 Commits

Author SHA1 Message Date
Artur Adib
b2791c60a6 Fixed worker_loader for examples/; simplified 2011-12-22 09:40:00 -05:00
Saebekassebil
33e8d988c4 Image directory as a constant, adding myself to LICENSE file 2011-12-22 14:44:08 +01:00
Saebekassebil
12e2dcd775 Addressing notmasteryet's comments 2011-12-22 11:29:27 +01:00
Saebekassebil
c714c782cc Lint nits 2011-12-21 23:37:52 +01:00
Saebekassebil
4a661e1735 Implemented Comment and Check annotation. Correcting some typos in last commit 2011-12-21 23:22:07 +01:00
Artur Adib
ee96acfebe Merge pull request #967 from arturadib/master
(Do Not Merge) Testing refs
2011-12-21 12:44:38 -08:00
Artur Adib
b3fdfb230f Update README.md 2011-12-21 14:15:18 -05:00
Artur Adib
ca7d44c646 Merge pull request #749 from notmasteryet/forms-1
Simple AcroForms support
2011-12-21 06:16:30 -08:00
Kalervo Kujala
d741a8a7aa Set the Makefile variables correctly for unit test. 2011-12-21 01:21:15 +02:00
Kalervo Kujala
3a55c1c8b9 Create the profile directories beforehand for unit test. 2011-12-21 01:15:51 +02:00
notmasteryet
f007455ac4 Merge pull request #961 from brendandahl/smaskscale
Scaling Soft Masks
2011-12-19 18:39:26 -08:00
notmasteryet
8288b17edc move inputHint to examples 2011-12-19 20:04:16 -06:00
notmasteryet
6011b5b4db Moving forms UI into examples 2011-12-19 20:00:50 -06:00
Brendan Dahl
5cfe97611f Rename some variables. 2011-12-19 16:31:47 -08:00
Brendan Dahl
db4a11e568 Fix comment. 2011-12-19 14:58:01 -08:00
Julian Viereck
eaba65b5dc Merge pull request #959 from jviereck/cache_cmds
Cache Cmd object to reduce number of created objects
2011-12-19 07:40:08 -08:00
Julian Viereck
e9c762a97f Address review comments by notmasteryet 2011-12-19 16:37:36 +01:00
Julian Viereck
0473e04251 Merge pull request #962 from cpeterso/keyboardshortcuts
Add keyboard shortcuts to navigate pages forward and back
2011-12-19 04:53:42 -08:00
Chris Peterson
8adb92a709 Fix typo: s/handle/handled/ 2011-12-18 20:58:14 -08:00
Chris Peterson
396daddefe Add keyboard shortcuts to navigate pages with 'n' and 'p' keys (Next/Previous) 2011-12-18 20:42:18 -08:00
Chris Peterson
4008ec69b8 Add keyboard shortcuts to navigate pages with 'j' and 'k' keys like vi 2011-12-18 20:40:44 -08:00
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.
2011-12-18 20:39:41 -08:00
Brendan Dahl
2caa09c7fc Merge remote-tracking branch 'upstream/master' into smaskscale 2011-12-18 17:31:51 -08:00
Brendan Dahl
03ec82ba62 Fix nits. 2011-12-18 17:29:08 -08:00
Brendan Dahl
ee4504c3bf Change test case. 2011-12-18 17:28:25 -08:00
Brendan Dahl
87d72023dc Scale smask and image to the max dimensions of either one. Fix grayscale to scale the input value based on bpc. 2011-12-18 17:18:36 -08:00
Brendan Dahl
74b66c0a7b Fix bug, decoding was always getting called. 2011-12-18 17:17:35 -08:00
notmasteryet
969422f3c2 Merge pull request #955 from jviereck/vprevent_default
Prevent default actions when zooming.
2011-12-18 14:43:40 -08:00
notmasteryet
a52aacab5a Fix the text layer testing 2011-12-18 16:15:53 -06:00
Julian Viereck
3a86e047e0 Prevent default actions when zooming. Otherwise the browser performs a zoom of the entire page 2011-12-18 20:42:06 +01:00
Julian Viereck
156e20ca73 Cache Cmd object to reduce number of created objects 2011-12-18 20:39:10 +01:00
notmasteryet
0f6291c7b9 Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent 2011-12-18 12:53:30 -06:00
Brendan Dahl
cf31eb4544 Add test case for smasks. 2011-12-16 10:54:31 -08:00
Artur Adib
0226405b86 Merge pull request #949 from notmasteryet/ie9-dataset
Add compatibility for HTMLElement's dataset
2011-12-16 10:49:17 -08:00
Brendan Dahl
3175e5498c Merge remote-tracking branch 'upstream/master' into smaskscale 2011-12-16 10:11:40 -08:00
Artur Adib
f7f7269253 Merge pull request #937 from ironymark/master
stop canvasRenderTextLayer blocking browser UI
2011-12-16 09:06:18 -08:00
Artur Adib
cd4745a187 Merge pull request #947 from brendandahl/decodemap
Support Image Decodes
2011-12-16 07:53:11 -08:00
Adil Allawi
b921486bce simplify adding of textdivs to DOM as queue is no longer needed 2011-12-16 10:38:30 +00:00
notmasteryet
d6e4607fd0 Add compatibility for HTMLElement's dataset (#945) 2011-12-15 20:44:55 -06:00
Brendan Dahl
abad94d2b6 Lints. 2011-12-15 16:30:51 -08:00
Brendan Dahl
01e876f014 Merge remote-tracking branch 'origin/decodemap' into smaskscale 2011-12-15 15:20:36 -08:00
Brendan Dahl
8096d747c0 Fix nits. 2011-12-15 15:13:48 -08:00
Brendan Dahl
f4f125f67d Merge remote-tracking branch 'upstream/master' into decodemap 2011-12-15 14:41:03 -08:00
Kalervo Kujala
86663408f0 Use simpler sed and random temp profile names for unit test. 2011-12-16 00:23:23 +02:00
notmasteryet
b010f293a2 Merge branch 'master' of git://github.com/mozilla/pdf.js.git into forms-1 2011-12-15 15:35:44 -06:00
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! :) 2011-12-15 11:32:58 +00:00
Adil Allawi
c93e7c9c87 Merge branch 'master' of https://github.com/mozilla/pdf.js 2011-12-15 10:09:04 +00:00
Adil Allawi
4a14a79884 use array index instead of array.shift() 2011-12-15 10:08:50 +00:00
Adil Allawi
cc007b539a fix lint nitpick 2011-12-15 09:20:55 +00:00
notmasteryet
f8a38de791 Merge pull request #926 from brendandahl/nativejpegsmask
Soft Masks for Natively Supported(decoded by browser) JPEGs
2011-12-14 17:11:12 -08:00