Chris Jones
7888439e53
Merge pull request #326 from kkujala/master
...
Indent the driver.js correctly.
14 years ago
Kalervo Kujala
802f664baa
Indent the driver.js correctly.
14 years ago
notmasteryet
03e111308f
Merge branch 'lzw' of git://github.com/notmasteryet/pdf.js.git
14 years ago
notmasteryet
03c5fa3d19
switch optimization
14 years ago
notmasteryet
180747dbdc
Optimize usage of the memory in the LZWStream; linting
14 years ago
Andreas Gal
512ed84af7
Merge pull request #324 from notmasteryet/lzw
...
LZW encoding
14 years ago
Andreas Gal
ccc6e31749
Merge pull request #323 from notmasteryet/basefont
...
Fixing bad comment
14 years ago
notmasteryet
447ff0a059
Add JAI.pdf (issue #292 ) to the ref tests
14 years ago
notmasteryet
8f3a378944
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into lzw
14 years ago
notmasteryet
b141a66309
Fixing bad comment
14 years ago
Andreas Gal
52ac2122b4
Merge pull request #322 from notmasteryet/basefont
...
BaseFont and misc fonts fixes
14 years ago
notmasteryet
aad77fcc55
BaseFont and misc fonts fixes
14 years ago
notmasteryet
26ce439514
LZW filter
14 years ago
Chris Jones
b49a0f6b63
Merge pull request #321 from kkujala/master
...
Refactor the lines that are over 80 characters long in driver.js.
14 years ago
Kalervo Kujala
56ed06e7ea
Refactor the lines that are over 80 characters long in driver.js.
14 years ago
Chris Jones
44e4fcdc85
Merge pull request #320 from kkujala/master
...
Correct the coding style according to gjslint in font.js
14 years ago
Kalervo Kujala
a9b88d2cf8
Add test/ to the lint.
14 years ago
Kalervo Kujala
9ee841388a
Add test js files to the lint.
...
Specifically driver.js and user.js will now be part of lint.
14 years ago
Kalervo Kujala
b2037841e5
Correct the coding style according to gjslint in font.js
...
Also refactor the lines that are over 80 characters long.
14 years ago
Chris Jones
ec9b3d67af
Merge pull request #318 from kkujala/master
...
Refactor the line that is longer than 80 characters in web/viewer.js.
14 years ago
Kalervo Kujala
eebb47c072
Refactor the line that is longer than 80 characters in web/viewer.js.
14 years ago
Andreas Gal
be5ecf2573
Merge pull request #317 from kkujala/master
...
Refactor the lines that are longer than 80 characters in pdf.js.
14 years ago
Kalervo Kujala
77104f9270
Refactor the lines that are longer than 80 characters in pdf.js.
14 years ago
Chris Jones
ee4bc65cb1
Merge pull request #314 from kkujala/master
...
Use strict in user.js.
14 years ago
Kalervo Kujala
9634eab60b
Use strict in user.js.
...
And correct the coding style according to gjslint.
14 years ago
Andreas Gal
75b8fa56ee
Merge pull request #313 from kkujala/30ecf43676dbc448f04ba66341889b0e1085b55f
...
Correct the coding style according to gjslint for driver.js.
14 years ago
Kalervo Kujala
6179e9be90
Merge remote-tracking branch 'upstream/master'
14 years ago
Kalervo Kujala
30ecf43676
Correct the coding style according to gjslint for driver.js.
...
And remove stray tabs.
14 years ago
Chris Jones
b628d06e9d
Merge pull request #312 from kkujala/master
...
Correct the coding style according to gjslint.
14 years ago
Kalervo Kujala
f656e841ac
Correct the coding style according to gjslint.
...
And remove stray tabs.
14 years ago
Andreas Gal
1a0141b225
Merge pull request #311 from brendandahl/rotation
...
Normalizing rotation
14 years ago
Brendan Dahl
850c042af7
Normalizing rotation
14 years ago
Andreas Gal
fe7c03dece
Merge pull request #310 from brendandahl/rotation
...
Adding support for page rotation
14 years ago
Brendan Dahl
3a80ccad4e
Better undefined check
14 years ago
Andreas Gal
1b4b143b88
Merge pull request #309 from kkujala/master
...
Show browser-test results in pageNum/numPages format.
14 years ago
Brendan Dahl
4377eed920
Adding support for page rotation
14 years ago
Kalervo Kujala
25a6e09d78
Show browser-test results in pageNum/numPages format.
...
This is only for convenience in order to see how far in the pdf the test
currently is.
14 years ago
Andreas Gal
ad02c82f6a
Merge pull request #308 from kkujala/master
...
Create an example browser_manifest.json for windows.
14 years ago
Andreas Gal
3a87671c75
Merge pull request #307 from kkujala/master
...
Avoid browser-test stoppage when task.pdfDoc is undefined.
14 years ago
Kalervo Kujala
dc01974aa4
Create an example browser_manifest.json for windows.
14 years ago
Kalervo Kujala
b1ea9332b8
Avoid browser-test stoppage when task.pdfDoc is undefined.
...
If nextTask leaves task.pdfDoc as undefined then sendTaskResult will fail on
that. SendTaskResult tries to access task.pdfDoc.numPages which cannot
succeed. This leads to a complete stop in the browser-test.
14 years ago
Andreas Gal
df1e0f9d7d
Merge pull request #306 from kkujala/master
...
Use strict in driver.js.
14 years ago
Kalervo Kujala
17e02e3c39
Use strict in driver.js.
...
And declare undeclared variables.
14 years ago
Andreas Gal
8110c585b2
Merge pull request #305 from mehlis/master
...
fix url to demo site
14 years ago
Andreas Gal
e2ed5d28a6
Merge pull request #303 from cgjones/master
...
Fix bug in ref-updating code
14 years ago
Christian Mehlis
1cca102517
fix url to demo site
...
the name of the created file is viewer.html
14 years ago
Chris Jones
109745a2c6
Merge pull request #304 from sbarman/master
...
Add link file
14 years ago
sbarman
3c0ba19c88
Added new link file
14 years ago
Chris Jones
41bdf82137
Fix bug in ref-updating code
14 years ago
Andreas Gal
22533af762
Merge pull request #301 from kkujala/master
...
Correct the return values for lookChar function.
14 years ago