1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
Commit graph

624 commits

Author SHA1 Message Date
Chris Jones
d4f49c05c5 fix another binary-mode issue 2011-07-04 17:39:29 -04:00
sbarman
597cdb59f9 called getStrokeColorSpace instead of getFillColorSapce 2011-07-03 09:23:17 -05:00
sbarman
8d196a96d0 fix for colorspaces 2011-07-03 01:20:30 -05:00
Andreas Gal
40afbc725b work-around for issue #158 2011-07-02 01:11:55 -07:00
Andreas Gal
d3bb64bccd Merge pull request #120 from sbarman/colorspace
Colorspace
2011-07-02 00:24:40 -07:00
Vivien Nicolas
3e78538c1c Remove cmap format 100, fixes some nits to merge with upstream 2011-07-02 05:46:50 +02:00
Vivien Nicolas
22264c07c8 Fix TrueType bustage 2011-07-01 07:24:48 +02:00
Vivien Nicolas
e13164eca6 Read the text matrix from the Type1 font ascii header 2011-07-01 07:16:56 +02: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
2e71f79865 Remove the first empty character of charset 2011-06-30 02:58:40 +02: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
sbarman
a5be9c4648 refactored colorspace into own class 2011-06-28 19:25:36 -07:00
Vivien Nicolas
dd923d5aea Merge with upstream, reverse changeset 4e24288 since it brokes TTF on linux 2011-06-29 02:58:51 +02: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
sbarman
5a1a35813b Merge branch 'master' into colorspace
Conflicts:
	pdf.js
2011-06-28 14:23:56 -07:00
Rob Sayre
3213299f30 const doesn't work in Chrome. 2011-06-28 13:59:22 -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
e3dbb685f3 Add more precision for positionning fonts by scaling the canvas 2011-06-28 17:26:52 +02:00
Julian Viereck
b00df76044 First pass on FontWorker 2011-06-28 08:06:40 +02:00
Andreas Gal
cc9c7baefb Merge pull request #100 from notmasteryet/openweb-cover
CMYK colors; font fixes r=gal
2011-06-27 18:15:22 -07:00
notmasteryet
6073a030ab CMYK colors; font fixes 2011-06-27 19:34:41 -05:00
sbarman
8a812e2ec9 clean up 2011-06-27 10:51:13 -07:00
sbarman
8bf3a9d1b7 reasonably fast for black and white images 2011-06-27 10:38:10 -07:00
sbarman
683bc19427 working version of PDFImage 2011-06-27 09:58:02 -07:00
sbarman
11601f3020 refactored image drawing code 2011-06-26 22:54:18 -07:00
sbarman
ffe68d4972 Merge branch 'master' into faxstream 2011-06-26 20:04:28 -07:00
sbarman
d29e666cbf clean up code to before 2011-06-25 22:56:51 -07:00
sbarman
c2dce23025 Removed bpc=1 code 2011-06-25 22:52:41 -07:00
Andreas Gal
8cec09ec0e keep track of charScale, wordScale and textHScale 2011-06-25 11:26:54 -04:00
sbarman
12ab3d7338 changed undefined to null check 2011-06-24 21:42:22 -07:00
sbarman
d863286438 Fixed problem with dict 2011-06-24 21:40:54 -07:00
Andreas Gal
8c2804145c hack around OOM problem due to broken pattern code 2011-06-25 00:17:28 -04:00
sbarman
2d88566163 Merge branch 'master' into faxstream 2011-06-24 21:05:59 -07:00
Chris Jones
636a548b5d Merge pull request #86 from andreasgal/staging
fix issue #78, don't try to use 'in' operator on null
2011-06-24 20:43:48 -07:00
Andreas Gal
5422182eda fix issue #78, don't try to use 'in' operator on null 2011-06-24 23:27:22 -04:00
notmasteryet
63e74b53e9 Fix arcfour initialization and encoding; png prediction fix 2011-06-24 22:08:33 -05:00
sbarman
86eeedc397 Fixed bug, used pixBytes instead of rowBytes 2011-06-24 19:40:51 -07:00
sbarman
cde62c85bc fully working faxstreams 2011-06-24 19:07:42 -07:00
notmasteryet
da30105b13 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into decryptstream 2011-06-24 20:03:26 -05:00
sbarman
6df5714ec3 removed debug code 2011-06-24 14:10:25 -07:00
sbarman
363a631356 working version of faxstream 2011-06-24 13:59:37 -07:00
Vivien Nicolas
a71fa0a11f Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-06-24 21:27:43 +02:00
sbarman
383bc110cc draws a broken image 2011-06-24 10:24:31 -07:00
sbarman
1ea51ed62d Merge branch 'master' into faxstream
Conflicts:
	pdf.js
2011-06-24 08:01:55 -07:00
sbarman
6c8e545e5e Still fixing faxstream 2011-06-24 07:51:59 -07:00