]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoMerge remote-tracking branch 'upstream/master' into smaskscale
Brendan Dahl [Mon, 19 Dec 2011 01:31:51 +0000 (17:31 -0800)]
Merge remote-tracking branch 'upstream/master' into smaskscale

13 years agoFix nits.
Brendan Dahl [Mon, 19 Dec 2011 01:29:08 +0000 (17:29 -0800)]
Fix nits.

13 years agoChange test case.
Brendan Dahl [Mon, 19 Dec 2011 01:28:25 +0000 (17:28 -0800)]
Change test case.

13 years agoScale smask and image to the max dimensions of either one. Fix grayscale to scale...
Brendan Dahl [Mon, 19 Dec 2011 01:18:36 +0000 (17:18 -0800)]
Scale smask and image to the max dimensions of either one.  Fix grayscale to scale the input value based on bpc.

13 years agoFix bug, decoding was always getting called.
Brendan Dahl [Mon, 19 Dec 2011 01:17:35 +0000 (17:17 -0800)]
Fix bug, decoding was always getting called.

13 years agoMerge pull request #955 from jviereck/vprevent_default
notmasteryet [Sun, 18 Dec 2011 22:43:40 +0000 (14:43 -0800)]
Merge pull request #955 from jviereck/vprevent_default

Prevent default actions when zooming.

13 years agoPrevent default actions when zooming. Otherwise the browser performs a zoom of the...
Julian Viereck [Sun, 18 Dec 2011 19:42:06 +0000 (20:42 +0100)]
Prevent default actions when zooming. Otherwise the browser performs a zoom of the entire page

13 years agoAdd test case for smasks.
Brendan Dahl [Fri, 16 Dec 2011 18:54:31 +0000 (10:54 -0800)]
Add test case for smasks.

13 years agoMerge pull request #949 from notmasteryet/ie9-dataset
Artur Adib [Fri, 16 Dec 2011 18:49:17 +0000 (10:49 -0800)]
Merge pull request #949 from notmasteryet/ie9-dataset

Add compatibility for HTMLElement's dataset

13 years agoMerge remote-tracking branch 'upstream/master' into smaskscale
Brendan Dahl [Fri, 16 Dec 2011 18:11:40 +0000 (10:11 -0800)]
Merge remote-tracking branch 'upstream/master' into smaskscale

13 years agoMerge pull request #937 from ironymark/master
Artur Adib [Fri, 16 Dec 2011 17:06:18 +0000 (09:06 -0800)]
Merge pull request #937 from ironymark/master

stop canvasRenderTextLayer blocking browser UI

13 years agoMerge pull request #947 from brendandahl/decodemap
Artur Adib [Fri, 16 Dec 2011 15:53:11 +0000 (07:53 -0800)]
Merge pull request #947 from brendandahl/decodemap

Support Image Decodes

13 years agosimplify adding of textdivs to DOM as queue is no longer needed
Adil Allawi [Fri, 16 Dec 2011 10:38:30 +0000 (10:38 +0000)]
simplify adding of textdivs to DOM as queue is no longer needed

13 years agoAdd compatibility for HTMLElement's dataset (#945)
notmasteryet [Fri, 16 Dec 2011 02:44:55 +0000 (20:44 -0600)]
Add compatibility for HTMLElement's dataset (#945)

13 years agoLints.
Brendan Dahl [Fri, 16 Dec 2011 00:30:51 +0000 (16:30 -0800)]
Lints.

13 years agoMerge remote-tracking branch 'origin/decodemap' into smaskscale
Brendan Dahl [Thu, 15 Dec 2011 23:20:36 +0000 (15:20 -0800)]
Merge remote-tracking branch 'origin/decodemap' into smaskscale

13 years agoFix nits.
Brendan Dahl [Thu, 15 Dec 2011 23:13:48 +0000 (15:13 -0800)]
Fix nits.

13 years agoMerge remote-tracking branch 'upstream/master' into decodemap
Brendan Dahl [Thu, 15 Dec 2011 22:41:03 +0000 (14:41 -0800)]
Merge remote-tracking branch 'upstream/master' into decodemap

