]>
git.parisson.com Git - pdf.js.git/log
= [Thu, 20 Oct 2011 17:01:25 +0000 (10:01 -0700)]
Fix merge problem with argsArray/fnArray.
= [Wed, 19 Oct 2011 19:42:33 +0000 (12:42 -0700)]
Remove WorkerPage.
= [Wed, 19 Oct 2011 18:14:13 +0000 (11:14 -0700)]
Initial merge of master.
= [Wed, 19 Oct 2011 18:09:17 +0000 (11:09 -0700)]
Initial merge with master
Julian Viereck [Thu, 13 Oct 2011 20:54:47 +0000 (22:54 +0200)]
Fix `length` in setGState().
Julian Viereck [Thu, 13 Oct 2011 18:30:55 +0000 (20:30 +0200)]
Address latest review comments by Artur
Julian Viereck [Tue, 11 Oct 2011 20:21:34 +0000 (22:21 +0200)]
Merge master -> worker_pull + fix too long line
Julian Viereck [Tue, 11 Oct 2011 18:32:16 +0000 (20:32 +0200)]
Fix lint, remove for old worker code, fix some small stuff
Julian Viereck [Tue, 11 Oct 2011 18:18:59 +0000 (20:18 +0200)]
Remove no longer needed viewer_worker.html
Julian Viereck [Tue, 11 Oct 2011 18:17:35 +0000 (20:17 +0200)]
Kill global vars FontsMap, FontLoadedCounter, objIdCounter.
Kalervo Kujala [Mon, 10 Oct 2011 20:46:43 +0000 (23:46 +0300)]
Make test_slave.html as valid html5.
Fix also warnings in the error console that appear from a test run.
notmasteryet [Sun, 9 Oct 2011 02:06:14 +0000 (21:06 -0500)]
Fixing disappearing pages (when multiple are visible)
notmasteryet [Sat, 8 Oct 2011 03:46:01 +0000 (22:46 -0500)]
Fixing DescendantFonts object fetching (#600)
Artur Adib [Tue, 11 Oct 2011 20:05:01 +0000 (13:05 -0700)]
Merge pull request #651 from notmasteryet/interpolationfn
Fixing interpolation function (#549)
Julian Viereck [Tue, 11 Oct 2011 17:51:35 +0000 (19:51 +0200)]
Remove commented out code and change some comments to fit current code state
notmasteryet [Tue, 11 Oct 2011 03:35:17 +0000 (22:35 -0500)]
Fixing interpolation function (#549)
Artur Adib [Mon, 10 Oct 2011 21:37:48 +0000 (14:37 -0700)]
Merge pull request #648 from kkujala/master
Make test_slave.html as valid html5.
Kalervo Kujala [Mon, 10 Oct 2011 20:46:43 +0000 (23:46 +0300)]
Make test_slave.html as valid html5.
Fix also warnings in the error console that appear from a test run.
Julian Viereck [Sun, 9 Oct 2011 11:31:13 +0000 (13:31 +0200)]
Let handleSetFont use a fontRef directly. Fixes extgstate.pdf
Julian Viereck [Sun, 9 Oct 2011 11:24:54 +0000 (13:24 +0200)]
Fix ColorSpace lookup in ColorSpace.parseToIR
Julian Viereck [Sun, 9 Oct 2011 11:09:57 +0000 (13:09 +0200)]
Fix variable naming
Julian Viereck [Sun, 9 Oct 2011 09:25:33 +0000 (11:25 +0200)]
Add a timeout before sending the pdf doc to the worker such that there is no too-long-js-running hint
Julian Viereck [Sun, 9 Oct 2011 08:37:53 +0000 (10:37 +0200)]
Fix lint errors
Andreas Gal [Sun, 9 Oct 2011 06:38:26 +0000 (23:38 -0700)]
Merge pull request #636 from notmasteryet/tree-29
Fixing disappearing pages (when multiple are visible)
notmasteryet [Sun, 9 Oct 2011 02:06:14 +0000 (21:06 -0500)]
Fixing disappearing pages (when multiple are visible)
Julian Viereck [Sat, 8 Oct 2011 21:02:56 +0000 (23:02 +0200)]
Fix hello world example
Julian Viereck [Sat, 8 Oct 2011 20:35:35 +0000 (22:35 +0200)]
Get Type3 fonts working again.
Julian Viereck [Sat, 8 Oct 2011 20:36:44 +0000 (22:36 +0200)]
Don't create Image object in JpegStream
Julian Viereck [Sat, 8 Oct 2011 20:22:30 +0000 (22:22 +0200)]
Process fonts on main thread again - font handling works again
Julian Viereck [Sat, 8 Oct 2011 16:15:18 +0000 (18:15 +0200)]
Hack something up that renders font right again
Julian Viereck [Sat, 8 Oct 2011 15:28:49 +0000 (17:28 +0200)]
Try to rescue fonts - not working
Julian Viereck [Sat, 8 Oct 2011 15:08:17 +0000 (17:08 +0200)]
Small fixes + docs
Artur Adib [Sat, 8 Oct 2011 14:56:08 +0000 (07:56 -0700)]
Merge pull request #633 from notmasteryet/issue-600
Fixing DescendantFonts object fetching (#600)
notmasteryet [Sat, 8 Oct 2011 14:06:49 +0000 (09:06 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into issue-600
Julian Viereck [Sat, 8 Oct 2011 13:19:48 +0000 (15:19 +0200)]
Move WorkerPDFDoc to pdf.js. Rename PDFDoc -> PDFDocModel + WorkerPDFDoc -> PDFDoc. This is required until the worker code doesn't depend on an PDFDoc instance anymore
Julian Viereck [Sat, 8 Oct 2011 12:53:09 +0000 (14:53 +0200)]
Transform setGState to IR form and hanlde edge case of setFont
Julian Viereck [Sat, 8 Oct 2011 12:18:23 +0000 (14:18 +0200)]
Merge worker_pull with master
Chris Jones [Sat, 8 Oct 2011 05:36:41 +0000 (22:36 -0700)]
Merge pull request #632 from notmasteryet/usmanm
Fixing PDF bad structure and 'fi' ligature (#577)
notmasteryet [Sat, 8 Oct 2011 03:46:01 +0000 (22:46 -0500)]
Fixing DescendantFonts object fetching (#600)
notmasteryet [Sat, 8 Oct 2011 03:24:26 +0000 (22:24 -0500)]
Fixing PDF bad structure and 'fi' ligature
Brendan Dahl [Fri, 7 Oct 2011 23:58:19 +0000 (16:58 -0700)]
Merge pull request #620 from notmasteryet/imagecache
Cache DOM images; including smask as cachable image...
Chris Jones [Fri, 7 Oct 2011 19:20:44 +0000 (12:20 -0700)]
Merge pull request #629 from brendandahl/readme
Add contributor wiki page link to readme
Chris Jones [Fri, 7 Oct 2011 19:09:20 +0000 (12:09 -0700)]
Merge pull request #623 from arturadib/pdfs-gitignore
Git-ignore all PDFs except the listed ones
Brendan Dahl [Fri, 7 Oct 2011 18:56:10 +0000 (11:56 -0700)]
Merge pull request #589 from notmasteryet/rgbt
Recovering from RGBT-command (ref #577)
= [Fri, 7 Oct 2011 18:49:57 +0000 (11:49 -0700)]
Less repeat.
= [Fri, 7 Oct 2011 18:47:17 +0000 (11:47 -0700)]
Add contributor wiki page link. Fix some wording.
notmasteryet [Fri, 7 Oct 2011 01:23:30 +0000 (20:23 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into imagecache
Artur Adib [Thu, 6 Oct 2011 23:29:40 +0000 (16:29 -0700)]
Merge pull request #628 from brendandahl/boundingbox
Fix test script regression
= [Thu, 6 Oct 2011 23:19:46 +0000 (16:19 -0700)]
Merge remote-tracking branch 'upstream/master' into boundingbox
= [Thu, 6 Oct 2011 23:19:17 +0000 (16:19 -0700)]
Move closing the file to an appropriate area.
Artur Adib [Thu, 6 Oct 2011 17:39:11 +0000 (10:39 -0700)]
Merge pull request #618 from brendandahl/boundingbox
Fix bounding box for xobjects and patterns
= [Thu, 6 Oct 2011 16:24:06 +0000 (09:24 -0700)]
Fixing lint
= [Thu, 6 Oct 2011 16:22:00 +0000 (09:22 -0700)]
Merge remote-tracking branch 'upstream/master' into boundingbox
Artur Adib [Thu, 6 Oct 2011 15:01:22 +0000 (11:01 -0400)]
Git-ignore all PDFs except the listed ones
This forces contributors to deal with gitignore only when bundling a new test, rather than making all users of "make test" having to constantly update their gitignores because of new PDFs.
notmasteryet [Thu, 6 Oct 2011 02:56:21 +0000 (19:56 -0700)]
Merge pull request #622 from notmasteryet/fix599
Fixing #599: glyph remapping
notmasteryet [Thu, 6 Oct 2011 02:22:52 +0000 (21:22 -0500)]
Making ThuluthFeatures "eq" reftest
notmasteryet [Thu, 6 Oct 2011 02:15:41 +0000 (21:15 -0500)]
Fixing #599
notmasteryet [Thu, 6 Oct 2011 00:07:58 +0000 (19:07 -0500)]
Cache DOM images; including smask as cachable image; same image onload fix
= [Wed, 5 Oct 2011 23:32:26 +0000 (16:32 -0700)]
Fix width and height for pattering bounding box.
= [Wed, 5 Oct 2011 22:08:45 +0000 (15:08 -0700)]
Reversing -u option
Julian Viereck [Wed, 5 Oct 2011 20:24:38 +0000 (22:24 +0200)]
Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code
= [Wed, 5 Oct 2011 19:29:54 +0000 (12:29 -0700)]
Add unbuffered option
= [Wed, 5 Oct 2011 16:19:02 +0000 (09:19 -0700)]
Merge remote-tracking branch 'upstream/master' into boundingbox
= [Wed, 5 Oct 2011 16:18:20 +0000 (09:18 -0700)]
Fixing bounding boxes and test ref file writing.
vingtetun [Wed, 5 Oct 2011 14:41:56 +0000 (07:41 -0700)]
Merge pull request #614 from swznd/master
Fix Typo
vingtetun [Wed, 5 Oct 2011 14:40:39 +0000 (07:40 -0700)]
Merge pull request #615 from arturadib/readme-learning
README: Link to Julian's talk
Artur Adib [Wed, 5 Oct 2011 14:26:32 +0000 (10:26 -0400)]
Merge branch 'master' of github.com:andreasgal/pdf.js into readme-learning
Artur Adib [Wed, 5 Oct 2011 14:24:53 +0000 (10:24 -0400)]
README: Julian's presentation
Muhammad Fikri [Wed, 5 Oct 2011 12:29:03 +0000 (19:29 +0700)]
fix typo xhr onprogress
Adil Allawi [Wed, 5 Oct 2011 07:42:54 +0000 (08:42 +0100)]
Adil Allawi [Wed, 5 Oct 2011 07:42:13 +0000 (08:42 +0100)]
Remap all glyphs to Unicode Private Use Area if it is possible otherwise only remap minimum problematic glyphs
Artur Adib [Wed, 5 Oct 2011 00:43:55 +0000 (21:43 -0300)]
OCD stuff
Artur Adib [Tue, 4 Oct 2011 21:38:24 +0000 (14:38 -0700)]
Merge pull request #612 from kkujala/master
Name anonymous functions.
Kalervo Kujala [Tue, 4 Oct 2011 19:21:40 +0000 (22:21 +0300)]
Name anonymous functions.
vingtetun [Tue, 4 Oct 2011 16:47:57 +0000 (09:47 -0700)]
Merge pull request #606 from brendandahl/type3font
Adds Type3 Font Support
Artur Adib [Tue, 4 Oct 2011 16:30:00 +0000 (09:30 -0700)]
Merge pull request #610 from arturadib/readme-bot
README for bot tests
= [Tue, 4 Oct 2011 16:06:51 +0000 (09:06 -0700)]
Address pull request feedback.
= [Tue, 4 Oct 2011 15:52:15 +0000 (08:52 -0700)]
fix merge conflicts
Artur Adib [Tue, 4 Oct 2011 15:27:40 +0000 (11:27 -0400)]
README for bot tests
Adil Allawi [Tue, 4 Oct 2011 13:18:33 +0000 (14:18 +0100)]
Only offset glyphs that can fit into the private use area
Adil Allawi [Mon, 3 Oct 2011 12:57:01 +0000 (13:57 +0100)]
Add test case
Adil Allawi [Mon, 3 Oct 2011 09:16:18 +0000 (10:16 +0100)]
Fix regression caused by pull request #491. Glyphs in positions that match complex scripts or special characters can be messed up by the browser when drawn to the canvas. Limit to fonts with a small to medium sized glyph set.
Artur Adib [Tue, 4 Oct 2011 01:57:02 +0000 (18:57 -0700)]
Merge pull request #602 from arturadib/test-features
New test/ features (useful for bot)
vingtetun [Tue, 4 Oct 2011 00:36:51 +0000 (17:36 -0700)]
Merge pull request #556 from notmasteryet/cid0
Initial CID-0 font encodings
= [Tue, 4 Oct 2011 00:18:47 +0000 (17:18 -0700)]
fix merge conflicts
= [Mon, 3 Oct 2011 23:36:01 +0000 (16:36 -0700)]
#502 Adding basic Type3 font support.
Artur Adib [Mon, 3 Oct 2011 19:57:04 +0000 (15:57 -0400)]
Lint - fixing double quotes
Artur Adib [Mon, 3 Oct 2011 19:25:02 +0000 (15:25 -0400)]
Lint, extra space eol
Artur Adib [Mon, 3 Oct 2011 19:21:26 +0000 (15:21 -0400)]
Oh, 80-char limit... super modern
Artur Adib [Mon, 3 Oct 2011 18:53:45 +0000 (14:53 -0400)]
New test/ features, useful for bot
test.py:
added option --noPrompts
removed unnecessary warnings (masterMode)
removed unnecessary "Creating tmp failed" message when error is simply b/c it already exists
driver.js:
added per PDF manifest option "pageLimit", e.g. "pageLimit":100
Julian Viereck [Mon, 3 Oct 2011 18:28:28 +0000 (11:28 -0700)]
Merge pull request #601 from vingtetun/master
Bump up firefox extension version
Vivien Nicolas [Mon, 3 Oct 2011 18:14:20 +0000 (20:14 +0200)]
Bump up the max version of the extension to 10.0.*
Artur Adib [Mon, 3 Oct 2011 12:34:11 +0000 (09:34 -0300)]
Ooops! Thought I was at arturadib/pdf.js
Artur Adib [Mon, 3 Oct 2011 12:33:26 +0000 (09:33 -0300)]
Edited README.md via GitHub
Andreas Gal [Mon, 3 Oct 2011 01:28:11 +0000 (18:28 -0700)]
Merge pull request #595 from notmasteryet/tree-28
Set default colors to avoid invalid strokeStyle or fillStyle warnings
notmasteryet [Mon, 3 Oct 2011 01:23:52 +0000 (20:23 -0500)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into tree-28
notmasteryet [Mon, 3 Oct 2011 01:09:35 +0000 (18:09 -0700)]
Merge pull request #594 from notmasteryet/bypasstype3
Properly bypass Type3 fonts (ref #577)
notmasteryet [Mon, 3 Oct 2011 01:06:57 +0000 (20:06 -0500)]
Add comment for type3 bypass
notmasteryet [Sun, 2 Oct 2011 22:35:59 +0000 (17:35 -0500)]
Set default colors to avoid invalid strokeStyle or fillStyle warnings
notmasteryet [Sun, 2 Oct 2011 21:53:22 +0000 (16:53 -0500)]
Properly bypass Type3 fonts (ref #577)