]> git.parisson.com Git - pdf.js.git/log
pdf.js.git
13 years agoConverting MacRoman symbols to Unicodes
notmasteryet [Wed, 11 Jan 2012 01:41:45 +0000 (19:41 -0600)]
Converting MacRoman symbols to Unicodes

13 years agofix serif and symbol attribute detection for standard fonts
notmasteryet [Tue, 10 Jan 2012 03:15:18 +0000 (21:15 -0600)]
fix serif and symbol attribute detection for standard fonts

13 years agousing font flags to recognize the symbol and serif fonts; using the encoding instead...
notmasteryet [Tue, 10 Jan 2012 01:36:24 +0000 (19:36 -0600)]
using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined  MacRoman in TrueType fonts

13 years agoMerge pull request #1044 from notmasteryet/unit-tests-2
Artur Adib [Mon, 9 Jan 2012 21:21:00 +0000 (13:21 -0800)]
Merge pull request #1044 from notmasteryet/unit-tests-2

Add unit tests for calculateMD5, ARCFourCipher, and PredictorStream

13 years agoMerge pull request #1042 from notmasteryet/tree-55
Artur Adib [Mon, 9 Jan 2012 20:22:16 +0000 (12:22 -0800)]
Merge pull request #1042 from notmasteryet/tree-55

fetch/getEntry returns null if the entry is free

13 years agoAdd unit tests for calculateMD5, ARCFourCipher, and PredictorStream
notmasteryet [Mon, 9 Jan 2012 00:26:01 +0000 (18:26 -0600)]
Add unit tests for calculateMD5, ARCFourCipher, and PredictorStream

13 years agoMerge pull request #1040 from kkujala/refactor
notmasteryet [Sun, 8 Jan 2012 23:13:40 +0000 (15:13 -0800)]
Merge pull request #1040 from kkujala/refactor

Add Unit tests for RefSet.

13 years agoMerge pull request #1037 from arturadib/no-ff-dialog
notmasteryet [Sun, 8 Jan 2012 20:19:51 +0000 (12:19 -0800)]
Merge pull request #1037 from arturadib/no-ff-dialog

Disable default browser check in FF testing

13 years agofetch/getEntry returns null if the entry is free
notmasteryet [Sun, 8 Jan 2012 20:03:00 +0000 (14:03 -0600)]
fetch/getEntry returns null if the entry is free

13 years agoAdd Unit tests for RefSet.
Kalervo Kujala [Sat, 7 Jan 2012 20:22:22 +0000 (22:22 +0200)]
Add Unit tests for RefSet.