13 years agooops, interval was not clearing because 'this' is not the same 'this' inside an inter...
Adil Allawi [Thu, 15 Dec 2011 11:32:58 +0000 (11:32 +0000)]
oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :)

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js
Adil Allawi [Thu, 15 Dec 2011 10:09:04 +0000 (10:09 +0000)]
Merge branch 'master' of https://github.com/mozilla/pdf.js

13 years agouse array index instead of array.shift()
Adil Allawi [Thu, 15 Dec 2011 10:08:50 +0000 (10:08 +0000)]
use array index instead of array.shift()

13 years agofix lint nitpick
Adil Allawi [Thu, 15 Dec 2011 09:20:55 +0000 (09:20 +0000)]
fix lint nitpick

13 years agoMerge pull request #926 from brendandahl/nativejpegsmask
notmasteryet [Thu, 15 Dec 2011 01:11:12 +0000 (17:11 -0800)]
Merge pull request #926 from brendandahl/nativejpegsmask

Soft Masks for Natively Supported(decoded by browser) JPEGs

13 years agoMerge pull request #939 from notmasteryet/tree-50
Brendan Dahl [Thu, 15 Dec 2011 00:50:51 +0000 (16:50 -0800)]
Merge pull request #939 from notmasteryet/tree-50

Fixing setting of auto-zoom value in bookmarks

