Commit Graph

1497 Commits

Author SHA1 Message Date
Kalervo Kujala
30ecf43676 Correct the coding style according to gjslint for driver.js.
And remove stray tabs.
2011-08-09 00:03:08 +03:00
Kalervo Kujala
f656e841ac Correct the coding style according to gjslint.
And remove stray tabs.
2011-08-08 23:13:32 +03:00
Andreas Gal
1a0141b225 Merge pull request #311 from brendandahl/rotation
Normalizing rotation
2011-08-07 22:08:10 -07:00
Brendan Dahl
850c042af7 Normalizing rotation 2011-08-07 21:54:11 -07:00
Andreas Gal
fe7c03dece Merge pull request #310 from brendandahl/rotation
Adding support for page rotation
2011-08-06 16:14:35 -07:00
Brendan Dahl
3a80ccad4e Better undefined check 2011-08-06 15:47:08 -07:00
Andreas Gal
1b4b143b88 Merge pull request #309 from kkujala/master
Show browser-test results in pageNum/numPages format.
2011-08-06 15:35:48 -07:00
Brendan Dahl
4377eed920 Adding support for page rotation 2011-08-06 14:41:18 -07:00
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.
2011-08-07 00:29:34 +03:00
Andreas Gal
ad02c82f6a Merge pull request #308 from kkujala/master
Create an example browser_manifest.json for windows.
2011-08-06 13:59:15 -07:00
Andreas Gal
3a87671c75 Merge pull request #307 from kkujala/master
Avoid browser-test stoppage when task.pdfDoc is undefined.
2011-08-06 13:55:45 -07:00
Kalervo Kujala
dc01974aa4 Create an example browser_manifest.json for windows. 2011-08-06 23:53:08 +03:00
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.
2011-08-06 23:33:07 +03:00
Andreas Gal
df1e0f9d7d Merge pull request #306 from kkujala/master
Use strict in driver.js.
2011-08-06 13:31:25 -07:00
Kalervo Kujala
17e02e3c39 Use strict in driver.js.
And declare undeclared variables.
2011-08-06 22:54:16 +03:00
Andreas Gal
8110c585b2 Merge pull request #305 from mehlis/master
fix url to demo site
2011-08-06 05:57:08 -07:00
Andreas Gal
e2ed5d28a6 Merge pull request #303 from cgjones/master
Fix bug in ref-updating code
2011-08-06 05:49:13 -07:00
Christian Mehlis
1cca102517 fix url to demo site
the name of the created file is viewer.html
2011-08-06 11:45:33 +02:00
Chris Jones
109745a2c6 Merge pull request #304 from sbarman/master
Add link file
2011-08-06 01:49:39 -07:00
sbarman
3c0ba19c88 Added new link file 2011-08-06 00:22:57 -07:00
Chris Jones
41bdf82137 Fix bug in ref-updating code 2011-08-06 00:07:33 -07:00
Andreas Gal
22533af762 Merge pull request #301 from kkujala/master
Correct the return values for lookChar function.
2011-08-04 17:46:20 -07:00
Kalervo Kujala
ed2368fed7 Correct the return values for lookChar function.
Also refactor the code slightly for an early return.
2011-08-05 03:33:00 +03:00
Andreas Gal
a7f7013fdc Merge pull request #298 from sbarman/inlineimage
Implemented inline images
2011-08-03 22:58:10 -07:00
sbarman
7a7ff9e8c5 cleanup 2011-08-03 22:43:15 -07:00
sbarman
4b132a7b3e Added test for inline images 2011-08-03 22:22:24 -07:00
sbarman
80c1bab604 cleanup 2011-08-03 21:19:27 -07:00
sbarman
e412a4273a Merge branch 'master' into inlineimage 2011-08-03 21:17:02 -07:00
sbarman
a32b56ae85 inline images working 2011-08-03 21:11:57 -07:00
Andreas Gal
017279b6ec Merge pull request #296 from sbarman/lexerfix2
added skip to lexer
2011-08-03 15:05:43 -07:00
Andreas Gal
271fd88a49 Merge pull request #295 from sbarman/lexerfix
fix for bug with empty strings
2011-08-03 15:05:27 -07:00
sbarman
476c633a88 Merge branch 'lexerfix2' into streams 2011-08-03 14:45:51 -07:00
sbarman
ececccfa80 added skip to lexer 2011-08-03 14:14:42 -07:00
sbarman
5434cd3a0b fix for bug with empty strings 2011-08-03 14:08:35 -07:00
sbarman
42eda3e67d Merge pull request #293 from ivarsv/master
fontName can be stored in xref
2011-08-03 11:37:20 -07:00
Ivars Veksins
cffcac597c fontName can be stored in xref 2011-08-03 11:56:43 +01:00
Chris Jones
f340f3155d Merge pull request #290 from sbarman/tilingcompile
Moved compilation of tiling code to partial evaluator
2011-08-02 16:34:49 -07:00
sbarman
19b36f6a66 removed comments 2011-08-02 12:37:23 -07:00
sbarman
67ddc1ba84 Merge branch 'master' into tilingcompile 2011-08-02 12:34:59 -07:00
sbarman
157ee74940 compiled code for tiling patterns 2011-08-02 12:32:37 -07:00
Chris Jones
1514c34f90 Merge pull request #288 from arturadib/master
Updated test/pdfs/intelisa.pdf.link
2011-08-01 14:36:48 -07:00
Artur Adib
02a6e3ffec Updated test/pdfs link (intelisa.pdf) 2011-08-01 17:30:17 -04:00
Andreas Gal
0dcbbf6fc4 Merge pull request #286 from notmasteryet/sizes
Fixing the maxAdvanceWidth and the amount of the missing sidebearing
2011-07-31 21:12:36 -07:00
notmasteryet
9bcf2d8b7c Fixing the maxAdvanceWidth and the amount of the missing sidebearing 2011-07-31 22:56:41 -05:00
Andreas Gal
710c3da3e3 Merge pull request #285 from vingtetun/master
Unify the multi_page_viewer and the classic viewer.
2011-07-29 06:10:31 -07:00
Vivien Nicolas
26bf2735fd Add a cache system to limit the amount of ram used 2011-07-29 13:26:43 +02:00
Vivien Nicolas
e28e0669f9 Add buttons images 2011-07-28 19:57:53 +02:00
Vivien Nicolas
0edb6546a5 Unify the multi_page_viewer and the basic viewer 2011-07-28 19:48:05 +02:00
Vivien Nicolas
fad6e36a80 Missed a small change 2011-07-26 17:26:02 +02:00
Vivien Nicolas
6f2d3238cd Add code to nulti page viewer to works with the extension 2011-07-26 17:21:37 +02:00