]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoMerge pull request #1025 from arturadib/issue-1015
Artur Adib [Wed, 4 Jan 2012 20:31:14 +0000 (12:31 -0800)]
Merge pull request #1025 from arturadib/issue-1015

Add findTableCode() to prototype

13 years agoAdding test PDF
Artur Adib [Wed, 4 Jan 2012 19:49:37 +0000 (14:49 -0500)]
Adding test PDF

13 years agoMerge pull request #1023 from jviereck/viewer_default_fix
notmasteryet [Wed, 4 Jan 2012 12:56:04 +0000 (04:56 -0800)]
Merge pull request #1023 from jviereck/viewer_default_fix

Reset scale value on opening new file

13 years agoMerge pull request #1021 from notmasteryet/tree-52
Julian Viereck [Wed, 4 Jan 2012 08:28:16 +0000 (00:28 -0800)]
Merge pull request #1021 from notmasteryet/tree-52

Fix blank unopened-before-document regression

13 years agoReset scale value on opening new file
Julian Viereck [Wed, 4 Jan 2012 08:24:09 +0000 (09:24 +0100)]
Reset scale value on opening new file

13 years agoFix blank unopened document regression
notmasteryet [Wed, 4 Jan 2012 01:11:25 +0000 (19:11 -0600)]
Fix blank unopened document regression

13 years agoMerge pull request #1013 from LegNeato/master
Chris Jones [Tue, 3 Jan 2012 22:30:14 +0000 (14:30 -0800)]
Merge pull request #1013 from LegNeato/master

Always add style element to the head

13 years agoMerge pull request #957 from jviereck/viewer_default_width
Julian Viereck [Tue, 3 Jan 2012 22:02:34 +0000 (14:02 -0800)]
Merge pull request #957 from jviereck/viewer_default_width

Change default width to page-width

13 years agoFix lint error
Julian Viereck [Tue, 3 Jan 2012 21:48:32 +0000 (22:48 +0100)]
Fix lint error

13 years agoMerge pull request #1018 from arturadib/webkit-dash
Chris Jones [Tue, 3 Jan 2012 21:29:34 +0000 (13:29 -0800)]
Merge pull request #1018 from arturadib/webkit-dash

Webkit dashed line support

13 years agowebkit dash support
Artur Adib [Tue, 3 Jan 2012 19:51:35 +0000 (14:51 -0500)]
webkit dash support

13 years agoMerge pull request #1006 from notmasteryet/float64arr-compat
Artur Adib [Tue, 3 Jan 2012 19:26:30 +0000 (11:26 -0800)]
Merge pull request #1006 from notmasteryet/float64arr-compat

Improving typed arrays compatibility support

13 years agoTypdoh
Saebekassebil [Tue, 3 Jan 2012 18:38:45 +0000 (19:38 +0100)]
Typdoh

13 years agoAdd #findTableCode to CCITTFaxStream's prototype, fixing issue #1015
Saebekassebil [Tue, 3 Jan 2012 18:11:13 +0000 (19:11 +0100)]
Add #findTableCode to CCITTFaxStream's prototype, fixing issue #1015

13 years agoAdd the style element to the head rather than first element in the document, as the...
Christian Legnitto [Tue, 3 Jan 2012 05:40:43 +0000 (21:40 -0800)]
Add the style element to the head rather than first element in the document, as the first element could be a comment and this would line would then throw

13 years agoTreat `zoom` such that it can be a string value as well.
Julian Viereck [Mon, 2 Jan 2012 19:15:45 +0000 (20:15 +0100)]
Treat `zoom` such that it can be a string value as well.

13 years agoAdd selectScaleOption function back, that seems to got lost during rebaseing
Julian Viereck [Mon, 2 Jan 2012 19:09:38 +0000 (20:09 +0100)]
Add selectScaleOption function back, that seems to got lost during rebaseing

13 years agoRemove brakets
Julian Viereck [Thu, 22 Dec 2011 18:41:17 +0000 (19:41 +0100)]
Remove brakets

13 years agoAdd displayReadyPromise to the Page object to not request the IRQueue all the time...
Julian Viereck [Thu, 22 Dec 2011 18:04:53 +0000 (19:04 +0100)]
Add displayReadyPromise to the Page object to not request the IRQueue all the time and simplify some stuff

13 years agoMake sure resolving the promise sets some data
Julian Viereck [Thu, 22 Dec 2011 18:02:10 +0000 (19:02 +0100)]
Make sure resolving the promise sets some data

13 years agoIgnore new scale value if it's the same as before
Julian Viereck [Thu, 22 Dec 2011 18:02:52 +0000 (19:02 +0100)]
Ignore new scale value if it's the same as before

