Brendan Dahl
493805d952
Remove the alternative way to do CMYK check. Checking the colorspace seems sufficient.
14 years ago
Brendan Dahl
8d52a1e92a
Add another way to detect cmyk images.
14 years ago
Artur Adib
686f275830
Fix font and spaces
14 years ago
Artur Adib
9ebec03ddc
Implemented selection for showText()
14 years ago
Brendan Dahl
1869888838
Comment on the new flag.
14 years ago
Brendan Dahl
9bb2b881b0
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
14 years ago
Kalervo Kujala
89a6c4fc88
Fix jslint warnings and refactor small issues.
14 years ago
Kalervo Kujala
b321768f59
Remove unused parameters and fix jslint warnings.
14 years ago
Kalervo Kujala
7f0e35c50d
Remove unused variables.
14 years ago
Kalervo Kujala
cac9044161
Refactor colorspace.js and fix jslint warnings.
14 years ago
Artur Adib
feb621380d
Disabling workers until localhost fix lands in FF
14 years ago
Harald Kirschner
d22885a97c
- FIX: Removed unnecessary .bind in worker_loader.js that broke Safari
14 years ago
Kalervo Kujala
33af12abd0
Fix jslint warnings.
14 years ago
Julian Viereck
d9d2ab4c8e
Rename processorHandler to messageHandler
14 years ago
Julian Viereck
80b759b093
Fix style nit from brendandahl
14 years ago
Julian Viereck
493c25dcaa
Remove `useWorker` variable and turn worker support whenever this is possible.
14 years ago
notmasteryet
b5ba29be13
lint error fix
14 years ago
notmasteryet
3d36a05d7f
Text alignment inside input controls
14 years ago
notmasteryet
f3ee85efab
Simple AcroForms support
14 years ago
Julian Viereck
50fe4f55e2
Fix lint warning + turn off worker support
14 years ago
Artur Adib
7d38d7f062
Missing var
14 years ago
Artur Adib
ddf77cda6b
Using ii convention
14 years ago
Artur Adib
2c3991f8b0
More progress, workers working
14 years ago
Artur Adib
249385b4bb
Progress
14 years ago
Artur Adib
c8c5b4f8ea
First iteration, tracemonkey/ecma262 working
14 years ago
Artur Adib
9ddc40c3d7
Nit
14 years ago
Ionuț G. Stan
090b4d6647
Fix same origin policy issue when adding @font-face rules
...
If the first stylesheet in the document is located on an external domain, then
trying to access the `cssRules` property of that `CSSStyleSheet` object will
result in a Security error being thrown in Firefox. In Safari, `cssRules` will
be null, which causes a null pointer exception in the `styleSheet.cssRules.length`
expression.
14 years ago
Julian Viereck
51d4a17232
Change workerSrc location
14 years ago
Julian Viereck
3b7829d057
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
14 years ago
Artur Adib
c74d7b8777
Workers off!
14 years ago
Artur Adib
98f3bab65c
Lazy rendering
14 years ago
notmasteryet
5d347b0ddb
removing differences from the cmap
14 years ago
Kalervo Kujala
a7690dea0a
Name anonymous functions in canvas.js.
14 years ago
Kalervo Kujala
8f3448e9a8
Name anonymous functions in colorspace.js.
14 years ago
Kalervo Kujala
11098d66dc
Name anonymous functions in image.js.
14 years ago
Kalervo Kujala
ce3f9ae3e8
Name anonymous functions in core.js.
14 years ago
notmasteryet
aaad824f77
Fixing duplicates in cmap
14 years ago
notmasteryet
a1d2c1c6d3
Fix Type1 width; TrueType special characters
14 years ago
Kalervo Kujala
dc15019248
Name anonymous funtions in function.js.
14 years ago
Kalervo Kujala
b9748a91f1
Name anonymous functions in obj.js.
14 years ago
Kalervo Kujala
8a5516c96c
Rename Shanding related functions with better name names.
14 years ago
notmasteryet
343e174951
Change cmap encoding for Type 1
14 years ago
notmasteryet
38372ee2f2
TrueType encoding for files without font data
14 years ago
Kalervo Kujala
7e762169cf
Name a few anonymous functions.
...
Also rename some functions.
14 years ago
notmasteryet
7f038536fb
Migration of the 'encoding-1' branch (ref #674 )
14 years ago
Ionuț G. Stan
56789aea47
Fix lint errors
...
Single quotes instead of double quotes
14 years ago
Artur Adib
e7d08e3a98
Selection working
14 years ago
Brendan Dahl
5cb64fbab7
Initial alpha transparency support.
14 years ago
Kalervo Kujala
068e77bdec
Name anonymous functions in worker.js.
14 years ago
Julian Viereck
1e6d1f9922
Make worker support work again after file split. Add PDFJS_WORKER_DIR/PDFJS_WORKER_FILE to specify where to load files if worker support is enabled
14 years ago