sbarman
085f8dc1c9
cleanup
14 years ago
notmasteryet
18172c1b4d
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into links
14 years ago
sbarman
b1aab2f730
Fixed fonts to use strings instead of Uint8Arrays
14 years ago
Chris Jones
d6f1719dde
Merge pull request #336 from notmasteryet/image-loaded
...
image load pending
14 years ago
notmasteryet
fd0423b5c7
image load pending
14 years ago
Chris Jones
8f4967d0b8
Merge pull request #335 from notmasteryet/lzw-mem
...
Reducing memory usage in LZWStream
14 years ago
sbarman
32bde23157
cleanup
14 years ago
sbarman
c9f9b8b193
working font
14 years ago
sbarman
d24a00452e
combined pathX/Y with x/y and wrote setCurrentPoint function
14 years ago
sbarman
a48a74862a
added stiched functions
14 years ago
sbarman
ac1000cc86
cleanup
14 years ago
sbarman
b18b63a9a9
implemented curve2, partial fix for #325
14 years ago
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.
14 years ago
sbarman
8acc31ec83
Still testing type1 charstring conversion
14 years ago
sbarman
04b14f7b8a
fixed reading from sream
14 years ago
sbarman
259f8c7317
added include to fonts_util.js
14 years ago
sbarman
2ad39c20cf
added include to fonts_util.js
14 years ago
sbarman
7d5dcb5d43
added ability to write data to file
14 years ago
sbarman
5b359f1c1e
still mucking with subroutines
14 years ago
sbarman
bf9092b660
working on subroutines
14 years ago
sbarman
60127b0830
increased size of loaded font
14 years ago
notmasteryet
b7ac83da32
LZW reducing memory usage
14 years ago
notmasteryet
5c7ecbfa28
Basic annotation link support
14 years ago
Andreas Gal
0a11c8bc91
Merge pull request #332 from sbarman/hmm
...
Cleaned up global subroutines
14 years ago
sbarman
a24ec410ee
cleanup
14 years ago
sbarman
8ff8a92244
Revert "Merge branch 'writeToFile' into hmm"
...
This reverts commit 9b91fca347
, reversing
changes made to c592d5ed3b
.
14 years ago
sbarman
bd567fc322
working font
14 years ago
sbarman
881af4695e
Merge branch 'master' into hmm
14 years ago
Andreas Gal
94000e223c
Merge pull request #330 from sbarman/pig
...
Pig
14 years ago
sbarman
a7353ad737
combined pathX/Y with x/y and wrote setCurrentPoint function
14 years ago
sbarman
7ae84533c6
added stiched functions
14 years ago
sbarman
8351877f16
cleanup
14 years ago
sbarman
2ef9900597
implemented curve2, partial fix for #325
14 years ago
sbarman
9f615036d9
Still testing type1 charstring conversion
14 years ago
Andreas Gal
2d1b356e66
Merge pull request #328 from kkujala/master
...
Report results properly to test.py from driver.js.
14 years ago
Kalervo Kujala
a44d7f97f9
Merge remote-tracking branch 'upstream/master'
14 years ago
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.
14 years ago
Andreas Gal
2b0d3418bd
Merge pull request #327 from kkujala/master
...
Keep the results visible in test_slave.html before quitting.
14 years ago
sbarman
9b91fca347
Merge branch 'writeToFile' into hmm
14 years ago
sbarman
c592d5ed3b
still mucking with subroutines
14 years ago
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.
14 years ago
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
sbarman
23d37f98db
working on subroutines
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