13 years agoAdd new 'Auto' option for the viewer.
Julian Viereck [Thu, 22 Dec 2011 17:24:13 +0000 (18:24 +0100)]
Add new 'Auto' option for the viewer.

13 years agoMerge pull request #1009 from notmasteryet/issue-1001
Brendan Dahl [Sat, 31 Dec 2011 02:25:19 +0000 (18:25 -0800)]
Merge pull request #1009 from notmasteryet/issue-1001

Fix stitching function; media box fix

13 years agoFixing CropBox
notmasteryet [Sat, 31 Dec 2011 00:52:15 +0000 (18:52 -0600)]
Fixing CropBox

13 years agoMerge pull request #994 from brendandahl/type4func
notmasteryet [Sat, 31 Dec 2011 00:05:49 +0000 (16:05 -0800)]
Merge pull request #994 from brendandahl/type4func

Type4 PostScript Functions

13 years agoSwitch to push instead of slice. Faster on jsperf, but doesn't seem to be faster...
Brendan Dahl [Fri, 30 Dec 2011 22:59:00 +0000 (14:59 -0800)]
Switch to push instead of slice. Faster on jsperf, but doesn't seem to be faster testing locally.

13 years agoAdd external ref test
notmasteryet [Fri, 30 Dec 2011 22:55:30 +0000 (16:55 -0600)]
Add external ref test

13 years agoMove the media left-top corner to the (0,0) canvas position
notmasteryet [Fri, 30 Dec 2011 22:45:33 +0000 (16:45 -0600)]
Move the media left-top corner to the (0,0) canvas position

13 years agoSwitch to conditional operator.
Brendan Dahl [Fri, 30 Dec 2011 21:38:09 +0000 (13:38 -0800)]
Switch to conditional operator.

13 years agoImproving typed arrays compatibility support
notmasteryet [Fri, 30 Dec 2011 21:32:53 +0000 (15:32 -0600)]
Improving typed arrays compatibility support

13 years agoFix idiv and cvi. Add test case for idiv.
Brendan Dahl [Fri, 30 Dec 2011 21:25:34 +0000 (13:25 -0800)]
Fix idiv and cvi.  Add test case for idiv.

13 years agoMerge pull request #990 from notmasteryet/concurload
Brendan Dahl [Fri, 30 Dec 2011 17:40:12 +0000 (09:40 -0800)]
Merge pull request #990 from notmasteryet/concurload