13 years agoMerge remote-tracking branch 'upstream/master' into refactor
Kalervo Kujala [Sat, 7 Jan 2012 19:32:16 +0000 (21:32 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor

13 years agoDisable default browser check in FF testing
Artur Adib [Fri, 6 Jan 2012 22:28:52 +0000 (17:28 -0500)]
Disable default browser check in FF testing

13 years agoMerge pull request #1035 from notmasteryet/tree-54
Artur Adib [Fri, 6 Jan 2012 18:16:18 +0000 (10:16 -0800)]
Merge pull request #1035 from notmasteryet/tree-54

Fixes thumbnail's drawingRequired

13 years agoMerge pull request #1024 from arturadib/disable-textlayer-opt
Artur Adib [Fri, 6 Jan 2012 13:29:05 +0000 (05:29 -0800)]
Merge pull request #1024 from arturadib/disable-textlayer-opt

disableTextLayer option

13 years agonit
Artur Adib [Fri, 6 Jan 2012 13:27:23 +0000 (08:27 -0500)]
nit

13 years agoFix thumbnail's drawingRequired
notmasteryet [Fri, 6 Jan 2012 00:39:48 +0000 (18:39 -0600)]
Fix thumbnail's drawingRequired

13 years agoMerge pull request #1026 from brendandahl/nativedecode
notmasteryet [Fri, 6 Jan 2012 00:25:21 +0000 (16:25 -0800)]
Merge pull request #1026 from brendandahl/nativedecode

Decode JPEGs using browser when possible

13 years agoMerge remote-tracking branch 'upstream/master' into refactor
Kalervo Kujala [Thu, 5 Jan 2012 20:24:35 +0000 (22:24 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor

13 years agoOnly set transform when its a non default.
Brendan Dahl [Thu, 5 Jan 2012 19:06:17 +0000 (11:06 -0800)]
Only set transform when its a non default.

13 years agoMerge pull request #1032 from arturadib/master
Artur Adib [Thu, 5 Jan 2012 16:18:42 +0000 (08:18 -0800)]
Merge pull request #1032 from arturadib/master

Updating references

13 years agoUpdate README.md
Artur Adib [Thu, 5 Jan 2012 15:46:32 +0000 (10:46 -0500)]
Update README.md

13 years agoMerge pull request #1022 from notmasteryet/tree-53
Artur Adib [Thu, 5 Jan 2012 15:44:52 +0000 (07:44 -0800)]
Merge pull request #1022 from notmasteryet/tree-53

Fixes this.xref.trailer.get("ID")[0] is undefined

13 years agoSupport for textLayerBuilder
Artur Adib [Thu, 5 Jan 2012 15:42:05 +0000 (10:42 -0500)]
Support for textLayerBuilder

13 years agoMerge branch 'master' into disable-textlayer-opt
Artur Adib [Thu, 5 Jan 2012 15:19:15 +0000 (10:19 -0500)]
Merge branch 'master' into disable-textlayer-opt

13 years agoMerge pull request #958 from jviereck/viewer_improvements
Artur Adib [Thu, 5 Jan 2012 14:14:04 +0000 (06:14 -0800)]
Merge pull request #958 from jviereck/viewer_improvements

Render the next not yet visible page in the background

13 years agoMerge pull request #1030 from brendandahl/promiseerrback
notmasteryet [Thu, 5 Jan 2012 04:08:50 +0000 (20:08 -0800)]
Merge pull request #1030 from brendandahl/promiseerrback

Add error backs for promises.

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-53
notmasteryet [Thu, 5 Jan 2012 01:57:08 +0000 (19:57 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-53

Conflicts:
test/test_manifest.json

13 years agoAdd load test
notmasteryet [Thu, 5 Jan 2012 01:55:04 +0000 (19:55 -0600)]
Add load test

13 years agoFix bracket nit.
Brendan Dahl [Thu, 5 Jan 2012 01:22:07 +0000 (17:22 -0800)]
Fix bracket nit.

13 years agoMerge pull request #1028 from brendandahl/easiererrorcv
notmasteryet [Thu, 5 Jan 2012 00:52:52 +0000 (16:52 -0800)]
Merge pull request #1028 from brendandahl/easiererrorcv

Easier copy/paste error message.

13 years agoMerge pull request #1029 from jwagner79/master
notmasteryet [Thu, 5 Jan 2012 00:27:54 +0000 (16:27 -0800)]
Merge pull request #1029 from jwagner79/master

IE9 subarray method not defined

13 years agoAdd error backs for promises.
Brendan Dahl [Thu, 5 Jan 2012 00:13:53 +0000 (16:13 -0800)]
Add error backs for promises.

13 years agoFix subarray error for IE9
Jeff Wagner [Wed, 4 Jan 2012 23:10:25 +0000 (15:10 -0800)]
Fix subarray error for IE9

13 years agoEasier copy/paste error message.
Brendan Dahl [Wed, 4 Jan 2012 22:43:17 +0000 (14:43 -0800)]
Easier copy/paste error message.

13 years agoAdd preDraw() functionality to render the next page in the background
Julian Viereck [Sun, 18 Dec 2011 21:36:36 +0000 (22:36 +0100)]
Add preDraw() functionality to render the next page in the background

13 years agoMerge branch 'master' into disable-textlayer-opt
Artur Adib [Wed, 4 Jan 2012 20:54:52 +0000 (15:54 -0500)]
Merge branch 'master' into disable-textlayer-opt

13 years agoMerge pull request #982 from merkste/opera-css-issues
Brendan Dahl [Wed, 4 Jan 2012 20:52:40 +0000 (12:52 -0800)]
Merge pull request #982 from merkste/opera-css-issues

support for Opera's linear gradients and transitions

13 years agoMerge pull request #954 from notmasteryet/textlayout-ui
Artur Adib [Wed, 4 Jan 2012 20:52:03 +0000 (12:52 -0800)]
Merge pull request #954 from notmasteryet/textlayout-ui

Move text layer UI to viewer.js...

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 agoMove comments.
Brendan Dahl [Wed, 4 Jan 2012 19:56:53 +0000 (11:56 -0800)]
Move comments.

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

13 years agoMerge branch 'master' of https://github.com/mozilla/pdf.js into nativedecode
Brendan Dahl [Wed, 4 Jan 2012 19:25:46 +0000 (11:25 -0800)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into nativedecode

13 years agodisableTextLayer option
Artur Adib [Wed, 4 Jan 2012 16:20:19 +0000 (11:20 -0500)]
disableTextLayer option

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 agoFixes this.xref.trailer.get("ID")[0] is undefined
notmasteryet [Wed, 4 Jan 2012 01:20:29 +0000 (19:20 -0600)]
Fixes this.xref.trailer.get("ID")[0] is undefined

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 branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui
notmasteryet [Wed, 4 Jan 2012 00:42:13 +0000 (18:42 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui

Conflicts:
src/canvas.js

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 agoDecode more jpegs using the browser if possible.
Brendan Dahl [Tue, 3 Jan 2012 22:26:19 +0000 (14:26 -0800)]
Decode more jpegs using the browser if possible.

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 agoReplace nbsp entity with character code
notmasteryet [Sat, 31 Dec 2011 01:32:35 +0000 (19:32 -0600)]
Replace nbsp entity with character code

13 years agoMerge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui
notmasteryet [Sat, 31 Dec 2011 01:22:59 +0000 (19:22 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui

Conflicts:
web/viewer.js

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 agofixed viewer.css to support Opera's linear gradients and transitions
Steffen Märcker [Tue, 27 Dec 2011 10:49:11 +0000 (11:49 +0100)]
fixed viewer.css to support Opera's linear gradients and transitions

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