notmasteryet
5c7ecbfa28
Basic annotation link support
2011-08-17 20:21:54 -05:00
Andreas Gal
0a11c8bc91
Merge pull request #332 from sbarman/hmm
...
Cleaned up global subroutines
2011-08-17 16:41:19 -07:00
sbarman
a24ec410ee
cleanup
2011-08-17 16:04:14 -07:00
sbarman
8ff8a92244
Revert "Merge branch 'writeToFile' into hmm"
...
This reverts commit 9b91fca347
, reversing
changes made to c592d5ed3b
.
2011-08-17 16:00:54 -07:00
sbarman
bd567fc322
working font
2011-08-17 15:55:09 -07:00
sbarman
881af4695e
Merge branch 'master' into hmm
2011-08-17 11:49:24 -07:00
Andreas Gal
94000e223c
Merge pull request #330 from sbarman/pig
...
Pig
2011-08-17 09:28:48 -07:00
sbarman
a7353ad737
combined pathX/Y with x/y and wrote setCurrentPoint function
2011-08-17 09:22:54 -07:00
sbarman
7ae84533c6
added stiched functions
2011-08-16 18:15:20 -07:00
sbarman
8351877f16
cleanup
2011-08-16 16:49:26 -07:00
sbarman
2ef9900597
implemented curve2, partial fix for #325
2011-08-16 16:47:48 -07:00
sbarman
9f615036d9
Still testing type1 charstring conversion
2011-08-16 16:14:29 -07:00
Andreas Gal
2d1b356e66
Merge pull request #328 from kkujala/master
...
Report results properly to test.py from driver.js.
2011-08-16 16:01:55 -07:00
Kalervo Kujala
a44d7f97f9
Merge remote-tracking branch 'upstream/master'
2011-08-17 01:41:15 +03:00
Kalervo Kujala
7cbdc982c5
Report results properly to test.py from driver.js.
...
If the PDFDoc creation failed in driver.js then that was not informed back to
test.py. This lead to State.remaining being off by one. And that did not let
the test to end as expected. Instead the test hung indefinitely.
This change now reveals TEST-UNEXPECTED-FAIL which was hidden previously.
2011-08-17 01:33:00 +03:00
Andreas Gal
2b0d3418bd
Merge pull request #327 from kkujala/master
...
Keep the results visible in test_slave.html before quitting.
2011-08-16 15:18:21 -07:00
sbarman
9b91fca347
Merge branch 'writeToFile' into hmm
2011-08-16 14:49:17 -07:00
sbarman
c592d5ed3b
still mucking with subroutines
2011-08-16 14:49:12 -07:00
Kalervo Kujala
965193b38d
Keep the results visible in test_slave.html before quitting.
...
Currently the innerHTML is replaced with text:
Tests are finished.
CLOSE ME!
Instead of replacing the innerHTML prepend that text to it.
This way the user can still check the results of the test.
2011-08-16 23:16:29 +03:00
Chris Jones
7888439e53
Merge pull request #326 from kkujala/master
...
Indent the driver.js correctly.
2011-08-16 12:23:08 -07:00
Kalervo Kujala
802f664baa
Indent the driver.js correctly.
2011-08-16 22:17:46 +03:00
sbarman
23d37f98db
working on subroutines
2011-08-16 10:25:02 -07:00
notmasteryet
03e111308f
Merge branch 'lzw' of git://github.com/notmasteryet/pdf.js.git
2011-08-14 18:22:01 -05:00
notmasteryet
03c5fa3d19
switch optimization
2011-08-14 16:34:19 -05:00
notmasteryet
180747dbdc
Optimize usage of the memory in the LZWStream; linting
2011-08-14 15:16:24 -05:00
Andreas Gal
512ed84af7
Merge pull request #324 from notmasteryet/lzw
...
LZW encoding
2011-08-14 10:51:51 -07:00
Andreas Gal
ccc6e31749
Merge pull request #323 from notmasteryet/basefont
...
Fixing bad comment
2011-08-14 10:46:01 -07:00
notmasteryet
447ff0a059
Add JAI.pdf (issue #292 ) to the ref tests
2011-08-14 12:26:48 -05:00
notmasteryet
8f3a378944
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into lzw
2011-08-14 12:12:31 -05:00
notmasteryet
b141a66309
Fixing bad comment
2011-08-14 12:11:23 -05:00
Andreas Gal
52ac2122b4
Merge pull request #322 from notmasteryet/basefont
...
BaseFont and misc fonts fixes
2011-08-14 09:19:02 -07:00
notmasteryet
aad77fcc55
BaseFont and misc fonts fixes
2011-08-14 08:40:22 -05:00
notmasteryet
26ce439514
LZW filter
2011-08-13 20:46:04 -05:00
Chris Jones
b49a0f6b63
Merge pull request #321 from kkujala/master
...
Refactor the lines that are over 80 characters long in driver.js.
2011-08-11 15:05:07 -07:00
Kalervo Kujala
56ed06e7ea
Refactor the lines that are over 80 characters long in driver.js.
2011-08-12 01:00:32 +03:00
Chris Jones
44e4fcdc85
Merge pull request #320 from kkujala/master
...
Correct the coding style according to gjslint in font.js
2011-08-11 14:39:08 -07:00
Kalervo Kujala
a9b88d2cf8
Add test/ to the lint.
2011-08-11 23:44:08 +03:00
Kalervo Kujala
9ee841388a
Add test js files to the lint.
...
Specifically driver.js and user.js will now be part of lint.
2011-08-11 21:48:43 +03:00
Kalervo Kujala
b2037841e5
Correct the coding style according to gjslint in font.js
...
Also refactor the lines that are over 80 characters long.
2011-08-11 21:41:03 +03:00
Chris Jones
ec9b3d67af
Merge pull request #318 from kkujala/master
...
Refactor the line that is longer than 80 characters in web/viewer.js.
2011-08-09 13:57:56 -07:00
Kalervo Kujala
eebb47c072
Refactor the line that is longer than 80 characters in web/viewer.js.
2011-08-09 23:42:50 +03:00
Andreas Gal
be5ecf2573
Merge pull request #317 from kkujala/master
...
Refactor the lines that are longer than 80 characters in pdf.js.
2011-08-09 13:22:27 -07:00
Kalervo Kujala
77104f9270
Refactor the lines that are longer than 80 characters in pdf.js.
2011-08-09 23:10:44 +03:00
Chris Jones
ee4bc65cb1
Merge pull request #314 from kkujala/master
...
Use strict in user.js.
2011-08-08 14:44:50 -07:00
Kalervo Kujala
9634eab60b
Use strict in user.js.
...
And correct the coding style according to gjslint.
2011-08-09 00:24:01 +03:00
Andreas Gal
75b8fa56ee
Merge pull request #313 from kkujala/30ecf43676dbc448f04ba66341889b0e1085b55f
...
Correct the coding style according to gjslint for driver.js.
2011-08-08 14:12:07 -07:00
Kalervo Kujala
6179e9be90
Merge remote-tracking branch 'upstream/master'
2011-08-09 00:07:56 +03:00
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
Chris Jones
b628d06e9d
Merge pull request #312 from kkujala/master
...
Correct the coding style according to gjslint.
2011-08-08 13:33:01 -07:00
Kalervo Kujala
f656e841ac
Correct the coding style according to gjslint.
...
And remove stray tabs.
2011-08-08 23:13:32 +03:00