sbarman
d24a00452e
combined pathX/Y with x/y and wrote setCurrentPoint function
2011-08-18 13:53:26 -07:00
sbarman
a48a74862a
added stiched functions
2011-08-18 13:53:26 -07:00
sbarman
ac1000cc86
cleanup
2011-08-18 13:53:26 -07:00
sbarman
b18b63a9a9
implemented curve2, partial fix for #325
2011-08-18 13:53:26 -07:00
Kalervo Kujala
6fc25241cc
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-18 13:53:26 -07:00
sbarman
8acc31ec83
Still testing type1 charstring conversion
2011-08-18 13:53:26 -07:00
sbarman
04b14f7b8a
fixed reading from sream
2011-08-18 13:53:26 -07:00
sbarman
259f8c7317
added include to fonts_util.js
2011-08-18 13:53:25 -07:00
sbarman
2ad39c20cf
added include to fonts_util.js
2011-08-18 13:53:25 -07:00
sbarman
7d5dcb5d43
added ability to write data to file
2011-08-18 13:53:25 -07:00
sbarman
5b359f1c1e
still mucking with subroutines
2011-08-18 13:53:25 -07:00
sbarman
bf9092b660
working on subroutines
2011-08-18 13:53:25 -07:00
sbarman
60127b0830
increased size of loaded font
2011-08-18 11:28:37 -07:00
notmasteryet
b7ac83da32
LZW reducing memory usage
2011-08-18 07:43:45 -05:00
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