Fixes concurrent pages loading (#974 and #626)

13 years agoAddress Yury's PR comments.
Brendan Dahl [Fri, 30 Dec 2011 17:24:13 +0000 (09:24 -0800)]
Address Yury's PR comments.

13 years agoFix stitching function
notmasteryet [Fri, 30 Dec 2011 04:53:25 +0000 (22:53 -0600)]
Fix stitching function

13 years agoMerge pull request #985 from kkujala/test
notmasteryet [Fri, 30 Dec 2011 03:01:39 +0000 (19:01 -0800)]
Merge pull request #985 from kkujala/test

Add basic unit tests for obj.js.

13 years agoremove unused field
notmasteryet [Fri, 30 Dec 2011 00:01:47 +0000 (18:01 -0600)]
remove unused field

13 years agoSwitch to a single "code stack".
Brendan Dahl [Thu, 29 Dec 2011 21:41:54 +0000 (13:41 -0800)]
Switch to a single "code stack".

13 years agoAdds the missing test pdf to the manifest.
Brendan Dahl [Thu, 29 Dec 2011 20:39:00 +0000 (12:39 -0800)]
Adds the missing test pdf to the manifest.

13 years agoMerge upstream.
Brendan Dahl [Thu, 29 Dec 2011 20:37:15 +0000 (12:37 -0800)]
Merge upstream.

13 years agoRefactor obj.js unit tests to be aligned with code.
Kalervo Kujala [Thu, 29 Dec 2011 12:06:06 +0000 (14:06 +0200)]
Refactor obj.js unit tests to be aligned with code.

13 years agoAdd test pdf for type4 postscript functions.
Brendan Dahl [Thu, 29 Dec 2011 05:23:17 +0000 (21:23 -0800)]
Add test pdf for type4 postscript functions.

13 years agoMerge pull request #972 from notmasteryet/textstroke
Brendan Dahl [Thu, 29 Dec 2011 04:12:08 +0000 (20:12 -0800)]
Merge pull request #972 from notmasteryet/textstroke

Correct stroke width for text; convert intel-load test to eq-test

13 years agoSwitch to two arrays for instructions.
Brendan Dahl [Thu, 29 Dec 2011 04:08:18 +0000 (20:08 -0800)]
Switch to two arrays for instructions.

13 years agoFixes concurrent pages loading (#974 and #626)
notmasteryet [Thu, 29 Dec 2011 01:18:55 +0000 (19:18 -0600)]
Fixes concurrent pages loading (#974 and #626)

13 years agoMerge pull request #983 from merkste/opera-worker-issues
notmasteryet [Wed, 28 Dec 2011 22:14:18 +0000 (14:14 -0800)]
Merge pull request #983 from merkste/opera-worker-issues

Added fallback to fake worker if serialization of typed array fails.

13 years agoAdd basic unit tests for obj.js.
Kalervo Kujala [Wed, 28 Dec 2011 21:20:04 +0000 (23:20 +0200)]
Add basic unit tests for obj.js.

13 years agofixed the remaining style error
Steffen Märcker [Wed, 28 Dec 2011 18:57:12 +0000 (19:57 +0100)]
fixed the remaining style error

13 years agofixed lint errors
Steffen Märcker [Wed, 28 Dec 2011 16:32:54 +0000 (17:32 +0100)]
fixed lint errors

13 years agofixed typo
Steffen Märcker [Wed, 28 Dec 2011 14:23:39 +0000 (15:23 +0100)]
fixed typo

13 years agoSmall refactoring of fallback code to fake worker.
Steffen Märcker [Wed, 28 Dec 2011 14:21:32 +0000 (15:21 +0100)]
Small refactoring of fallback code to fake worker.

13 years agoAdded fallback to fake worker if serialization of typed array fails.
Steffen Märcker [Wed, 28 Dec 2011 08:10:06 +0000 (09:10 +0100)]
Added fallback to fake worker if serialization of typed array fails.
This happens e.g. in Opera 11.60.

13 years agoRespect private browsing in extension
Saebekassebil [Mon, 26 Dec 2011 20:14:10 +0000 (21:14 +0100)]
Respect private browsing in extension

13 years agoToo rash yet again. Bracket and style nits
Saebekassebil [Mon, 26 Dec 2011 15:14:06 +0000 (16:14 +0100)]
Too rash yet again. Bracket and style nits

13 years agoSet page number instead of window.scrollTo, and remove Cookie reference
Saebekassebil [Mon, 26 Dec 2011 15:07:56 +0000 (16:07 +0100)]
Set page number instead of window.scrollTo, and remove Cookie reference

13 years agoRefactoring Settings manager, now with limit on memory usage
Saebekassebil [Mon, 26 Dec 2011 14:07:24 +0000 (15:07 +0100)]
Refactoring Settings manager, now with limit on memory usage

13 years agoMissed function name...
Saebekassebil [Sun, 25 Dec 2011 23:48:10 +0000 (00:48 +0100)]
Missed function name...

13 years agoRemember hash position correctly
Saebekassebil [Sun, 25 Dec 2011 23:42:46 +0000 (00:42 +0100)]
Remember hash position correctly

13 years agoMerge pull request #980 from saebekassebil/fixkeydown
Andreas Gal [Sun, 25 Dec 2011 22:05:19 +0000 (14:05 -0800)]
Merge pull request #980 from saebekassebil/fixkeydown

Fixes shortcuts steals from browser - Issue #979

13 years agoFixes shortcuts steals from browser - Issue #979
Saebekassebil [Sun, 25 Dec 2011 21:18:52 +0000 (22:18 +0100)]
Fixes shortcuts steals from browser - Issue #979

13 years agoAdd unit files to lint, fix lint errors.
Brendan Dahl [Sat, 24 Dec 2011 05:19:15 +0000 (21:19 -0800)]
Add unit files to lint, fix lint errors.

13 years agoAdding type4 postscript function support.
Brendan Dahl [Sat, 24 Dec 2011 03:41:12 +0000 (19:41 -0800)]
Adding type4 postscript function support.

13 years agoToo rash. Fixes gjslint errors
Saebekassebil [Fri, 23 Dec 2011 22:56:01 +0000 (23:56 +0100)]
Too rash. Fixes gjslint errors

13 years agoAddress yury's comments, and remove unnecessary hash settings
Saebekassebil [Fri, 23 Dec 2011 22:36:37 +0000 (23:36 +0100)]
Address yury's comments, and remove unnecessary hash settings

13 years agoCorrect stroke width for text; convert intel-load test to eq-test
notmasteryet [Thu, 22 Dec 2011 23:43:14 +0000 (17:43 -0600)]
Correct stroke width for text; convert intel-load test to eq-test

13 years agoAdded #getFingerprint method to PDFDocModel
Saebekassebil [Thu, 22 Dec 2011 22:44:42 +0000 (23:44 +0100)]
Added #getFingerprint method to PDFDocModel

13 years agoImplemented Settings manager. Now remembering scroll positions
Saebekassebil [Thu, 22 Dec 2011 21:29:01 +0000 (22:29 +0100)]
Implemented Settings manager. Now remembering scroll positions

13 years agoMerge pull request #968 from saebekassebil/dev
notmasteryet [Thu, 22 Dec 2011 14:48:15 +0000 (06:48 -0800)]
Merge pull request #968 from saebekassebil/dev

Comment and Check Annotations - Re. PR#946

13 years agoImage directory as a constant, adding myself to LICENSE file
Saebekassebil [Thu, 22 Dec 2011 13:44:08 +0000 (14:44 +0100)]
Image directory as a constant, adding myself to LICENSE file

13 years agoAddressing notmasteryet's comments
Saebekassebil [Thu, 22 Dec 2011 10:29:27 +0000 (11:29 +0100)]
Addressing notmasteryet's comments

13 years agoLint nits
Saebekassebil [Wed, 21 Dec 2011 22:37:52 +0000 (23:37 +0100)]
Lint nits

13 years agoImplemented Comment and Check annotation. Correcting some typos in last commit
Saebekassebil [Wed, 21 Dec 2011 22:22:07 +0000 (23:22 +0100)]
Implemented Comment and Check annotation. Correcting some typos in last commit

13 years agoMerge pull request #967 from arturadib/master
Artur Adib [Wed, 21 Dec 2011 20:44:38 +0000 (12:44 -0800)]
Merge pull request #967 from arturadib/master

(Do Not Merge) Testing refs

13 years agoUpdate README.md
Artur Adib [Wed, 21 Dec 2011 19:15:18 +0000 (14:15 -0500)]
Update README.md

13 years agoMerge pull request #749 from notmasteryet/forms-1
Artur Adib [Wed, 21 Dec 2011 14:16:30 +0000 (06:16 -0800)]
Merge pull request #749 from notmasteryet/forms-1

Simple AcroForms support

13 years agoMerge pull request #961 from brendandahl/smaskscale
notmasteryet [Tue, 20 Dec 2011 02:39:26 +0000 (18:39 -0800)]
Merge pull request #961 from brendandahl/smaskscale

Scaling Soft Masks

13 years agomove inputHint to examples
notmasteryet [Tue, 20 Dec 2011 02:04:16 +0000 (20:04 -0600)]
move inputHint to examples

13 years agoMoving forms UI into examples
notmasteryet [Tue, 20 Dec 2011 02:00:50 +0000 (20:00 -0600)]
Moving forms UI into examples

13 years agoRename some variables.
Brendan Dahl [Tue, 20 Dec 2011 00:31:47 +0000 (16:31 -0800)]
Rename some variables.

13 years agoFix comment.
Brendan Dahl [Mon, 19 Dec 2011 22:58:01 +0000 (14:58 -0800)]
Fix comment.

13 years agoMerge pull request #959 from jviereck/cache_cmds
Julian Viereck [Mon, 19 Dec 2011 15:40:08 +0000 (07:40 -0800)]
Merge pull request #959 from jviereck/cache_cmds

Cache Cmd object to reduce number of created objects

13 years agoAddress review comments by notmasteryet
Julian Viereck [Mon, 19 Dec 2011 15:37:36 +0000 (16:37 +0100)]
Address review comments by notmasteryet

13 years agoMerge pull request #962 from cpeterso/keyboardshortcuts
Julian Viereck [Mon, 19 Dec 2011 12:53:42 +0000 (04:53 -0800)]
Merge pull request #962 from cpeterso/keyboardshortcuts

Add keyboard shortcuts to navigate pages forward and back

13 years agoFix typo: s/handle/handled/
Chris Peterson [Mon, 19 Dec 2011 04:58:14 +0000 (20:58 -0800)]
Fix typo: s/handle/handled/

13 years agoAdd keyboard shortcuts to navigate pages with 'n' and 'p' keys (Next/Previous)
Chris Peterson [Mon, 19 Dec 2011 04:42:18 +0000 (20:42 -0800)]
Add keyboard shortcuts to navigate pages with 'n' and 'p' keys (Next/Previous)

13 years agoAdd keyboard shortcuts to navigate pages with 'j' and 'k' keys like vi
Chris Peterson [Mon, 19 Dec 2011 04:40:44 +0000 (20:40 -0800)]
Add keyboard shortcuts to navigate pages with 'j' and 'k' keys like vi

13 years agoAdd keyboard shortcuts to navigate pages with left and right arrow keys
Chris Peterson [Mon, 19 Dec 2011 04:39:41 +0000 (20:39 -0800)]
Add keyboard shortcuts to navigate pages with left and right arrow keys

This is the behavior of Adobe Reader.app and Apple's Preview.app.

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 agoCache Cmd object to reduce number of created objects
Julian Viereck [Sun, 18 Dec 2011 19:39:10 +0000 (20:39 +0100)]
Cache Cmd object to reduce number of created objects

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