Commit Graph

1287 Commits

Author SHA1 Message Date
Chris Jones
9bc06a9924 load all newly-created fonts in one document to speed things up 2011-06-30 02:51:42 -07:00
Vivien Nicolas
ce17e9481f Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-06-30 11:50:53 +02:00
Vivien Nicolas
9b67a1e6b5 Forgot to add pdf.js to the last commit 2011-06-30 11:50:47 +02:00
Vivien Nicolas
1c78d8fdb4 Fix more headers tables 2011-06-30 11:48:43 +02:00
Chris Jones
49058c9174 merge with remote 2011-06-30 02:14:47 -07:00
Chris Jones
a564076b22 add another hackity hack to detect font loaded-ness 2011-06-30 02:08:53 -07:00
Chris Jones
be6397fca7 Merge pull request #139 from andreasgal/staging
cache font measurements
2011-06-30 01:10:35 -07:00
Chris Jones
98f47ba11e Merge pull request #138 from notmasteryet/issue-132-part-C
loading the max 15 thumbnails first time
2011-06-30 01:04:47 -07:00
Chris Jones
ae16e8f62c Merge pull request #136 from notmasteryet/issue-132-part-A
the "hieght" and the 72dpi<->96dpi fixes
2011-06-30 01:03:14 -07:00
Andreas Gal
05381cc531 cache font measurements 2011-06-30 01:00:58 -07:00
Vivien Nicolas
7ff6f5166c Fix languages bustage 2011-06-30 09:25:57 +02:00
notmasteryet
32f681cfcf loading the max 15 thumbnails first time 2011-06-29 23:18:27 -05:00
notmasteryet
5ece4da552 the "hieght" and the 72dpi<->96dpi fixes 2011-06-29 22:43:59 -05:00
Vivien Nicolas
64f8e79bf8 Make windows table header more compatible with windows 2011-06-30 05:38:10 +02:00
Andreas Gal
29d0d8a8a9 Merge pull request #135 from cgjones/issue-129
no need to recreate thumbnails after zooming, thumbnails don't change size r=gal
2011-06-29 19:03:43 -07:00
Chris Jones
ca63ad8a4d no need to recreate thumbnails after zooming, thumbnails don't change size 2011-06-29 19:01:43 -07:00
Andreas Gal
7cdd322a5a Merge pull request #133 from cgjones/issue-127
try to make sidebar a bit more discoverable by leaving a little edge of i
2011-06-29 18:56:52 -07:00
Andreas Gal
3f6fbf2f05 Merge pull request #134 from cgjones/issue-124
redraw on zoom changes r=gal
2011-06-29 18:56:14 -07:00
Chris Jones
ab3bb9726e redraw on zoom changes 2011-06-29 18:52:27 -07:00
Chris Jones
57d4053f62 try to make sidebar a bit more discoverable by leaving a little edge of it sticking out 2011-06-29 18:35:00 -07:00
Vivien Nicolas
2334399498 Add more information about the italic angle 2011-06-30 03:27:22 +02:00
Vivien Nicolas
9921288f44 Set a default font size identical for .notdef 2011-06-30 03:24:07 +02:00
Vivien Nicolas
a2974b2f58 Map .notdef in order to attach the [missing|break]Char to it 2011-06-30 03:01:46 +02:00
Vivien Nicolas
2e71f79865 Remove the first empty character of charset 2011-06-30 02:58:40 +02:00
Vivien Nicolas
e448dce42b Add better informations for the OS/2 table 2011-06-30 02:52:47 +02:00
Vivien Nicolas
1c611d4e32 Improve a bit the createNameTable code 2011-06-30 01:18:11 +02:00
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
Vivien Nicolas
4c6c20fc29 Fix a few headers fields 2011-06-29 21:53:22 +02:00
Vivien Nicolas
a7c3ebcac3 Do not include the padding size in the length declared in the table header 2011-06-29 21:30:25 +02:00
Vivien Nicolas
0a7531cb33 Calculate correct checksum for the field header 2011-06-29 21:29:33 +02: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
aee8542ec0 Add a break statement, just in case. 2011-06-29 11:17:34 -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
sbarman
a013e803a2 cleanup 2011-06-29 10:30:28 -07:00
sbarman
ed7e18f730 clean up 2011-06-29 10:27:00 -07:00
sbarman
03a1a0369b Merge branch 'master' into colorspace 2011-06-29 10:15:52 -07:00
sbarman
08e7b9a858 Working version of indexed color space 2011-06-29 10:15:16 -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
sbarman
a5be9c4648 refactored colorspace into own class 2011-06-28 19:25:36 -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