]>
git.parisson.com Git - pdf.js.git/log
vingtetun [Mon, 19 Sep 2011 21:28:07 +0000 (14:28 -0700)]
Merge pull request #498 from kkujala/master
Align switch cases properly.
Kalervo Kujala [Mon, 19 Sep 2011 20:17:58 +0000 (23:17 +0300)]
Align switch cases properly.
Julian Viereck [Mon, 19 Sep 2011 18:11:14 +0000 (21:11 +0300)]
Add links to subscribe to mailing list.
vingtetun [Mon, 19 Sep 2011 14:37:34 +0000 (07:37 -0700)]
Merge pull request #497 from notmasteryet/tree-20
removing onload from driver.js
vingtetun [Mon, 19 Sep 2011 14:34:46 +0000 (07:34 -0700)]
Merge pull request #466 from notmasteryet/charstoglyphs
Refactoring charsToUnicode into charsToGlyphs
notmasteryet [Mon, 19 Sep 2011 12:06:20 +0000 (07:06 -0500)]
removing onload from driver.js
Andreas Gal [Mon, 19 Sep 2011 05:41:42 +0000 (22:41 -0700)]
Merge pull request #493 from notmasteryet/tree-20
Zero gjslint warnings mark
Andreas Gal [Mon, 19 Sep 2011 05:39:27 +0000 (22:39 -0700)]
Merge pull request #495 from notmasteryet/otf-loca
Sanitize 'loca' font table
notmasteryet [Mon, 19 Sep 2011 03:44:25 +0000 (22:44 -0500)]
Fix for 16-bit 'loca' table
notmasteryet [Mon, 19 Sep 2011 02:25:05 +0000 (21:25 -0500)]
Sanitize 'loca' font table: some fonts have first glyph with length 10
notmasteryet [Sun, 18 Sep 2011 19:44:57 +0000 (14:44 -0500)]
Zero gjslint warnings mark
notmasteryet [Sun, 18 Sep 2011 17:08:52 +0000 (12:08 -0500)]
Fixing the CID to GID mapping for cid fonts (regression of arial_unicode_XX_cidfont.pdf)
notmasteryet [Sun, 18 Sep 2011 14:11:53 +0000 (09:11 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs
notmasteryet [Sun, 18 Sep 2011 14:11:31 +0000 (09:11 -0500)]
Moving defaultWidth into the charsToGlyphs function
Chris Jones [Sun, 18 Sep 2011 02:42:13 +0000 (19:42 -0700)]
Merge pull request #488 from notmasteryet/issue-484-a
Fixing double metrics issue for glyphs (#484)
Chris Jones [Sun, 18 Sep 2011 02:41:04 +0000 (19:41 -0700)]
Merge pull request #486 from notmasteryet/tree-16
Fixing lint long lines warnings
Andreas Gal [Sat, 17 Sep 2011 22:21:39 +0000 (15:21 -0700)]
Merge pull request #491 from notmasteryet/cmap-2
Fixing large cmap-s; reducing changes in the indent encoding
notmasteryet [Sat, 17 Sep 2011 22:13:22 +0000 (17:13 -0500)]
Fixing large cmap-s; reduce changes in the indent encoding
notmasteryet [Sat, 17 Sep 2011 16:23:34 +0000 (11:23 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs
Conflicts:
test/test_manifest.json
Andreas Gal [Sat, 17 Sep 2011 16:04:49 +0000 (09:04 -0700)]
Merge pull request #489 from notmasteryet/tree-18
Modifying how the artofwar encryption handled
notmasteryet [Sat, 17 Sep 2011 15:32:42 +0000 (10:32 -0500)]
Modifying how the artofwar encryption handled; add wdsg_fitc as reftest
notmasteryet [Sat, 17 Sep 2011 03:49:43 +0000 (22:49 -0500)]
Fixing double metrics issue for glyphs (#484)
notmasteryet [Sat, 17 Sep 2011 00:53:52 +0000 (19:53 -0500)]
Fixing lint long lines warnings
vingtetun [Sat, 17 Sep 2011 00:41:09 +0000 (17:41 -0700)]
Merge pull request #482 from ironymark/master
FIxed Ascent and Descent in OS/2 table
Adil Allawi [Fri, 16 Sep 2011 22:55:06 +0000 (23:55 +0100)]
Added myself to the license (yay!)
Tweaked according to comments in pull request #482
Adil Allawi [Fri, 16 Sep 2011 12:50:11 +0000 (13:50 +0100)]
Add opentype ascender, descender and units-per-em to font properties
Prefer font ascender, descender when creating OS/2 table
scale PDF ascender and descender in OS/2 table by font units per em if it exists
Fix the truetype font header to prevent Windows rejecting a Mac truetype font
Adil Allawi [Thu, 15 Sep 2011 22:23:22 +0000 (23:23 +0100)]
Fix OS/2 table to match font yMax and yMin from head table
Julian Viereck [Fri, 16 Sep 2011 16:32:10 +0000 (09:32 -0700)]
Fix regression in PDFFunction
Julian Viereck [Fri, 16 Sep 2011 16:04:12 +0000 (09:04 -0700)]
Rename some stuff and add missing font_handler.js
Artur Adib [Fri, 16 Sep 2011 15:45:20 +0000 (08:45 -0700)]
Merging #478 #483
Artur Adib [Thu, 15 Sep 2011 23:39:18 +0000 (16:39 -0700)]
Minor
Artur Adib [Thu, 15 Sep 2011 23:28:38 +0000 (16:28 -0700)]
New README, .gitignores; Makefile
Makefile: commented out unnecessary closure download and shell testing (at least until someone decides to work on this).
Artur Adib [Thu, 15 Sep 2011 18:14:55 +0000 (11:14 -0700)]
Addressing comments by Vivien
Artur Adib [Thu, 15 Sep 2011 16:28:58 +0000 (09:28 -0700)]
Moved helloworld/ to examples/helloworld/
Artur Adib [Thu, 15 Sep 2011 00:34:29 +0000 (17:34 -0700)]
Hello World example
Perhaps the simplest use of pdf.js.
See README.md in the new folder
Julian Viereck [Fri, 16 Sep 2011 15:09:58 +0000 (08:09 -0700)]
Tried to add a destroy function to free memeory, but doesn't seem to help
Julian Viereck [Fri, 16 Sep 2011 07:22:20 +0000 (00:22 -0700)]
Don't stop executeIRQueue if there is no continueCallback. What a wonderful world it would be with generators :(
Julian Viereck [Fri, 16 Sep 2011 07:11:23 +0000 (00:11 -0700)]
Add dependency for dependecies on sub getIRQueue
Julian Viereck [Fri, 16 Sep 2011 06:36:08 +0000 (23:36 -0700)]
Add firstPage option to tasks to speed up testing certain pages
Julian Viereck [Fri, 16 Sep 2011 06:27:22 +0000 (23:27 -0700)]
Cleanup Moz support in FontLoader
Julian Viereck [Fri, 16 Sep 2011 06:14:35 +0000 (23:14 -0700)]
Add support for WebKit using measure on canvas method
Julian Viereck [Fri, 16 Sep 2011 05:46:44 +0000 (22:46 -0700)]
Backup
Julian Viereck [Fri, 16 Sep 2011 04:54:47 +0000 (21:54 -0700)]
If the font isn't supported, don't handle it
notmasteryet [Fri, 16 Sep 2011 03:16:09 +0000 (22:16 -0500)]
Merge branch '
07254bb0a5 '
notmasteryet [Fri, 16 Sep 2011 00:50:55 +0000 (19:50 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs
notmasteryet [Fri, 16 Sep 2011 00:32:36 +0000 (19:32 -0500)]
Transfer defaultWidth for files without the file
notmasteryet [Fri, 16 Sep 2011 00:26:32 +0000 (19:26 -0500)]
Fixing defaultWidth; variables names
Chris Jones [Thu, 15 Sep 2011 23:01:02 +0000 (16:01 -0700)]
Merge pull request #479 from arturadib/exec-flags
Removed exec flags of non-exec files (chmod -x)
Julian Viereck [Thu, 15 Sep 2011 22:08:53 +0000 (15:08 -0700)]
Ensure fonts loaded in caes you load fonts out of line
Julian Viereck [Thu, 15 Sep 2011 21:06:24 +0000 (14:06 -0700)]
Add Objects.clear() and fallback for testStr in FontMeasure
Kalervo Kujala [Thu, 15 Sep 2011 20:32:44 +0000 (23:32 +0300)]
Fix small lint warnings.
Julian Viereck [Thu, 15 Sep 2011 17:18:16 +0000 (10:18 -0700)]
Fix rebasing
Julian Viereck [Thu, 15 Sep 2011 03:26:47 +0000 (20:26 -0700)]
Addd font logs
Julian Viereck [Wed, 14 Sep 2011 17:08:10 +0000 (10:08 -0700)]
Just use imageData directly on Gecko
Julian Viereck [Wed, 14 Sep 2011 14:55:15 +0000 (07:55 -0700)]
Use canvas measureText to detect font loading
Julian Viereck [Tue, 13 Sep 2011 14:59:24 +0000 (07:59 -0700)]
Add FontShape.getRule which returns the name for the ctx object
Julian Vierec [Tue, 13 Sep 2011 14:49:35 +0000 (07:49 -0700)]
Add Objects.setData and Promise.data to set the data before the object/promise is resolved
Julian Viereck [Sat, 10 Sep 2011 01:17:56 +0000 (18:17 -0700)]
Make font processing happen in a worker
Julian Viereck [Sat, 10 Sep 2011 01:16:22 +0000 (18:16 -0700)]
Remove worker/boot.js
Julian Viereck [Sat, 10 Sep 2011 01:14:42 +0000 (18:14 -0700)]
Fix
Julian Viereck [Fri, 9 Sep 2011 23:45:41 +0000 (16:45 -0700)]
Remove no longer needed worker files, rename boot to boot_processor
Julian Viereck [Fri, 9 Sep 2011 23:29:50 +0000 (16:29 -0700)]
Remove console.logs from previous commit again
Julian Viereck [Sat, 10 Sep 2011 02:35:45 +0000 (19:35 -0700)]
Fixing font loading issues
Julian Viereck [Fri, 9 Sep 2011 23:15:51 +0000 (16:15 -0700)]
Trying to implement progressive font rendering. Works on FF, but Chrome doesn't catchup the fonts
Julian Viereck [Fri, 9 Sep 2011 18:20:55 +0000 (11:20 -0700)]
Send JpegStreams to the main thread ASAP. No need for ImagesLoader anymore
Julian Viereck [Fri, 9 Sep 2011 16:58:44 +0000 (09:58 -0700)]
Stop the execution if it takes longer then a certain amount of time and reshedule it
Julian Viereck [Thu, 15 Sep 2011 20:13:00 +0000 (13:13 -0700)]
Add missing metrics.js for worker
Vivien Nicolas [Thu, 15 Sep 2011 18:07:38 +0000 (20:07 +0200)]
Merge remote branch 'upstream/master' into metrics
Artur Adib [Thu, 15 Sep 2011 16:33:19 +0000 (09:33 -0700)]
Changed exec flags of non-exec files (chmod -x)
Julian Viereck [Fri, 9 Sep 2011 16:24:31 +0000 (09:24 -0700)]
Ensure to call the pageDone callback after it's really done
Julian Viereck [Fri, 9 Sep 2011 15:47:12 +0000 (08:47 -0700)]
Adding back bug in constructInterpolatedFromIR to get refTest passing in openweb.pdf
Julian Viereck [Fri, 9 Sep 2011 02:28:15 +0000 (19:28 -0700)]
Removing some console.log statements.
Julian Viereck [Fri, 9 Sep 2011 01:34:54 +0000 (18:34 -0700)]
Ensure things work for default fonts like Arial
Julian Viereck [Fri, 9 Sep 2011 00:55:38 +0000 (17:55 -0700)]
Implement endInlineImage IR
Julian Viereck [Fri, 9 Sep 2011 00:23:38 +0000 (17:23 -0700)]
fontFile doesn't have to be a FlateStream. complex_ttf_font.pdf
Julian Viereck [Thu, 8 Sep 2011 23:22:06 +0000 (16:22 -0700)]
Fix constructInterpolatedFromIR + fix indexing i that should be j
Julian Viereck [Thu, 8 Sep 2011 22:48:52 +0000 (15:48 -0700)]
Fix TilingPattern + implement DummyShading IR form
Julian Viereck [Thu, 8 Sep 2011 21:52:59 +0000 (14:52 -0700)]
Add PDFFunction to IR support + complete ColorSpace SeparationCS IR support
Julian Viereck [Thu, 8 Sep 2011 20:51:13 +0000 (13:51 -0700)]
Fix missing parameter for RadialAxialShading
Julian Viereck [Thu, 8 Sep 2011 19:44:55 +0000 (12:44 -0700)]
Make ColorSpace Separation work as long as no IR form is needed for now
Julian Viereck [Thu, 8 Sep 2011 17:44:50 +0000 (10:44 -0700)]
Make testdriver use new worker infrastructure
Julian Viereck [Thu, 8 Sep 2011 16:46:01 +0000 (09:46 -0700)]
Fix rendering of fonts on Firefox + turn worker on again.
Seems like Gecko requires the fontName to start with a character, not a number.
Julian Viereck [Thu, 8 Sep 2011 02:50:05 +0000 (19:50 -0700)]
Add dependency management for loading images that causes the execution to halt if the dependency isn't satisfied during executing time
Julian Viereck [Thu, 8 Sep 2011 00:55:44 +0000 (17:55 -0700)]
Flattern the IRQueue to make it easier to reexecute and have no nested state
Julian Viereck [Thu, 8 Sep 2011 00:15:35 +0000 (17:15 -0700)]
Add very simple Promise object
Julian Viereck [Thu, 8 Sep 2011 00:06:16 +0000 (17:06 -0700)]
[Cleanup] Remove no longer needed Patter.parse and TilingPattern. functions
Julian Viereck [Thu, 8 Sep 2011 00:02:01 +0000 (17:02 -0700)]
Use all over the place and cleanup/renomve not longer needed code
Julian Viereck [Wed, 7 Sep 2011 23:29:03 +0000 (16:29 -0700)]
Make ColorSpace.parse use ColorSpace.toIR and .fromIR to make use of only one codepath
Julian Viereck [Wed, 7 Sep 2011 23:25:51 +0000 (16:25 -0700)]
Implement ColorSpace IR forms for Pattern and Indexed
Julian Viereck [Wed, 7 Sep 2011 23:13:41 +0000 (16:13 -0700)]
[Cleanup] Renomve no longer needed RadialAxialShading.prototype.getPattern as toIR is called all the time
Julian Viereck [Wed, 7 Sep 2011 23:09:49 +0000 (16:09 -0700)]
[Cleanup] Rename Raw to IR
Julian Viereck [Wed, 7 Sep 2011 23:02:26 +0000 (16:02 -0700)]
Remove no longer needed code and rename IR forms to the standard ones
Julian Viereck [Wed, 7 Sep 2011 22:50:45 +0000 (15:50 -0700)]
Add rendering timer
Julian Viereck [Wed, 7 Sep 2011 22:15:36 +0000 (15:15 -0700)]
Add support for image xObjs with imageMask
Julian Viereck [Wed, 7 Sep 2011 21:45:38 +0000 (14:45 -0700)]
Implement paintReadyJpegXObject + add infrastructure to handle JpegStreams
Julian Viereck [Wed, 7 Sep 2011 20:42:38 +0000 (13:42 -0700)]
Add some comments + fix getColorN_IR_Pattern
Julian Viereck [Wed, 7 Sep 2011 20:38:52 +0000 (13:38 -0700)]
Move getting the Pattern from IR form out and make setStrokeColorN_IR work
Julian Viereck [Wed, 7 Sep 2011 20:30:12 +0000 (13:30 -0700)]
Add shading support for setFillColorN_IR - is that used at all?
Julian Viereck [Wed, 7 Sep 2011 18:48:44 +0000 (11:48 -0700)]
Use the worker
Julian Viereck [Wed, 7 Sep 2011 18:40:26 +0000 (11:40 -0700)]
Fix missing curMatrix variable bug to get TM paper work in Nightly