13 years agoFixing setting of auto-zoom value in bookmarks (#938)
notmasteryet [Thu, 15 Dec 2011 00:44:35 +0000 (18:44 -0600)]
Fixing setting of auto-zoom value in bookmarks (#938)

13 years agoBuild Text Layer one div at a a time as an Interval instead of a all in a TimeOut...
Adil Allawi [Wed, 14 Dec 2011 22:28:34 +0000 (22:28 +0000)]
Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive

13 years agoChange to passing promises.
Brendan Dahl [Wed, 14 Dec 2011 22:02:00 +0000 (14:02 -0800)]
Change to passing promises.

13 years agoMerge upstream.
Brendan Dahl [Wed, 14 Dec 2011 21:41:36 +0000 (13:41 -0800)]
Merge upstream.

13 years agoMerge pull request #936 from brendandahl/master
Brendan Dahl [Wed, 14 Dec 2011 21:09:27 +0000 (13:09 -0800)]
Merge pull request #936 from brendandahl/master

Fake PR to Merge Ref Images

13 years agoUpdate README.md
Brendan Dahl [Wed, 14 Dec 2011 20:30:20 +0000 (12:30 -0800)]
Update README.md

13 years agoAdd basic rescale support for smacks.
Brendan Dahl [Wed, 14 Dec 2011 20:27:56 +0000 (12:27 -0800)]
Add basic rescale support for smacks.

13 years agoMerge pull request #929 from notmasteryet/tree-49
Brendan Dahl [Wed, 14 Dec 2011 20:14:47 +0000 (12:14 -0800)]
Merge pull request #929 from notmasteryet/tree-49

Fixing Type3 text layer creation and character spacing

13 years agoUse the general function for is default decode.
Brendan Dahl [Wed, 14 Dec 2011 16:47:35 +0000 (08:47 -0800)]
Use the general function for is default decode.

13 years agotype3 font.coded comment; proper geometery for showText; glyph name
notmasteryet [Wed, 14 Dec 2011 00:28:02 +0000 (18:28 -0600)]
type3 font.coded comment; proper geometery for showText; glyph name

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-49
notmasteryet [Tue, 13 Dec 2011 23:57:58 +0000 (17:57 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-49

13 years agoMove the default decode to logic to the colorspace.
Brendan Dahl [Tue, 13 Dec 2011 22:35:46 +0000 (14:35 -0800)]
Move the default decode to logic to the colorspace.

13 years agoWorking improved version. Still need to refactor default decode stuff.
Brendan Dahl [Tue, 13 Dec 2011 21:53:22 +0000 (13:53 -0800)]
Working improved version. Still need to refactor default decode stuff.

13 years agoMerge pull request #917 from arturadib/check-pixels
Brendan Dahl [Tue, 13 Dec 2011 21:31:57 +0000 (13:31 -0800)]
Merge pull request #917 from arturadib/check-pixels

Throw error on # of pixels mismatch

13 years agoMerge pull request #932 from arturadib/master
Artur Adib [Tue, 13 Dec 2011 18:39:54 +0000 (10:39 -0800)]
Merge pull request #932 from arturadib/master

(Do Not Merge) Generating refs for FF + Chrome

13 years agoUpdate README.md
Artur Adib [Tue, 13 Dec 2011 17:58:27 +0000 (12:58 -0500)]
Update README.md

13 years agoMerge remote-tracking branch 'origin/nativejpegsmask' into decodemap
Brendan Dahl [Tue, 13 Dec 2011 17:12:26 +0000 (09:12 -0800)]
Merge remote-tracking branch 'origin/nativejpegsmask' into decodemap

13 years agoFix for chrome.
Brendan Dahl [Tue, 13 Dec 2011 17:05:00 +0000 (09:05 -0800)]
Fix for chrome.

13 years agoPlaying with initial decode map impl.
Brendan Dahl [Tue, 13 Dec 2011 16:48:27 +0000 (08:48 -0800)]
Playing with initial decode map impl.

13 years agoAdd reftest for issue #918
notmasteryet [Tue, 13 Dec 2011 03:42:39 +0000 (21:42 -0600)]
Add reftest for issue #918

13 years agoFixing Type3 text layer creation and character spacing
notmasteryet [Tue, 13 Dec 2011 03:32:20 +0000 (21:32 -0600)]
Fixing Type3 text layer creation and character spacing

13 years agoMerge upstream.
Brendan Dahl [Mon, 12 Dec 2011 23:34:11 +0000 (15:34 -0800)]
Merge upstream.

13 years agoAddress Julian's comments.
Brendan Dahl [Mon, 12 Dec 2011 23:09:05 +0000 (15:09 -0800)]
Address Julian's comments.

13 years agoAdd comments to some of the code I touched/created.
Brendan Dahl [Mon, 12 Dec 2011 19:38:16 +0000 (11:38 -0800)]
Add comments to some of the code I touched/created.

13 years agoReverting error(); warn() instead of TODO()
Artur Adib [Mon, 12 Dec 2011 19:33:26 +0000 (14:33 -0500)]
Reverting error(); warn() instead of TODO()

13 years agoRemove some unintended changes.
Brendan Dahl [Mon, 12 Dec 2011 17:53:31 +0000 (09:53 -0800)]
Remove some unintended changes.

13 years agoMerge pull request #921 from notmasteryet/isssue-919
Artur Adib [Mon, 12 Dec 2011 17:33:29 +0000 (09:33 -0800)]
Merge pull request #921 from notmasteryet/isssue-919

(#919) Fixing toUnicode mapping for TrueType fonts with identity mapping

13 years agoStyle nits.
Brendan Dahl [Mon, 12 Dec 2011 17:26:24 +0000 (09:26 -0800)]
Style nits.

13 years agoRemove debugging.
Brendan Dahl [Mon, 12 Dec 2011 17:17:40 +0000 (09:17 -0800)]
Remove debugging.

13 years agoMerge upstream.
Brendan Dahl [Mon, 12 Dec 2011 05:13:53 +0000 (21:13 -0800)]
Merge upstream.

13 years agoUse promises to track completion of decoding.
Brendan Dahl [Mon, 12 Dec 2011 00:56:45 +0000 (16:56 -0800)]
Use promises to track completion of decoding.

13 years ago(#919) Fixing toUnicode mapping for TrueType fonts with identity mapping
notmasteryet [Sat, 10 Dec 2011 03:21:58 +0000 (21:21 -0600)]
(#919) Fixing toUnicode mapping for TrueType fonts with identity mapping

13 years agoMerge pull request #909 from notmasteryet/tree-45
Brendan Dahl [Sat, 10 Dec 2011 01:22:47 +0000 (17:22 -0800)]
Merge pull request #909 from notmasteryet/tree-45

Fixing TrueType code-glyph assigmnent to pass sanitizer

13 years agoUsing 'in' instead of array index
notmasteryet [Sat, 10 Dec 2011 00:25:44 +0000 (18:25 -0600)]
Using 'in' instead of array index

13 years agoMerge pull request #916 from arturadib/disableworker-in-url
Brendan Dahl [Fri, 9 Dec 2011 21:14:24 +0000 (13:14 -0800)]
Merge pull request #916 from arturadib/disableworker-in-url

disableWorker via URL parameter

13 years agoMerge branch 'refs/heads/master' into disableworker-in-url
Artur Adib [Fri, 9 Dec 2011 20:38:08 +0000 (15:38 -0500)]
Merge branch 'refs/heads/master' into disableworker-in-url

Conflicts:
web/viewer.js

13 years agoLint
Artur Adib [Fri, 9 Dec 2011 19:57:52 +0000 (14:57 -0500)]
Lint

13 years agodisableWorker via URL
Artur Adib [Fri, 9 Dec 2011 18:17:48 +0000 (13:17 -0500)]
disableWorker via URL

13 years agoMerge pull request #898 from kkujala/style
Artur Adib [Fri, 9 Dec 2011 16:02:06 +0000 (08:02 -0800)]
Merge pull request #898 from kkujala/style

Name constructors in obj.js.

13 years agoMerge pull request #913 from notmasteryet/issue-863
Artur Adib [Fri, 9 Dec 2011 15:29:02 +0000 (07:29 -0800)]
Merge pull request #913 from notmasteryet/issue-863

Bad pdf with scanned image

13 years agoMerge pull request #915 from notmasteryet/tree-47
Julian Viereck [Fri, 9 Dec 2011 08:14:46 +0000 (00:14 -0800)]
Merge pull request #915 from notmasteryet/tree-47

Fix error object wrapper (#914)

13 years agoAdd ability to fast track natively supported jpegs.
Brendan Dahl [Fri, 9 Dec 2011 05:18:04 +0000 (21:18 -0800)]
Add ability to fast track natively supported jpegs.

13 years agoSuppress messages from the browser
notmasteryet [Fri, 9 Dec 2011 02:51:12 +0000 (20:51 -0600)]
Suppress messages from the browser

13 years agoFix error object wrapper (#914)
notmasteryet [Fri, 9 Dec 2011 02:09:19 +0000 (20:09 -0600)]
Fix error object wrapper (#914)

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into issue-863
notmasteryet [Fri, 9 Dec 2011 01:22:44 +0000 (19:22 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into issue-863

Conflicts:
test/pdfs/.gitignore

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into issue-863
notmasteryet [Fri, 9 Dec 2011 01:20:33 +0000 (19:20 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into issue-863

13 years agoAdd bad PDF with lots of extra bytes at the end
notmasteryet [Fri, 9 Dec 2011 01:17:24 +0000 (19:17 -0600)]
Add bad PDF with lots of extra bytes at the end

13 years agoMerge pull request #854 from arturadib/thumb-smooth
notmasteryet [Fri, 9 Dec 2011 00:55:46 +0000 (16:55 -0800)]
Merge pull request #854 from arturadib/thumb-smooth

Smarter thumbnail scrolling

13 years agoMore sanity checks
Artur Adib [Thu, 8 Dec 2011 23:19:36 +0000 (18:19 -0500)]
More sanity checks

13 years agoCleaned up how messages are passed and replies work.
Brendan Dahl [Thu, 8 Dec 2011 22:51:26 +0000 (14:51 -0800)]
Cleaned up how messages are passed and replies work.

13 years agoMerge remote-tracking branch 'upstream/master' into style
Kalervo Kujala [Thu, 8 Dec 2011 22:28:31 +0000 (00:28 +0200)]
Merge remote-tracking branch 'upstream/master' into style

Conflicts:
src/image.js
src/pattern.js

13 years agoName all constructors.
Kalervo Kujala [Thu, 8 Dec 2011 22:18:43 +0000 (00:18 +0200)]
Name all constructors.

13 years agoThrow error when pixels don't match
Artur Adib [Thu, 8 Dec 2011 22:13:17 +0000 (17:13 -0500)]
Throw error when pixels don't match

13 years agoFix missing bracket.
Brendan Dahl [Thu, 8 Dec 2011 20:54:02 +0000 (12:54 -0800)]
Fix missing bracket.

13 years agoSecond stage, smasks now working. Still needs optimization.
Brendan Dahl [Thu, 8 Dec 2011 20:50:34 +0000 (12:50 -0800)]
Second stage, smasks now working. Still needs optimization.

13 years agoMerge pull request #911 from notmasteryet/issue-906
Artur Adib [Thu, 8 Dec 2011 15:02:23 +0000 (07:02 -0800)]
Merge pull request #911 from notmasteryet/issue-906

(#906) fixing glyph width defined by glyph name

13 years agoMerge pull request #910 from notmasteryet/tree-46
Artur Adib [Thu, 8 Dec 2011 15:01:31 +0000 (07:01 -0800)]
Merge pull request #910 from notmasteryet/tree-46

Remove glyph references outside range of avaialable glyphs

13 years ago(#906) fixing glyph width defined by glyph name
notmasteryet [Thu, 8 Dec 2011 05:30:48 +0000 (23:30 -0600)]
(#906) fixing glyph width defined by glyph name

13 years agoClear canvas for skipped pages
notmasteryet [Thu, 8 Dec 2011 04:07:34 +0000 (22:07 -0600)]
Clear canvas for skipped pages

13 years agoremove glyph references outside range of avaialable glyphs
notmasteryet [Thu, 8 Dec 2011 03:38:34 +0000 (21:38 -0600)]
remove glyph references outside range of avaialable glyphs

13 years agoFixing TrueType code-glyph assigmnent to pass sanitizer
notmasteryet [Thu, 8 Dec 2011 02:59:44 +0000 (20:59 -0600)]
Fixing TrueType code-glyph assigmnent to pass sanitizer

13 years agoFirst stage of trying to support smasks on native jpegs.
Brendan Dahl [Wed, 7 Dec 2011 23:36:27 +0000 (15:36 -0800)]
First stage of trying to support smasks on native jpegs.

13 years agoMerge pull request #776 from jviereck/jpegimage_cleanup
notmasteryet [Wed, 7 Dec 2011 19:11:11 +0000 (11:11 -0800)]
Merge pull request #776 from jviereck/jpegimage_cleanup

Don't create JpegImage object anymore - go functional style

13 years agoMerge pull request #905 from notmasteryet/issue-886b
Artur Adib [Wed, 7 Dec 2011 18:11:46 +0000 (10:11 -0800)]
Merge pull request #905 from notmasteryet/issue-886b

Fixing missing text (#886)

13 years agoAddress review comments by yury
Julian Viereck [Wed, 7 Dec 2011 18:03:13 +0000 (19:03 +0100)]
Address review comments by yury

13 years agoMerge pull request #907 from notmasteryet/tree-43
Artur Adib [Wed, 7 Dec 2011 17:26:21 +0000 (09:26 -0800)]
Merge pull request #907 from notmasteryet/tree-43

Fixes the unicode symbols on the text layer

13 years agoMerge pull request #908 from notmasteryet/tree-44
Artur Adib [Wed, 7 Dec 2011 16:27:09 +0000 (08:27 -0800)]
Merge pull request #908 from notmasteryet/tree-44

fixes gradient fill (#840)

13 years agoMerge pull request #895 from kkujala/constants
Artur Adib [Wed, 7 Dec 2011 15:29:37 +0000 (07:29 -0800)]
Merge pull request #895 from kkujala/constants

Use constants for paint type and pattern size.

13 years agoMoved event binding to 'load' event
Artur Adib [Wed, 7 Dec 2011 13:52:13 +0000 (08:52 -0500)]
Moved event binding to 'load' event

13 years agoRevert int16 clamping for horizontal metrics
notmasteryet [Wed, 7 Dec 2011 12:47:52 +0000 (06:47 -0600)]
Revert int16 clamping for horizontal metrics

13 years agofixes gradient fill (#840)
notmasteryet [Wed, 7 Dec 2011 12:42:01 +0000 (06:42 -0600)]
fixes gradient fill (#840)

13 years agoFix the unicode symbols on the text layer
notmasteryet [Wed, 7 Dec 2011 04:59:06 +0000 (22:59 -0600)]
Fix the unicode symbols on the text layer

13 years agoadds geothermal.pdf test
notmasteryet [Wed, 7 Dec 2011 04:33:59 +0000 (22:33 -0600)]
adds geothermal.pdf test

13 years agoFixing missing text (#886)
notmasteryet [Wed, 7 Dec 2011 04:13:14 +0000 (22:13 -0600)]
Fixing missing text (#886)

13 years agoName constructors in obj.js.
Kalervo Kujala [Tue, 6 Dec 2011 22:18:40 +0000 (00:18 +0200)]
Name constructors in obj.js.

13 years agoAddressing comments, linting
Artur Adib [Tue, 6 Dec 2011 21:52:29 +0000 (16:52 -0500)]
Addressing comments, linting