]>
git.parisson.com Git - pdf.js.git/log
sbarman [Wed, 24 Aug 2011 00:14:51 +0000 (17:14 -0700)]
Merge pull request #358 from notmasteryet/issue-356-b
Encoding for standard fonts; symbols encoding
notmasteryet [Tue, 23 Aug 2011 23:56:30 +0000 (18:56 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-356-b
notmasteryet [Tue, 23 Aug 2011 22:06:45 +0000 (17:06 -0500)]
Sanitizing base font name before comparison with 'Symbol'
sbarman [Tue, 23 Aug 2011 22:00:52 +0000 (15:00 -0700)]
Merge pull request #352 from notmasteryet/outline
Switching to the document outline view
notmasteryet [Tue, 23 Aug 2011 21:58:41 +0000 (16:58 -0500)]
comment fix
vingtetun [Tue, 23 Aug 2011 21:41:23 +0000 (14:41 -0700)]
Merge pull request #363 from mohansun/patch-3
Fix for few html tag errors (as reported by Safari 5.0.5)
mohansun [Wed, 24 Aug 2011 01:00:12 +0000 (22:00 -0300)]
Fix for few html tag errors (as reported by Safari 5.0.6)
vingtetun [Tue, 23 Aug 2011 21:39:57 +0000 (14:39 -0700)]
Merge pull request #362 from mohansun/patch-2
fix for the issue:https://github.com/andreasgal/pdf.js/issues/360
mohansun [Wed, 24 Aug 2011 00:46:11 +0000 (21:46 -0300)]
fix for the issue:https://github.com/andreasgal/pdf.js/issues/360
Andreas Gal [Tue, 23 Aug 2011 15:36:33 +0000 (08:36 -0700)]
Merge pull request #359 from vingtetun/master
Fix issue 351
Vivien Nicolas [Tue, 23 Aug 2011 14:49:25 +0000 (16:49 +0200)]
Fix a small typo error with the kRasterizerMin usage
Vivien Nicolas [Tue, 23 Aug 2011 14:40:49 +0000 (16:40 +0200)]
Merge remote branch 'upstream/master'
Conflicts:
web/viewer.js
notmasteryet [Tue, 23 Aug 2011 03:50:17 +0000 (22:50 -0500)]
Encoding for standard fonts; symbols encoding
notmasteryet [Mon, 22 Aug 2011 23:55:49 +0000 (18:55 -0500)]
Lifting up this.xref; buttons tooltips
Chris Jones [Mon, 22 Aug 2011 19:40:00 +0000 (12:40 -0700)]
Merge pull request #355 from kkujala/master
Add more debug data to error-logs.
Kalervo Kujala [Mon, 22 Aug 2011 19:30:22 +0000 (22:30 +0300)]
Add more debug data to error-logs.
Fix also a few gjslint errors.
Andreas Gal [Mon, 22 Aug 2011 16:32:23 +0000 (09:32 -0700)]
Merge pull request #353 from kkujala/master
Add kkujala to the LICENSE contributor list.
Kalervo Kujala [Mon, 22 Aug 2011 16:22:57 +0000 (19:22 +0300)]
Add kkujala to the LICENSE contributor list.
notmasteryet [Mon, 22 Aug 2011 02:16:17 +0000 (21:16 -0500)]
Document outline item link (for an-open-web)
notmasteryet [Mon, 22 Aug 2011 02:05:10 +0000 (21:05 -0500)]
Switching to the document outline view if the document structure is present
Andreas Gal [Sun, 21 Aug 2011 05:03:52 +0000 (22:03 -0700)]
Merge pull request #349 from notmasteryet/stencil
stencil mask: height * width optimization and decode inversion
notmasteryet [Sun, 21 Aug 2011 04:03:00 +0000 (23:03 -0500)]
stencil mask: height * width optimization and decode inversion
Andreas Gal [Sat, 20 Aug 2011 20:22:40 +0000 (13:22 -0700)]
Merge pull request #344 from notmasteryet/bookmarks
Intra-document links and formatting fixes
Andreas Gal [Sat, 20 Aug 2011 20:21:12 +0000 (13:21 -0700)]
Merge pull request #347 from notmasteryet/stencil
Implements ImageMask: using image as a stencil mask
notmasteryet [Sat, 20 Aug 2011 19:41:38 +0000 (14:41 -0500)]
Implements ImageMask: using image as a stencil mask
Andreas Gal [Sat, 20 Aug 2011 16:27:49 +0000 (09:27 -0700)]
Merge pull request #346 from ironymark/master
Another fix to my last CIDFont patch
notmasteryet [Sat, 20 Aug 2011 14:51:44 +0000 (09:51 -0500)]
Fixing bookmarks for PDF32000
Adil Allawi [Sat, 20 Aug 2011 08:31:19 +0000 (09:31 +0100)]
Offset glyphs to the unicode private use area
notmasteryet [Sat, 20 Aug 2011 03:41:56 +0000 (22:41 -0500)]
'GoTo' action/links; document outline (no UI)
Chris Jones [Sat, 20 Aug 2011 03:29:32 +0000 (20:29 -0700)]
Merge pull request #339 from ironymark/master
Fix Type 2 CID Font Encoding
Chris Jones [Fri, 19 Aug 2011 21:00:18 +0000 (14:00 -0700)]
Merge pull request #342 from sbarman/annotation
Added default value for no annotations
Adil Allawi [Fri, 19 Aug 2011 20:51:57 +0000 (21:51 +0100)]
make cmap glyph offset a symbolic constant
sbarman [Fri, 19 Aug 2011 18:24:12 +0000 (11:24 -0700)]
Added default value for no annotations
Chris Jones [Fri, 19 Aug 2011 17:19:13 +0000 (10:19 -0700)]
Merge pull request #337 from sbarman/openmag
fixed fonts.js to build fonts using strings
sbarman [Fri, 19 Aug 2011 15:19:32 +0000 (08:19 -0700)]
cleanup
Adil Allawi [Fri, 19 Aug 2011 13:04:34 +0000 (14:04 +0100)]
Change the way Type 2 CID fonts are encoded. Move the cmap glyphs above the first 255 unicode values so that fillText does not change them and create an encoding to map characters to the glyphs.
Andreas Gal [Fri, 19 Aug 2011 08:11:44 +0000 (01:11 -0700)]
Merge pull request #338 from notmasteryet/links
Basic URI links support
sbarman [Fri, 19 Aug 2011 05:05:54 +0000 (22:05 -0700)]
cleanup
sbarman [Fri, 19 Aug 2011 05:05:08 +0000 (22:05 -0700)]
cleanup
sbarman [Fri, 19 Aug 2011 04:57:08 +0000 (21:57 -0700)]
Merge branch 'master' into openmag
sbarman [Fri, 19 Aug 2011 04:49:33 +0000 (21:49 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
notmasteryet [Fri, 19 Aug 2011 04:12:10 +0000 (23:12 -0500)]
brace fix
notmasteryet [Fri, 19 Aug 2011 03:48:07 +0000 (22:48 -0500)]
Move scale out of pdf.js
sbarman [Fri, 19 Aug 2011 03:40:16 +0000 (20:40 -0700)]
cleanup
notmasteryet [Fri, 19 Aug 2011 03:38:39 +0000 (22:38 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into links
sbarman [Fri, 19 Aug 2011 03:17:54 +0000 (20:17 -0700)]
Fixed fonts to use strings instead of Uint8Arrays
Chris Jones [Fri, 19 Aug 2011 01:00:12 +0000 (18:00 -0700)]
Merge pull request #336 from notmasteryet/image-loaded
image load pending
notmasteryet [Fri, 19 Aug 2011 00:55:14 +0000 (19:55 -0500)]
image load pending
Chris Jones [Thu, 18 Aug 2011 23:58:38 +0000 (16:58 -0700)]
Merge pull request #335 from notmasteryet/lzw-mem
Reducing memory usage in LZWStream
sbarman [Wed, 17 Aug 2011 23:04:14 +0000 (16:04 -0700)]
cleanup
sbarman [Wed, 17 Aug 2011 22:55:09 +0000 (15:55 -0700)]
working font
sbarman [Wed, 17 Aug 2011 16:22:54 +0000 (09:22 -0700)]
combined pathX/Y with x/y and wrote setCurrentPoint function
sbarman [Wed, 17 Aug 2011 01:15:20 +0000 (18:15 -0700)]
added stiched functions
sbarman [Tue, 16 Aug 2011 23:49:26 +0000 (16:49 -0700)]
cleanup
sbarman [Tue, 16 Aug 2011 23:47:48 +0000 (16:47 -0700)]
implemented curve2, partial fix for #325
Kalervo Kujala [Tue, 16 Aug 2011 22:33:00 +0000 (01:33 +0300)]
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.
sbarman [Tue, 16 Aug 2011 23:14:29 +0000 (16:14 -0700)]
Still testing type1 charstring conversion
sbarman [Thu, 21 Jul 2011 22:18:00 +0000 (15:18 -0700)]
fixed reading from sream
sbarman [Thu, 21 Jul 2011 22:13:49 +0000 (15:13 -0700)]
added include to fonts_util.js
sbarman [Thu, 21 Jul 2011 22:13:18 +0000 (15:13 -0700)]
added include to fonts_util.js
sbarman [Thu, 21 Jul 2011 18:51:39 +0000 (11:51 -0700)]
added ability to write data to file
sbarman [Tue, 16 Aug 2011 21:49:12 +0000 (14:49 -0700)]
still mucking with subroutines
sbarman [Tue, 16 Aug 2011 17:25:02 +0000 (10:25 -0700)]
working on subroutines
sbarman [Thu, 18 Aug 2011 18:28:37 +0000 (11:28 -0700)]
increased size of loaded font
notmasteryet [Thu, 18 Aug 2011 12:43:45 +0000 (07:43 -0500)]
LZW reducing memory usage
notmasteryet [Thu, 18 Aug 2011 01:21:54 +0000 (20:21 -0500)]
Basic annotation link support
Andreas Gal [Wed, 17 Aug 2011 23:41:19 +0000 (16:41 -0700)]
Merge pull request #332 from sbarman/hmm
Cleaned up global subroutines
sbarman [Wed, 17 Aug 2011 23:04:14 +0000 (16:04 -0700)]
cleanup
sbarman [Wed, 17 Aug 2011 23:00:54 +0000 (16:00 -0700)]
Revert "Merge branch 'writeToFile' into hmm"
This reverts commit
9b91fca34702e37b7f6d7eb958e8d70f51b2602d , reversing
changes made to
c592d5ed3b8a95a4392996f1222943645553d7ae .
sbarman [Wed, 17 Aug 2011 22:55:09 +0000 (15:55 -0700)]
working font
sbarman [Wed, 17 Aug 2011 18:49:24 +0000 (11:49 -0700)]
Merge branch 'master' into hmm
Andreas Gal [Wed, 17 Aug 2011 16:28:48 +0000 (09:28 -0700)]
Merge pull request #330 from sbarman/pig
Pig
sbarman [Wed, 17 Aug 2011 16:22:54 +0000 (09:22 -0700)]
combined pathX/Y with x/y and wrote setCurrentPoint function
sbarman [Wed, 17 Aug 2011 01:15:20 +0000 (18:15 -0700)]
added stiched functions
sbarman [Tue, 16 Aug 2011 23:49:26 +0000 (16:49 -0700)]
cleanup
sbarman [Tue, 16 Aug 2011 23:47:48 +0000 (16:47 -0700)]
implemented curve2, partial fix for #325
sbarman [Tue, 16 Aug 2011 23:14:29 +0000 (16:14 -0700)]
Still testing type1 charstring conversion
Andreas Gal [Tue, 16 Aug 2011 23:01:55 +0000 (16:01 -0700)]
Merge pull request #328 from kkujala/master
Report results properly to test.py from driver.js.
Kalervo Kujala [Tue, 16 Aug 2011 22:41:15 +0000 (01:41 +0300)]
Merge remote-tracking branch 'upstream/master'
Kalervo Kujala [Tue, 16 Aug 2011 22:33:00 +0000 (01:33 +0300)]
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.
Andreas Gal [Tue, 16 Aug 2011 22:18:21 +0000 (15:18 -0700)]
Merge pull request #327 from kkujala/master
Keep the results visible in test_slave.html before quitting.
sbarman [Tue, 16 Aug 2011 21:49:17 +0000 (14:49 -0700)]
Merge branch 'writeToFile' into hmm
sbarman [Tue, 16 Aug 2011 21:49:12 +0000 (14:49 -0700)]
still mucking with subroutines
Kalervo Kujala [Tue, 16 Aug 2011 20:08:55 +0000 (23:08 +0300)]
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.
Chris Jones [Tue, 16 Aug 2011 19:23:08 +0000 (12:23 -0700)]
Merge pull request #326 from kkujala/master
Indent the driver.js correctly.
Kalervo Kujala [Tue, 16 Aug 2011 19:17:46 +0000 (22:17 +0300)]
Indent the driver.js correctly.
sbarman [Tue, 16 Aug 2011 17:25:02 +0000 (10:25 -0700)]
working on subroutines
notmasteryet [Sun, 14 Aug 2011 23:22:01 +0000 (18:22 -0500)]
Merge branch 'lzw' of git://github.com/notmasteryet/pdf.js.git
notmasteryet [Sun, 14 Aug 2011 21:34:19 +0000 (16:34 -0500)]
switch optimization
notmasteryet [Sun, 14 Aug 2011 20:16:24 +0000 (15:16 -0500)]
Optimize usage of the memory in the LZWStream; linting
Andreas Gal [Sun, 14 Aug 2011 17:51:51 +0000 (10:51 -0700)]
Merge pull request #324 from notmasteryet/lzw
LZW encoding
Andreas Gal [Sun, 14 Aug 2011 17:46:01 +0000 (10:46 -0700)]
Merge pull request #323 from notmasteryet/basefont
Fixing bad comment
notmasteryet [Sun, 14 Aug 2011 17:26:48 +0000 (12:26 -0500)]
Add JAI.pdf (issue #292) to the ref tests
notmasteryet [Sun, 14 Aug 2011 17:12:31 +0000 (12:12 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into lzw
notmasteryet [Sun, 14 Aug 2011 17:11:23 +0000 (12:11 -0500)]
Fixing bad comment
Andreas Gal [Sun, 14 Aug 2011 16:19:02 +0000 (09:19 -0700)]
Merge pull request #322 from notmasteryet/basefont
BaseFont and misc fonts fixes
notmasteryet [Sun, 14 Aug 2011 13:40:22 +0000 (08:40 -0500)]
BaseFont and misc fonts fixes
notmasteryet [Sun, 14 Aug 2011 01:46:04 +0000 (20:46 -0500)]
LZW filter
Chris Jones [Thu, 11 Aug 2011 22:05:07 +0000 (15:05 -0700)]
Merge pull request #321 from kkujala/master
Refactor the lines that are over 80 characters long in driver.js.
Kalervo Kujala [Thu, 11 Aug 2011 22:00:32 +0000 (01:00 +0300)]
Refactor the lines that are over 80 characters long in driver.js.