]>
git.parisson.com Git - pdf.js.git/log
Chris Jones [Thu, 30 Jun 2011 02:01:43 +0000 (19:01 -0700)]
no need to recreate thumbnails after zooming, thumbnails don't change size
Chris Jones [Wed, 29 Jun 2011 20:29:34 +0000 (13:29 -0700)]
Merge pull request #118 from jviereck/master
Fix #117: Make viewer_worker.html work again
Andreas Gal [Wed, 29 Jun 2011 18:17:41 +0000 (11:17 -0700)]
Merge pull request #122 from sayrer/master
Fix up -b / --browser option
Rob Sayre [Wed, 29 Jun 2011 18:13:43 +0000 (11:13 -0700)]
Make the browser command dispatch table-driven and fix the --browser option.
Julian Viereck [Wed, 29 Jun 2011 12:26:38 +0000 (14:26 +0200)]
Make worker code work with latest font code changes
Andreas Gal [Wed, 29 Jun 2011 08:01:49 +0000 (01:01 -0700)]
update README
Andreas Gal [Wed, 29 Jun 2011 08:01:01 +0000 (01:01 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Wed, 29 Jun 2011 08:00:16 +0000 (01:00 -0700)]
update README
Andreas Gal [Wed, 29 Jun 2011 01:10:49 +0000 (18:10 -0700)]
Merge pull request #108 from vingtetun/master
Fix some errors in the font headers and scale the canvas before drawing the font to have more precision
Vivien Nicolas [Wed, 29 Jun 2011 01:00:23 +0000 (03:00 +0200)]
Use the shadow method in Fonts.ctx
Vivien Nicolas [Wed, 29 Jun 2011 00:58:51 +0000 (02:58 +0200)]
Merge with upstream, reverse changeset
4e24288 since it brokes TTF on linux
Andreas Gal [Tue, 28 Jun 2011 23:51:14 +0000 (16:51 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
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
Rob Sayre [Tue, 28 Jun 2011 23:32:27 +0000 (16:32 -0700)]
Clean some trailing whitespace.
Rob Sayre [Tue, 28 Jun 2011 23:30:48 +0000 (16:30 -0700)]
Merge branch 'master' of https://github.com/sayrer/pdf.js
Rob Sayre [Tue, 28 Jun 2011 23:29:52 +0000 (16:29 -0700)]
Use AppleScript to close Chrome.
Rob Sayre [Tue, 28 Jun 2011 23:29:11 +0000 (16:29 -0700)]
Add Google Chrome to Mac example manifest.
Andreas Gal [Tue, 28 Jun 2011 23:10:18 +0000 (16:10 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 23:09:00 +0000 (16:09 -0700)]
Merge pull request #113 from cgjones/master
update contact info
Chris Jones [Tue, 28 Jun 2011 23:02:02 +0000 (16:02 -0700)]
update contact info
Rob Sayre [Tue, 28 Jun 2011 22:25:46 +0000 (15:25 -0700)]
Add sample browser manifest for Linux.
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
Chris Jones [Tue, 28 Jun 2011 22:24:04 +0000 (15:24 -0700)]
fix moar |const| and modeline
Rob Sayre [Tue, 28 Jun 2011 22:20:31 +0000 (15:20 -0700)]
Add support for Google Chrome.
Andreas Gal [Tue, 28 Jun 2011 21:56:53 +0000 (14:56 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
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.
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
Rob Sayre [Tue, 28 Jun 2011 20:59:22 +0000 (13:59 -0700)]
const doesn't work in Chrome.
Andreas Gal [Tue, 28 Jun 2011 20:54:36 +0000 (13:54 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
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
Vivien Nicolas [Tue, 28 Jun 2011 16:24:16 +0000 (18:24 +0200)]
Add a fake canvas for scaling fonts to improve perfs
Vivien Nicolas [Tue, 28 Jun 2011 15:35:15 +0000 (17:35 +0200)]
Small cleanup
Vivien Nicolas [Tue, 28 Jun 2011 15:26:52 +0000 (17:26 +0200)]
Add more precision for positionning fonts by scaling the canvas
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.
Vivien Nicolas [Tue, 28 Jun 2011 11:34:39 +0000 (13:34 +0200)]
Handle division in hsbw to provide the correct information to the hmtx table
Vivien Nicolas [Tue, 28 Jun 2011 11:15:00 +0000 (13:15 +0200)]
Add 1 to the number of metrics in the HHEA table and remove the mapping of .notdef
Vivien Nicolas [Tue, 28 Jun 2011 11:06:31 +0000 (13:06 +0200)]
Filled notdef in the cmap table
Julian Viereck [Tue, 28 Jun 2011 07:51:49 +0000 (09:51 +0200)]
Use Font.prototype.bindDOM to insert fonts on page
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
Julian Viereck [Sun, 26 Jun 2011 09:46:58 +0000 (11:46 +0200)]
Add more timing logs
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
Julian Viereck [Sat, 25 Jun 2011 23:35:17 +0000 (01:35 +0200)]
Make sure to reset callbacks array and get more fonts working
Julian Viereck [Sun, 26 Jun 2011 18:55:27 +0000 (20:55 +0200)]
First pass on FontWorker
Julian Viereck [Sun, 26 Jun 2011 18:44:13 +0000 (20:44 +0200)]
Move all worker related files under worker/
Andreas Gal [Tue, 28 Jun 2011 03:36:21 +0000 (20:36 -0700)]
Merge 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
Chris Jones [Tue, 28 Jun 2011 03:31:37 +0000 (20:31 -0700)]
Merge branch 'master' of github.com:andreasgal/pdf.js
Andreas Gal [Tue, 28 Jun 2011 03:31:01 +0000 (20:31 -0700)]
Add pdf13-gfx.pdf to .gitignore
Andreas Gal [Tue, 28 Jun 2011 03:31:01 +0000 (20:31 -0700)]
Add pdf13-gfx.pdf to .gitignore
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels
Chris Jones [Tue, 28 Jun 2011 03:18:40 +0000 (20:18 -0700)]
convert twips->CSS pixels
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
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
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
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at
6073a03
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at
6073a03
notmasteryet [Tue, 28 Jun 2011 02:48:16 +0000 (21:48 -0500)]
Fix the regression at
6073a03
Chris Jones [Tue, 28 Jun 2011 01:28:29 +0000 (18:28 -0700)]
the 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
Chris Jones [Tue, 28 Jun 2011 01:28:29 +0000 (18:28 -0700)]
the new test file is a .link
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
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
notmasteryet [Tue, 28 Jun 2011 01:13:11 +0000 (20:13 -0500)]
openweb-cover test
notmasteryet [Tue, 28 Jun 2011 01:13:11 +0000 (20:13 -0500)]
openweb-cover test
notmasteryet [Tue, 28 Jun 2011 00:56:19 +0000 (19:56 -0500)]
Rollback 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
notmasteryet [Tue, 28 Jun 2011 00:34:41 +0000 (19:34 -0500)]
CMYK colors; font fixes
notmasteryet [Tue, 28 Jun 2011 00:34:41 +0000 (19:34 -0500)]
CMYK colors; font fixes
Vivien Nicolas [Mon, 27 Jun 2011 23:39:09 +0000 (01:39 +0200)]
Next try for windows (2)
Vivien Nicolas [Mon, 27 Jun 2011 23:17:36 +0000 (01:17 +0200)]
Next try for windows
Vivien Nicolas [Mon, 27 Jun 2011 22:11:53 +0000 (00:11 +0200)]
Give a shot at passing better information to hmtx (hinting is slightly broken)
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
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
Rob Sayre [Mon, 27 Jun 2011 20:22:37 +0000 (13:22 -0700)]
Automatically 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.
Rob Sayre [Mon, 27 Jun 2011 19:37:12 +0000 (12:37 -0700)]
Always 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.
Rob Sayre [Mon, 27 Jun 2011 19:36:34 +0000 (12:36 -0700)]
Ignore intelisa.pdf
Rob Sayre [Mon, 27 Jun 2011 19:36:34 +0000 (12:36 -0700)]
Ignore intelisa.pdf
Rob Sayre [Mon, 27 Jun 2011 19:35:48 +0000 (12:35 -0700)]
Add reftest-analyzer.xhtml
Rob Sayre [Mon, 27 Jun 2011 19:35:48 +0000 (12:35 -0700)]
Add reftest-analyzer.xhtml
Vivien Nicolas [Mon, 27 Jun 2011 19:17:25 +0000 (21:17 +0200)]
Use the right width field in hmtx
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
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
sbarman [Mon, 27 Jun 2011 17:51:13 +0000 (10:51 -0700)]
clean up
sbarman [Mon, 27 Jun 2011 17:51:13 +0000 (10:51 -0700)]
clean up
sbarman [Mon, 27 Jun 2011 17:38:10 +0000 (10:38 -0700)]
reasonably 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
sbarman [Mon, 27 Jun 2011 16:58:02 +0000 (09:58 -0700)]
working version of PDFImage
sbarman [Mon, 27 Jun 2011 16:58:02 +0000 (09:58 -0700)]
working version of PDFImage
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
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
sbarman [Mon, 27 Jun 2011 16:03:37 +0000 (09:03 -0700)]
Merge branch 'master' into bwimage
sbarman [Mon, 27 Jun 2011 16:03:37 +0000 (09:03 -0700)]
Merge branch 'master' into bwimage
sbarman [Mon, 27 Jun 2011 05:54:18 +0000 (22:54 -0700)]
refactored image drawing code
sbarman [Mon, 27 Jun 2011 05:54:18 +0000 (22:54 -0700)]
refactored image drawing code
Andreas Gal [Mon, 27 Jun 2011 03:52:26 +0000 (20:52 -0700)]
Merge pull request #91 from sbarman/faxstream
Faxstream
Andreas Gal [Mon, 27 Jun 2011 03:52:26 +0000 (20:52 -0700)]
Merge pull request #91 from sbarman/faxstream
Faxstream
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