Commit Graph

2314 Commits

Author SHA1 Message Date
Julian Viereck
d7521f758a Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code 2011-10-05 22:24:38 +02:00
=
2fc8bdcba5 Add unbuffered option 2011-10-05 12:29:54 -07:00
=
6f9e8c3442 Merge remote-tracking branch 'upstream/master' into boundingbox 2011-10-05 09:19:02 -07:00
=
c48f85621f Fixing bounding boxes and test ref file writing. 2011-10-05 09:18:20 -07:00
vingtetun
ca7306cc00 Merge pull request #614 from swznd/master
Fix Typo
2011-10-05 07:41:56 -07:00
vingtetun
4fb3440e96 Merge pull request #615 from arturadib/readme-learning
README: Link to Julian's talk
2011-10-05 07:40:39 -07:00
Artur Adib
df6d9fe04c Merge branch 'master' of github.com:andreasgal/pdf.js into readme-learning 2011-10-05 10:26:32 -04:00
Artur Adib
14dd2b6200 README: Julian's presentation 2011-10-05 10:24:53 -04:00
Muhammad Fikri
a373baeff5 fix typo xhr onprogress 2011-10-05 19:29:03 +07:00
Adil Allawi
3b3f134e35 Merge commit 'e5d79fd0da5a0dab8b717062651c2fbd658a4b51' 2011-10-05 08:42:54 +01:00
Adil Allawi
535dc8cd7b Remap all glyphs to Unicode Private Use Area if it is possible otherwise only remap minimum problematic glyphs 2011-10-05 08:42:13 +01:00
Artur Adib
e5d79fd0da OCD stuff 2011-10-04 21:43:55 -03:00
Artur Adib
ab89d8aa20 Merge pull request #612 from kkujala/master
Name anonymous functions.
2011-10-04 14:38:24 -07:00
Kalervo Kujala
06cdba3526 Name anonymous functions. 2011-10-04 22:21:40 +03:00
vingtetun
db47fa2a9f Merge pull request #606 from brendandahl/type3font
Adds Type3 Font Support
2011-10-04 09:47:57 -07:00
Artur Adib
ff337efab2 Merge pull request #610 from arturadib/readme-bot
README for bot tests
2011-10-04 09:30:00 -07:00
=
b24bec27ca Address pull request feedback. 2011-10-04 09:06:51 -07:00
=
8f57135513 fix merge conflicts 2011-10-04 08:52:15 -07:00
Artur Adib
7a57f79917 README for bot tests 2011-10-04 11:27:40 -04:00
Adil Allawi
3645ebe42c Only offset glyphs that can fit into the private use area 2011-10-04 16:20:05 +01:00
Adil Allawi
179533a06c Add test case 2011-10-04 16:18:39 +01:00
Adil Allawi
118668cb53 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. 2011-10-04 16:18:38 +01:00
Artur Adib
1508c03414 Merge pull request #602 from arturadib/test-features
New test/ features (useful for bot)
2011-10-03 18:57:02 -07:00
vingtetun
7842c65099 Merge pull request #556 from notmasteryet/cid0
Initial CID-0 font encodings
2011-10-03 17:36:51 -07:00
=
ff2dea38ec fix merge conflicts 2011-10-03 17:18:47 -07:00
=
5f81017726 #502 Adding basic Type3 font support. 2011-10-03 16:36:01 -07:00
Artur Adib
25448945a4 Lint - fixing double quotes 2011-10-03 15:59:14 -04:00
Artur Adib
07b52bf1c6 Lint, extra space eol 2011-10-03 15:25:02 -04:00
Artur Adib
2f209a8e85 Oh, 80-char limit... super modern 2011-10-03 15:21:26 -04:00
Artur Adib
99f419fa6b 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
2011-10-03 14:53:45 -04:00
Julian Viereck
157261a7dc Merge pull request #601 from vingtetun/master
Bump up firefox extension version
2011-10-03 11:28:28 -07:00
Vivien Nicolas
96a9b608c9 Bump up the max version of the extension to 10.0.* 2011-10-03 20:14:20 +02:00
Artur Adib
5f5258df3b Ooops! Thought I was at arturadib/pdf.js 2011-10-03 09:34:11 -03:00
Artur Adib
f3a25d2c16 Edited README.md via GitHub 2011-10-03 09:33:26 -03:00
Andreas Gal
e84087518f Merge pull request #595 from notmasteryet/tree-28
Set default colors to avoid invalid strokeStyle or fillStyle warnings
2011-10-02 18:28:11 -07:00
notmasteryet
81af550f83 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into tree-28 2011-10-02 20:23:52 -05:00
notmasteryet
f1228ee121 Merge pull request #594 from notmasteryet/bypasstype3
Properly bypass Type3 fonts (ref #577)
2011-10-02 18:09:35 -07:00
notmasteryet
17ba5e3f68 Add comment for type3 bypass 2011-10-02 20:06:57 -05:00
notmasteryet
3c536c211a Set default colors to avoid invalid strokeStyle or fillStyle warnings 2011-10-02 17:35:59 -05:00
notmasteryet
34f438b776 Properly bypass Type3 fonts (ref #577) 2011-10-02 16:53:22 -05:00
Julian Viereck
e9b6ffbaf6 Kill global objects 2011-10-02 22:17:32 +02:00
Julian Viereck
88e78fa6f9 Add new PDFObjects that replaces former (global) Objects. There is no direct access to the promise anymore. Objects are still instantiated globally for now 2011-10-02 21:48:40 +02:00
Julian Viereck
4484482bcf Add comments for the kExecutionTime/Check in CanvasGraphics 2011-10-02 12:19:45 +02:00
Julian Viereck
ecb622c5ea Remove isGecko detection for now 2011-10-02 12:16:12 +02:00
Julian Viereck
b69c6cba6e Remove $ from property names. 2011-10-02 12:16:11 +02:00
notmasteryet
6b41e52800 Merge pull request #592 from notmasteryet/nospaces
Fixing "no spaces" issue (ref #577)
2011-10-01 19:42:12 -07:00
notmasteryet
fa57b9de70 Merging if's 2011-10-01 21:39:32 -05:00
notmasteryet
9e53bd78d9 Fixing "no spaces" issue (ref #577) 2011-10-01 21:24:11 -05:00
Andreas Gal
297ad94c84 Merge pull request #538 from notmasteryet/inlineimg
Better 'EI' matching (ref #536)
2011-10-01 17:23:52 -07:00
notmasteryet
d409355f62 Recovering from RGBT-command (ref #577) 2011-10-01 19:01:58 -05:00