]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoupdate README
Andreas Gal [Wed, 29 Jun 2011 08:00:16 +0000 (01:00 -0700)]
update README

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 23:51:14 +0000 (16:51 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge pull request #114 from sayrer/master
Andreas Gal [Tue, 28 Jun 2011 23:45:10 +0000 (16:45 -0700)]
Merge pull request #114 from sayrer/master

get Google Chrome automation working on Mac and Linux

13 years agoClean some trailing whitespace.
Rob Sayre [Tue, 28 Jun 2011 23:32:27 +0000 (16:32 -0700)]
Clean some trailing whitespace.

13 years agoMerge branch 'master' of https://github.com/sayrer/pdf.js
Rob Sayre [Tue, 28 Jun 2011 23:30:48 +0000 (16:30 -0700)]
Merge branch 'master' of https://github.com/sayrer/pdf.js

13 years agoUse AppleScript to close Chrome.
Rob Sayre [Tue, 28 Jun 2011 23:29:52 +0000 (16:29 -0700)]
Use AppleScript to close Chrome.

13 years agoAdd Google Chrome to Mac example manifest.
Rob Sayre [Tue, 28 Jun 2011 23:29:11 +0000 (16:29 -0700)]
Add Google Chrome to Mac example manifest.

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 23:10:18 +0000 (16:10 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge pull request #113 from cgjones/master
Andreas Gal [Tue, 28 Jun 2011 23:09:00 +0000 (16:09 -0700)]
Merge pull request #113 from cgjones/master

update contact info

13 years agoupdate contact info
Chris Jones [Tue, 28 Jun 2011 23:02:02 +0000 (16:02 -0700)]
update contact info

13 years agoAdd sample browser manifest for Linux.
Rob Sayre [Tue, 28 Jun 2011 22:25:46 +0000 (15:25 -0700)]
Add sample browser manifest for Linux.

13 years agoMerge pull request #112 from cgjones/master
Andreas Gal [Tue, 28 Jun 2011 22:25:08 +0000 (15:25 -0700)]
Merge pull request #112 from cgjones/master

fix moar |const| and modeline r=gal

13 years agofix moar |const| and modeline
Chris Jones [Tue, 28 Jun 2011 22:24:04 +0000 (15:24 -0700)]
fix moar |const| and modeline

13 years agoAdd support for Google Chrome.
Rob Sayre [Tue, 28 Jun 2011 22:20:31 +0000 (15:20 -0700)]
Add support for Google Chrome.

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 21:56:53 +0000 (14:56 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge pull request #95 from jviereck/master
Chris Jones [Tue, 28 Jun 2011 21:56:10 +0000 (14:56 -0700)]
Merge pull request #95 from jviereck/master

Make processing of fonts happen in a worker.

13 years agoMerge pull request #110 from sayrer/master
Andreas Gal [Tue, 28 Jun 2011 21:05:24 +0000 (14:05 -0700)]
Merge pull request #110 from sayrer/master

use var instead of const r=gal

13 years agoconst doesn't work in Chrome.
Rob Sayre [Tue, 28 Jun 2011 20:59:22 +0000 (13:59 -0700)]
const doesn't work in Chrome.

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 20:54:36 +0000 (13:54 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge pull request #107 from ironymark/master
Andreas Gal [Tue, 28 Jun 2011 20:54:06 +0000 (13:54 -0700)]
Merge pull request #107 from ironymark/master

Fix to replaceCMapTable r=gal

13 years agoFunction replaceCMapTable() was not setting the font pos pointer to the correct place...
Adil Allawi [Tue, 28 Jun 2011 14:14:38 +0000 (15:14 +0100)]
Function replaceCMapTable() was not setting the font pos pointer to the correct place to read the cmap. Caused Mac PDFs to fail because the cmap was not correctly rewritten.

13 years agoUse Font.prototype.bindDOM to insert fonts on page
Julian Viereck [Tue, 28 Jun 2011 07:51:49 +0000 (09:51 +0200)]
Use Font.prototype.bindDOM to insert fonts on page

13 years agoFonts.js: Add isLoadedCallback and add hack known from worker/client.js
Julian Viereck [Tue, 28 Jun 2011 07:50:53 +0000 (09:50 +0200)]
Fonts.js: Add isLoadedCallback and add hack known from worker/client.js

13 years agoAdd more timing logs
Julian Viereck [Sun, 26 Jun 2011 09:46:58 +0000 (11:46 +0200)]
Add more timing logs

13 years agoMake all fonts render. Use encoding from FontWorker. Render canvas if id!=0 although...
Julian Viereck [Sun, 26 Jun 2011 18:58:22 +0000 (20:58 +0200)]
Make all fonts render. Use encoding from FontWorker. Render canvas if id!=0 although fonts haven't arrived yet.

Conflicts:

worker/pdf.js

13 years agoMake sure to reset callbacks array and get more fonts working
Julian Viereck [Sat, 25 Jun 2011 23:35:17 +0000 (01:35 +0200)]
Make sure to reset callbacks array and get more fonts working

13 years agoFirst pass on FontWorker
Julian Viereck [Sun, 26 Jun 2011 18:55:27 +0000 (20:55 +0200)]
First pass on FontWorker

13 years agoMove all worker related files under worker/
Julian Viereck [Sun, 26 Jun 2011 18:44:13 +0000 (20:44 +0200)]
Move all worker related files under worker/

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 03:36:21 +0000 (20:36 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 03:35:30 +0000 (20:35 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoMerge branch 'master' of github.com:andreasgal/pdf.js
Chris Jones [Tue, 28 Jun 2011 03:31:37 +0000 (20:31 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js

13 years agoAdd pdf13-gfx.pdf to .gitignore
Andreas Gal [Tue, 28 Jun 2011 03:31:01 +0000 (20:31 -0700)]
Add pdf13-gfx.pdf to .gitignore

13 years agoAdd pdf13-gfx.pdf to .gitignore
Andreas Gal [Tue, 28 Jun 2011 03:31:01 +0000 (20:31 -0700)]
Add pdf13-gfx.pdf to .gitignore

13 years agoconvert twips->CSS pixels
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels

13 years agoconvert twips->CSS pixels
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels

13 years agoconvert twips->CSS pixels
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels

13 years agoMerge pull request #105 from notmasteryet/issue102
Chris Jones [Tue, 28 Jun 2011 02:50:47 +0000 (19:50 -0700)]
Merge pull request #105 from notmasteryet/issue102

Fix the regression at 6073a03

13 years agoMerge pull request #105 from notmasteryet/issue102
Chris Jones [Tue, 28 Jun 2011 02:50:47 +0000 (19:50 -0700)]
Merge pull request #105 from notmasteryet/issue102

Fix the regression at 6073a03

13 years agoMerge pull request #105 from notmasteryet/issue102
Chris Jones [Tue, 28 Jun 2011 02:50:47 +0000 (19:50 -0700)]
Merge pull request #105 from notmasteryet/issue102

Fix the regression at 6073a03

13 years agoFix the regression at 6073a03
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at 6073a03

13 years agoFix the regression at 6073a03
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at 6073a03

13 years agoFix the regression at 6073a03
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at 6073a03

13 years agothe new test file is a .link
Chris Jones [Tue, 28 Jun 2011 01:28:29 +0000 (18:28 -0700)]
the new test file is a .link

13 years agothe new test file is a .link
Chris Jones [Tue, 28 Jun 2011 01:28:29 +0000 (18:28 -0700)]
the new test file is a .link

13 years agothe new test file is a .link
Chris Jones [Tue, 28 Jun 2011 01:28:29 +0000 (18:28 -0700)]
the new test file is a .link

13 years agoMerge pull request #100 from notmasteryet/openweb-cover
Andreas Gal [Tue, 28 Jun 2011 01:15:22 +0000 (18:15 -0700)]
Merge pull request #100 from notmasteryet/openweb-cover

CMYK colors; font fixes r=gal

13 years agoMerge pull request #100 from notmasteryet/openweb-cover
Andreas Gal [Tue, 28 Jun 2011 01:15:22 +0000 (18:15 -0700)]
Merge pull request #100 from notmasteryet/openweb-cover

CMYK colors; font fixes r=gal

13 years agoopenweb-cover test
notmasteryet [Tue, 28 Jun 2011 01:13:11 +0000 (20:13 -0500)]
openweb-cover test

13 years agoopenweb-cover test
notmasteryet [Tue, 28 Jun 2011 01:13:11 +0000 (20:13 -0500)]
openweb-cover test

13 years agoRollback defaults for font's Length1 and Length2
notmasteryet [Tue, 28 Jun 2011 00:56:19 +0000 (19:56 -0500)]
Rollback defaults for font's Length1 and Length2

13 years agoRollback defaults for font's Length1 and Length2
notmasteryet [Tue, 28 Jun 2011 00:56:19 +0000 (19:56 -0500)]
Rollback defaults for font's Length1 and Length2

13 years agoCMYK colors; font fixes
notmasteryet [Tue, 28 Jun 2011 00:34:41 +0000 (19:34 -0500)]
CMYK colors; font fixes

13 years agoCMYK colors; font fixes
notmasteryet [Tue, 28 Jun 2011 00:34:41 +0000 (19:34 -0500)]
CMYK colors; font fixes

13 years agoMerge pull request #98 from sayrer/master
Chris Jones [Mon, 27 Jun 2011 21:13:32 +0000 (14:13 -0700)]
Merge pull request #98 from sayrer/master

This loads reftest-analyzer automatically if eq tests fail and --reftest is supplied

13 years agoMerge pull request #98 from sayrer/master
Chris Jones [Mon, 27 Jun 2011 21:13:32 +0000 (14:13 -0700)]
Merge pull request #98 from sayrer/master

This loads reftest-analyzer automatically if eq tests fail and --reftest is supplied

13 years agoAutomatically load eq.log into the reftest page.
Rob Sayre [Mon, 27 Jun 2011 20:22:37 +0000 (13:22 -0700)]
Automatically load eq.log into the reftest page.

13 years agoAutomatically load eq.log into the reftest page.
Rob Sayre [Mon, 27 Jun 2011 20:22:37 +0000 (13:22 -0700)]
Automatically load eq.log into the reftest page.

13 years agoAlways write eq.log, and optionally start reftest.
Rob Sayre [Mon, 27 Jun 2011 19:37:12 +0000 (12:37 -0700)]
Always write eq.log, and optionally start reftest.

13 years agoAlways write eq.log, and optionally start reftest.
Rob Sayre [Mon, 27 Jun 2011 19:37:12 +0000 (12:37 -0700)]
Always write eq.log, and optionally start reftest.

13 years agoIgnore intelisa.pdf
Rob Sayre [Mon, 27 Jun 2011 19:36:34 +0000 (12:36 -0700)]
Ignore intelisa.pdf

13 years agoIgnore intelisa.pdf
Rob Sayre [Mon, 27 Jun 2011 19:36:34 +0000 (12:36 -0700)]
Ignore intelisa.pdf

13 years agoAdd reftest-analyzer.xhtml
Rob Sayre [Mon, 27 Jun 2011 19:35:48 +0000 (12:35 -0700)]
Add reftest-analyzer.xhtml

13 years agoAdd reftest-analyzer.xhtml
Rob Sayre [Mon, 27 Jun 2011 19:35:48 +0000 (12:35 -0700)]
Add reftest-analyzer.xhtml

13 years agoMerge pull request #97 from sbarman/bwimage
Andreas Gal [Mon, 27 Jun 2011 18:44:50 +0000 (11:44 -0700)]
Merge pull request #97 from sbarman/bwimage

Refactor of draw image code r=gal

13 years agoMerge pull request #97 from sbarman/bwimage
Andreas Gal [Mon, 27 Jun 2011 18:44:50 +0000 (11:44 -0700)]
Merge pull request #97 from sbarman/bwimage

Refactor of draw image code r=gal

13 years agoclean up
sbarman [Mon, 27 Jun 2011 17:51:13 +0000 (10:51 -0700)]
clean up

13 years agoclean up
sbarman [Mon, 27 Jun 2011 17:51:13 +0000 (10:51 -0700)]
clean up

13 years agoreasonably fast for black and white images
sbarman [Mon, 27 Jun 2011 17:38:10 +0000 (10:38 -0700)]
reasonably fast for black and white images

13 years agoreasonably fast for black and white images
sbarman [Mon, 27 Jun 2011 17:38:10 +0000 (10:38 -0700)]
reasonably fast for black and white images

13 years agoworking version of PDFImage
sbarman [Mon, 27 Jun 2011 16:58:02 +0000 (09:58 -0700)]
working version of PDFImage

13 years agoworking version of PDFImage
sbarman [Mon, 27 Jun 2011 16:58:02 +0000 (09:58 -0700)]
working version of PDFImage

13 years agoMerge pull request #90 from justindarc/master
Andreas Gal [Mon, 27 Jun 2011 16:55:10 +0000 (09:55 -0700)]
Merge pull request #90 from justindarc/master

Fixed issue #67: zooming in in the multi-page viewer makes pages disappear. r=gal

13 years agoMerge pull request #90 from justindarc/master
Andreas Gal [Mon, 27 Jun 2011 16:55:10 +0000 (09:55 -0700)]
Merge pull request #90 from justindarc/master

Fixed issue #67: zooming in in the multi-page viewer makes pages disappear. r=gal

13 years agoMerge branch 'master' into bwimage
sbarman [Mon, 27 Jun 2011 16:03:37 +0000 (09:03 -0700)]
Merge branch 'master' into bwimage

13 years agoMerge branch 'master' into bwimage
sbarman [Mon, 27 Jun 2011 16:03:37 +0000 (09:03 -0700)]
Merge branch 'master' into bwimage

13 years agorefactored image drawing code
sbarman [Mon, 27 Jun 2011 05:54:18 +0000 (22:54 -0700)]
refactored image drawing code

13 years agorefactored image drawing code
sbarman [Mon, 27 Jun 2011 05:54:18 +0000 (22:54 -0700)]
refactored image drawing code

13 years agoMerge pull request #91 from sbarman/faxstream
Andreas Gal [Mon, 27 Jun 2011 03:52:26 +0000 (20:52 -0700)]
Merge pull request #91 from sbarman/faxstream

Faxstream

13 years agoMerge pull request #91 from sbarman/faxstream
Andreas Gal [Mon, 27 Jun 2011 03:52:26 +0000 (20:52 -0700)]
Merge pull request #91 from sbarman/faxstream

Faxstream

13 years agoMerge pull request #96 from vingtetun/master
Andreas Gal [Mon, 27 Jun 2011 03:46:10 +0000 (20:46 -0700)]
Merge pull request #96 from vingtetun/master

Fix windows/mac font loading detection. r=gal

13 years agoMerge pull request #96 from vingtetun/master
Andreas Gal [Mon, 27 Jun 2011 03:46:10 +0000 (20:46 -0700)]
Merge pull request #96 from vingtetun/master

Fix windows/mac font loading detection. r=gal

13 years agoMerge branch 'master' into faxstream
sbarman [Mon, 27 Jun 2011 03:04:28 +0000 (20:04 -0700)]
Merge branch 'master' into faxstream

13 years agoMerge branch 'master' into faxstream
sbarman [Mon, 27 Jun 2011 03:04:28 +0000 (20:04 -0700)]
Merge branch 'master' into faxstream

13 years agoMove downloading code into separate function for readability.
Rob Sayre [Sun, 26 Jun 2011 19:05:02 +0000 (12:05 -0700)]
Move downloading code into separate function for readability.

13 years agoMove downloading code into separate function for readability.
Rob Sayre [Sun, 26 Jun 2011 19:05:02 +0000 (12:05 -0700)]
Move downloading code into separate function for readability.

13 years agoMerge pull request #94 from sayrer/master
Andreas Gal [Sun, 26 Jun 2011 18:16:47 +0000 (11:16 -0700)]
Merge pull request #94 from sayrer/master

Small fixes r=gal

13 years agoMerge pull request #94 from sayrer/master
Andreas Gal [Sun, 26 Jun 2011 18:16:47 +0000 (11:16 -0700)]
Merge pull request #94 from sayrer/master

Small fixes r=gal

13 years agoMerge remote branch 'upstream/master'
Rob Sayre [Sun, 26 Jun 2011 18:10:47 +0000 (11:10 -0700)]
Merge remote branch 'upstream/master'

13 years agoMerge remote branch 'upstream/master'
Rob Sayre [Sun, 26 Jun 2011 18:10:47 +0000 (11:10 -0700)]
Merge remote branch 'upstream/master'

13 years agoSuppress telemetry banner.
Rob Sayre [Sun, 26 Jun 2011 18:10:32 +0000 (11:10 -0700)]
Suppress telemetry banner.

13 years agoSuppress telemetry banner.
Rob Sayre [Sun, 26 Jun 2011 18:10:32 +0000 (11:10 -0700)]
Suppress telemetry banner.

13 years agoCheck for browsers in verifyOptions, so the script fails early.
Rob Sayre [Sun, 26 Jun 2011 17:58:41 +0000 (10:58 -0700)]
Check for browsers in verifyOptions, so the script fails early.

13 years agoCheck for browsers in verifyOptions, so the script fails early.
Rob Sayre [Sun, 26 Jun 2011 17:58:41 +0000 (10:58 -0700)]
Check for browsers in verifyOptions, so the script fails early.

13 years agoAdd timing information to test harness.
Rob Sayre [Sun, 26 Jun 2011 17:54:57 +0000 (10:54 -0700)]
Add timing information to test harness.

13 years agoAdd timing information to test harness.
Rob Sayre [Sun, 26 Jun 2011 17:54:57 +0000 (10:54 -0700)]
Add timing information to test harness.

13 years agoMerge pull request #93 from andreasgal/staging
sbarman [Sun, 26 Jun 2011 17:25:42 +0000 (10:25 -0700)]
Merge pull request #93 from andreasgal/staging

keep track of charSpacing wordSpacing textHScale

13 years agoMerge pull request #93 from andreasgal/staging
sbarman [Sun, 26 Jun 2011 17:25:42 +0000 (10:25 -0700)]
Merge pull request #93 from andreasgal/staging

keep track of charSpacing wordSpacing textHScale

13 years agoMerge github.com:andreasgal/pdf.js into staging
Andreas Gal [Sun, 26 Jun 2011 16:50:54 +0000 (12:50 -0400)]
Merge github.com:andreasgal/pdf.js into staging

13 years agoMerge github.com:andreasgal/pdf.js into staging
Andreas Gal [Sun, 26 Jun 2011 16:50:54 +0000 (12:50 -0400)]
Merge github.com:andreasgal/pdf.js into staging

13 years agoMerge pull request #92 from notmasteryet/multisize
Andreas Gal [Sun, 26 Jun 2011 16:38:09 +0000 (09:38 -0700)]
Merge pull request #92 from notmasteryet/multisize

Support for PDF with different page sizes r=gal