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
Kalervo Kujala
ed2368fed7
Correct the return values for lookChar function.
...
Also refactor the code slightly for an early return.
14 years ago
Andreas Gal
a7f7013fdc
Merge pull request #298 from sbarman/inlineimage
...
Implemented inline images
14 years ago
sbarman
7a7ff9e8c5
cleanup
14 years ago
sbarman
4b132a7b3e
Added test for inline images
14 years ago
sbarman
80c1bab604
cleanup
14 years ago
sbarman
e412a4273a
Merge branch 'master' into inlineimage
14 years ago
sbarman
a32b56ae85
inline images working
14 years ago
Andreas Gal
017279b6ec
Merge pull request #296 from sbarman/lexerfix2
...
added skip to lexer
14 years ago
Andreas Gal
271fd88a49
Merge pull request #295 from sbarman/lexerfix
...
fix for bug with empty strings
14 years ago
sbarman
476c633a88
Merge branch 'lexerfix2' into streams
14 years ago
sbarman
ececccfa80
added skip to lexer
14 years ago
sbarman
5434cd3a0b
fix for bug with empty strings
14 years ago
sbarman
42eda3e67d
Merge pull request #293 from ivarsv/master
...
fontName can be stored in xref
14 years ago
Ivars Veksins
cffcac597c
fontName can be stored in xref
14 years ago
Chris Jones
f340f3155d
Merge pull request #290 from sbarman/tilingcompile
...
Moved compilation of tiling code to partial evaluator
14 years ago
sbarman
19b36f6a66
removed comments
14 years ago
sbarman
67ddc1ba84
Merge branch 'master' into tilingcompile
14 years ago
sbarman
157ee74940
compiled code for tiling patterns
14 years ago
Chris Jones
1514c34f90
Merge pull request #288 from arturadib/master
...
Updated test/pdfs/intelisa.pdf.link
14 years ago
Artur Adib
02a6e3ffec
Updated test/pdfs link (intelisa.pdf)
14 years ago
Andreas Gal
0dcbbf6fc4
Merge pull request #286 from notmasteryet/sizes
...
Fixing the maxAdvanceWidth and the amount of the missing sidebearing
14 years ago
notmasteryet
9bcf2d8b7c
Fixing the maxAdvanceWidth and the amount of the missing sidebearing
14 years ago
Vivien Nicolas
bf86d1bec8
Use Tango Public Domain icons and add some small tweaks to viewer.js
14 years ago
Andreas Gal
710c3da3e3
Merge pull request #285 from vingtetun/master
...
Unify the multi_page_viewer and the classic viewer.
14 years ago
Vivien Nicolas
26bf2735fd
Add a cache system to limit the amount of ram used
14 years ago