]>
git.parisson.com Git - pdf.js.git/log
sbarman [Sat, 18 Jun 2011 00:58:44 +0000 (17:58 -0700)]
Merge branch 'master' into streamrewrite2
sbarman [Sat, 18 Jun 2011 00:58:24 +0000 (17:58 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
sbarman [Sat, 18 Jun 2011 00:58:24 +0000 (17:58 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
sbarman [Sat, 18 Jun 2011 00:58:06 +0000 (17:58 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js into streamrewrite2
sbarman [Sat, 18 Jun 2011 00:58:06 +0000 (17:58 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js into streamrewrite2
sbarman [Sat, 18 Jun 2011 00:48:44 +0000 (17:48 -0700)]
clean up tiling
sbarman [Sat, 18 Jun 2011 00:48:44 +0000 (17:48 -0700)]
clean up tiling
sbarman [Sat, 18 Jun 2011 00:46:02 +0000 (17:46 -0700)]
clean up tiling
sbarman [Sat, 18 Jun 2011 00:46:02 +0000 (17:46 -0700)]
clean up tiling
sbarman [Sat, 18 Jun 2011 00:38:29 +0000 (17:38 -0700)]
Merge branch 'master' into tiling
sbarman [Sat, 18 Jun 2011 00:38:29 +0000 (17:38 -0700)]
Merge branch 'master' into tiling
sbarman [Sat, 18 Jun 2011 00:35:56 +0000 (17:35 -0700)]
Cleaned up code for tiling
sbarman [Sat, 18 Jun 2011 00:35:56 +0000 (17:35 -0700)]
Cleaned up code for tiling
Andreas Gal [Fri, 17 Jun 2011 23:34:29 +0000 (16:34 -0700)]
even more error checking for font translation
Andreas Gal [Fri, 17 Jun 2011 23:34:29 +0000 (16:34 -0700)]
even more error checking for font translation
Andreas Gal [Fri, 17 Jun 2011 23:29:48 +0000 (16:29 -0700)]
add more error checking for font translation
Andreas Gal [Fri, 17 Jun 2011 23:29:48 +0000 (16:29 -0700)]
add more error checking for font translation
Andreas Gal [Fri, 17 Jun 2011 23:20:13 +0000 (16:20 -0700)]
rename test.html to viewer.html
Andreas Gal [Fri, 17 Jun 2011 23:20:13 +0000 (16:20 -0700)]
rename test.html to viewer.html
Andreas Gal [Fri, 17 Jun 2011 23:07:09 +0000 (16:07 -0700)]
move cffStandardStrings into utils/ along with font_utils.js
Andreas Gal [Fri, 17 Jun 2011 23:07:09 +0000 (16:07 -0700)]
move cffStandardStrings into utils/ along with font_utils.js
sbarman [Fri, 17 Jun 2011 23:06:02 +0000 (16:06 -0700)]
Working version of predictors
sbarman [Fri, 17 Jun 2011 23:06:02 +0000 (16:06 -0700)]
Working version of predictors
Andreas Gal [Fri, 17 Jun 2011 22:48:17 +0000 (15:48 -0700)]
inline Encodings table into pdf.js and use getters for lazy construction
Andreas Gal [Fri, 17 Jun 2011 22:48:17 +0000 (15:48 -0700)]
inline Encodings table into pdf.js and use getters for lazy construction
Vivien Nicolas [Fri, 17 Jun 2011 21:39:17 +0000 (23:39 +0200)]
Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop
Vivien Nicolas [Fri, 17 Jun 2011 21:39:17 +0000 (23:39 +0200)]
Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop
Vivien Nicolas [Fri, 17 Jun 2011 21:38:01 +0000 (23:38 +0200)]
Fix wrong order of the 'div' command
Vivien Nicolas [Fri, 17 Jun 2011 21:38:01 +0000 (23:38 +0200)]
Fix wrong order of the 'div' command
sbarman [Fri, 17 Jun 2011 20:32:26 +0000 (13:32 -0700)]
Rearranged predictor interface
sbarman [Fri, 17 Jun 2011 20:32:26 +0000 (13:32 -0700)]
Rearranged predictor interface
sbarman [Fri, 17 Jun 2011 20:13:25 +0000 (13:13 -0700)]
changed skip in FlateStream to not call getChar
sbarman [Fri, 17 Jun 2011 20:13:25 +0000 (13:13 -0700)]
changed skip in FlateStream to not call getChar
sbarman [Fri, 17 Jun 2011 19:32:32 +0000 (12:32 -0700)]
Merge branch 'master' into streamrewrite2
sbarman [Fri, 17 Jun 2011 19:32:32 +0000 (12:32 -0700)]
Merge branch 'master' into streamrewrite2
sbarman [Fri, 17 Jun 2011 19:14:45 +0000 (12:14 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
sbarman [Fri, 17 Jun 2011 19:14:45 +0000 (12:14 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
Chris Jones [Fri, 17 Jun 2011 19:07:28 +0000 (12:07 -0700)]
Merge pull request #18 from vingtetun/master
Do not assume charset is defined and move some fonts timing to the right place
Chris Jones [Fri, 17 Jun 2011 19:07:28 +0000 (12:07 -0700)]
Merge pull request #18 from vingtetun/master
Do not assume charset is defined and move some fonts timing to the right place
Vivien Nicolas [Fri, 17 Jun 2011 18:29:34 +0000 (20:29 +0200)]
Do not assume charset is defined and move some fonts timing to the right place
Vivien Nicolas [Fri, 17 Jun 2011 18:29:34 +0000 (20:29 +0200)]
Do not assume charset is defined and move some fonts timing to the right place
andreasgal [Fri, 17 Jun 2011 18:14:40 +0000 (11:14 -0700)]
Merge pull request #16 from vingtetun/master
Clean up some debug leftovers (mostly dump/logs/minor signature changes)
andreasgal [Fri, 17 Jun 2011 18:14:40 +0000 (11:14 -0700)]
Merge pull request #16 from vingtetun/master
Clean up some debug leftovers (mostly dump/logs/minor signature changes)
sbarman [Fri, 17 Jun 2011 17:10:29 +0000 (10:10 -0700)]
stored bytes in flatestream
sbarman [Fri, 17 Jun 2011 17:10:29 +0000 (10:10 -0700)]
stored bytes in flatestream
sbarman [Fri, 17 Jun 2011 16:07:40 +0000 (09:07 -0700)]
Merge branch 'master' into predictor
sbarman [Fri, 17 Jun 2011 16:07:40 +0000 (09:07 -0700)]
Merge branch 'master' into predictor
sbarman [Fri, 17 Jun 2011 16:00:04 +0000 (09:00 -0700)]
Merge branch 'master' into tiling
sbarman [Fri, 17 Jun 2011 16:00:04 +0000 (09:00 -0700)]
Merge branch 'master' into tiling
sbarman [Fri, 17 Jun 2011 15:33:14 +0000 (08:33 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
sbarman [Fri, 17 Jun 2011 15:33:14 +0000 (08:33 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
notmasteryet [Fri, 17 Jun 2011 12:37:14 +0000 (07:37 -0500)]
readXRefStream and PNG predictor 12
notmasteryet [Fri, 17 Jun 2011 12:37:14 +0000 (07:37 -0500)]
readXRefStream and PNG predictor 12
Vivien Nicolas [Fri, 17 Jun 2011 11:55:42 +0000 (13:55 +0200)]
Clean up some debug leftovers
Vivien Nicolas [Fri, 17 Jun 2011 11:55:42 +0000 (13:55 +0200)]
Clean up some debug leftovers
Chris Jones [Fri, 17 Jun 2011 08:19:59 +0000 (01:19 -0700)]
render at 1.5x scale
Chris Jones [Fri, 17 Jun 2011 08:19:59 +0000 (01:19 -0700)]
render at 1.5x scale
Andreas Gal [Fri, 17 Jun 2011 08:03:21 +0000 (01:03 -0700)]
2nd attempt to make glyph list integers
Andreas Gal [Fri, 17 Jun 2011 08:03:21 +0000 (01:03 -0700)]
2nd attempt to make glyph list integers
Andreas Gal [Fri, 17 Jun 2011 07:46:27 +0000 (00:46 -0700)]
Andreas Gal [Fri, 17 Jun 2011 07:46:27 +0000 (00:46 -0700)]
Andreas Gal [Fri, 17 Jun 2011 07:34:03 +0000 (00:34 -0700)]
store unicode value as integer instead of hex string in glyphlist
Andreas Gal [Fri, 17 Jun 2011 07:34:03 +0000 (00:34 -0700)]
store unicode value as integer instead of hex string in glyphlist
Chris Jones [Fri, 17 Jun 2011 07:20:57 +0000 (00:20 -0700)]
Merge pull request #13 from vingtetun/master
Fonts!
Chris Jones [Fri, 17 Jun 2011 07:20:57 +0000 (00:20 -0700)]
Merge pull request #13 from vingtetun/master
Fonts!
Vivien Nicolas [Fri, 17 Jun 2011 07:11:03 +0000 (09:11 +0200)]
Rename PDFFonts.js to fonts.js
Vivien Nicolas [Fri, 17 Jun 2011 07:11:03 +0000 (09:11 +0200)]
Rename PDFFonts.js to fonts.js
Vivien Nicolas [Fri, 17 Jun 2011 07:06:19 +0000 (09:06 +0200)]
Merge with master
Vivien Nicolas [Fri, 17 Jun 2011 07:06:19 +0000 (09:06 +0200)]
Merge with master
Andreas Gal [Thu, 16 Jun 2011 16:37:15 +0000 (00:37 +0800)]
add blogs and twitter link
Andreas Gal [Thu, 16 Jun 2011 16:37:15 +0000 (00:37 +0800)]
add blogs and twitter link
Vivien Nicolas [Fri, 17 Jun 2011 06:36:52 +0000 (08:36 +0200)]
Fix CIMM6/CIIM9
Vivien Nicolas [Fri, 17 Jun 2011 06:36:52 +0000 (08:36 +0200)]
Fix CIMM6/CIIM9
Vivien Nicolas [Fri, 17 Jun 2011 05:48:45 +0000 (07:48 +0200)]
Do not use stream when it is not necessary
Vivien Nicolas [Fri, 17 Jun 2011 05:48:45 +0000 (07:48 +0200)]
Do not use stream when it is not necessary
Vivien Nicolas [Fri, 17 Jun 2011 05:14:11 +0000 (07:14 +0200)]
Use a typed array in the CMAP construction function
Vivien Nicolas [Fri, 17 Jun 2011 05:14:11 +0000 (07:14 +0200)]
Use a typed array in the CMAP construction function
Vivien Nicolas [Fri, 17 Jun 2011 04:53:18 +0000 (06:53 +0200)]
Add a direct translation to one of the way to format charstring number in flattenCharstring (28, x, y)
Vivien Nicolas [Fri, 17 Jun 2011 04:53:18 +0000 (06:53 +0200)]
Add a direct translation to one of the way to format charstring number in flattenCharstring (28, x, y)
Vivien Nicolas [Fri, 17 Jun 2011 04:44:16 +0000 (06:44 +0200)]
Get rid or IsNum/IsString/IsArray in flattenCharstring
Vivien Nicolas [Fri, 17 Jun 2011 04:44:16 +0000 (06:44 +0200)]
Get rid or IsNum/IsString/IsArray in flattenCharstring
Chris Jones [Fri, 17 Jun 2011 04:12:33 +0000 (21:12 -0700)]
Merge pull request #14 from debloper/master
Test-page updated to allow the user open local PDFs
Chris Jones [Fri, 17 Jun 2011 04:12:33 +0000 (21:12 -0700)]
Merge pull request #14 from debloper/master
Test-page updated to allow the user open local PDFs
Vivien Nicolas [Fri, 17 Jun 2011 04:06:24 +0000 (06:06 +0200)]
Remove some leftovers from the previous patch
Vivien Nicolas [Fri, 17 Jun 2011 04:06:24 +0000 (06:06 +0200)]
Remove some leftovers from the previous patch
Vivien Nicolas [Fri, 17 Jun 2011 04:02:29 +0000 (06:02 +0200)]
Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now)
Vivien Nicolas [Fri, 17 Jun 2011 04:02:29 +0000 (06:02 +0200)]
Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now)
sbarman [Fri, 17 Jun 2011 00:03:15 +0000 (17:03 -0700)]
initial implementation of predictor
sbarman [Fri, 17 Jun 2011 00:03:15 +0000 (17:03 -0700)]
initial implementation of predictor
sbarman [Thu, 16 Jun 2011 19:03:50 +0000 (12:03 -0700)]
Added comments
sbarman [Thu, 16 Jun 2011 19:03:50 +0000 (12:03 -0700)]
Added comments
sbarman [Thu, 16 Jun 2011 18:26:50 +0000 (11:26 -0700)]
working version of tiling
sbarman [Thu, 16 Jun 2011 18:26:50 +0000 (11:26 -0700)]
working version of tiling
Andreas Gal [Thu, 16 Jun 2011 16:37:15 +0000 (09:37 -0700)]
add blogs and twitter link
Andreas Gal [Thu, 16 Jun 2011 16:37:15 +0000 (09:37 -0700)]
add blogs and twitter link
Vivien Nicolas [Thu, 16 Jun 2011 07:34:43 +0000 (09:34 +0200)]
Remove some debug leftovers and add some comments about future directions for the code
Vivien Nicolas [Thu, 16 Jun 2011 07:34:43 +0000 (09:34 +0200)]
Remove some debug leftovers and add some comments about future directions for the code
Soumya Deb [Thu, 16 Jun 2011 06:44:02 +0000 (12:14 +0530)]
Test-page updated to allow the user open local PDFs
Soumya Deb [Thu, 16 Jun 2011 06:44:02 +0000 (12:14 +0530)]
Test-page updated to allow the user open local PDFs
Vivien Nicolas [Thu, 16 Jun 2011 01:55:45 +0000 (03:55 +0200)]
Resolve the char->glyphs mapping issue