Commit Graph

1100 Commits

Author SHA1 Message Date
Chris Jones
3f91f2f73c Merge pull request #118 from jviereck/master
Fix #117: Make viewer_worker.html work again
2011-06-29 13:29:34 -07:00
Andreas Gal
68aa1f9bbb Merge pull request #122 from sayrer/master
Fix up -b / --browser option
2011-06-29 11:17:41 -07:00
Rob Sayre
a50136709f Make the browser command dispatch table-driven and fix the --browser option. 2011-06-29 11:13:43 -07:00
Julian Viereck
31e9bea5c9 Make worker code work with latest font code changes 2011-06-29 14:26:38 +02:00
Andreas Gal
20e7b986ad update README 2011-06-29 01:01:49 -07:00
Andreas Gal
97fbd4ec39 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-29 01:01:01 -07:00
Andreas Gal
21d238db4a update README 2011-06-29 01:00:16 -07:00
Andreas Gal
16e1eadf93 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
2011-06-28 18:10:49 -07:00
Vivien Nicolas
91399b50ef Use the shadow method in Fonts.ctx 2011-06-29 03:00:23 +02:00
Vivien Nicolas
dd923d5aea Merge with upstream, reverse changeset 4e24288 since it brokes TTF on linux 2011-06-29 02:58:51 +02:00
Andreas Gal
6c8f78a59c Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-28 16:51:14 -07:00
Andreas Gal
ee5a7afe5f Merge pull request #114 from sayrer/master
get Google Chrome automation working on Mac and Linux
2011-06-28 16:45:10 -07:00
Rob Sayre
781bcb674b Clean some trailing whitespace. 2011-06-28 16:32:27 -07:00
Rob Sayre
37011784a5 Merge branch 'master' of https://github.com/sayrer/pdf.js 2011-06-28 16:30:48 -07:00
Rob Sayre
42b7c7dfc6 Use AppleScript to close Chrome. 2011-06-28 16:29:52 -07:00
Rob Sayre
061c998ca2 Add Google Chrome to Mac example manifest. 2011-06-28 16:29:11 -07:00
Andreas Gal
5a8119f634 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-28 16:10:18 -07:00
Andreas Gal
f10886f1ee Merge pull request #113 from cgjones/master
update contact info
2011-06-28 16:09:00 -07:00
Chris Jones
08ca57271e update contact info 2011-06-28 16:02:02 -07:00
Rob Sayre
6e82ccd073 Add sample browser manifest for Linux. 2011-06-28 15:25:46 -07:00
Andreas Gal
44cc8c69b2 Merge pull request #112 from cgjones/master
fix moar |const| and modeline r=gal
2011-06-28 15:25:08 -07:00
Chris Jones
826c6c775d fix moar |const| and modeline 2011-06-28 15:24:04 -07:00
Rob Sayre
d5ef6e1b05 Add support for Google Chrome. 2011-06-28 15:21:01 -07:00
Andreas Gal
35f5fe3a16 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-28 14:56:53 -07:00
Chris Jones
7c9bf1f36f Merge pull request #95 from jviereck/master
Make processing of fonts happen in a worker.
2011-06-28 14:56:10 -07:00
Andreas Gal
771a36cb34 Merge pull request #110 from sayrer/master
use var instead of const r=gal
2011-06-28 14:05:24 -07:00
Rob Sayre
3213299f30 const doesn't work in Chrome. 2011-06-28 13:59:22 -07:00
Andreas Gal
9765a61071 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-28 13:54:36 -07:00
Andreas Gal
442d184781 Merge pull request #107 from ironymark/master
Fix to replaceCMapTable r=gal
2011-06-28 13:54:06 -07:00
Vivien Nicolas
80f650b6bb Add a fake canvas for scaling fonts to improve perfs 2011-06-28 18:24:16 +02:00
Vivien Nicolas
63e1601464 Small cleanup 2011-06-28 17:35:15 +02:00
Vivien Nicolas
e3dbb685f3 Add more precision for positionning fonts by scaling the canvas 2011-06-28 17:26:52 +02:00
Adil Allawi
4e242880b6 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. 2011-06-28 15:14:38 +01:00
Vivien Nicolas
82928b14a1 Handle division in hsbw to provide the correct information to the hmtx table 2011-06-28 13:34:39 +02:00
Vivien Nicolas
fe55204042 Add 1 to the number of metrics in the HHEA table and remove the mapping of .notdef 2011-06-28 13:15:00 +02:00
Vivien Nicolas
bfe0356533 Filled notdef in the cmap table 2011-06-28 13:06:31 +02:00
Julian Viereck
803139127a Use Font.prototype.bindDOM to insert fonts on page 2011-06-28 09:51:49 +02:00
Julian Viereck
519fb435c3 Fonts.js: Add isLoadedCallback and add hack known from worker/client.js 2011-06-28 09:50:53 +02:00
Julian Viereck
1ac7064cad Add more timing logs 2011-06-28 08:06:40 +02:00
Julian Viereck
23e9064f17 Make all fonts render. Use encoding from FontWorker. Render canvas if id!=0 although fonts haven't arrived yet.
Conflicts:

	worker/pdf.js
2011-06-28 08:06:40 +02:00
Julian Viereck
c1834c1bb5 Make sure to reset callbacks array and get more fonts working 2011-06-28 08:06:40 +02:00
Julian Viereck
b00df76044 First pass on FontWorker 2011-06-28 08:06:40 +02:00
Julian Viereck
c712712e67 Move all worker related files under worker/ 2011-06-28 08:06:39 +02:00
Andreas Gal
646a95afce Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-27 20:36:21 -07:00
Andreas Gal
dd6914e51e Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-27 20:35:30 -07:00
Chris Jones
095137ece1 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-27 20:31:37 -07:00
Andreas Gal
866e59f3d0 Add pdf13-gfx.pdf to .gitignore 2011-06-27 20:31:01 -07:00
Andreas Gal
16e2aa6e3b Add pdf13-gfx.pdf to .gitignore 2011-06-27 20:31:01 -07:00
Chris Jones
76f1291284 convert twips->CSS pixels 2011-06-27 20:18:40 -07:00
Chris Jones
f77707814e convert twips->CSS pixels 2011-06-27 20:18:40 -07:00