]>
git.parisson.com Git - pdf.js.git/log
Kalervo Kujala [Sun, 30 Oct 2011 11:46:15 +0000 (13:46 +0200)]
Name anonymous functions in canvas.js.
Kalervo Kujala [Sun, 30 Oct 2011 11:44:10 +0000 (13:44 +0200)]
Name anonymous functions in colorspace.js.
Kalervo Kujala [Sun, 30 Oct 2011 11:07:38 +0000 (13:07 +0200)]
Name anonymous functions in image.js.
Andreas Gal [Sat, 29 Oct 2011 21:03:16 +0000 (14:03 -0700)]
Merge pull request #722 from kkujala/master
Name a few anonymous functions.
Andreas Gal [Sat, 29 Oct 2011 21:03:00 +0000 (14:03 -0700)]
Merge pull request #725 from kkujala/dev
Name anonymous functions in obj.js.
Andreas Gal [Sat, 29 Oct 2011 21:02:45 +0000 (14:02 -0700)]
Merge pull request #726 from kkujala/test
Name anonymous funtions in function.js.
Andreas Gal [Sat, 29 Oct 2011 21:02:15 +0000 (14:02 -0700)]
Merge pull request #728 from notmasteryet/tree-36
Fixing 'compatibility.js' load order; add Object.keys emulation
notmasteryet [Sat, 29 Oct 2011 21:00:13 +0000 (16:00 -0500)]
Fixing 'compatibility.js' load order; add Object.keys emulation
Kalervo Kujala [Sat, 29 Oct 2011 17:59:49 +0000 (20:59 +0300)]
Name anonymous funtions in function.js.
Kalervo Kujala [Sat, 29 Oct 2011 17:31:56 +0000 (20:31 +0300)]
Name anonymous functions in obj.js.
Kalervo Kujala [Sat, 29 Oct 2011 14:57:31 +0000 (17:57 +0300)]
Rename Shanding related functions with better name names.
Kalervo Kujala [Sat, 29 Oct 2011 10:20:48 +0000 (13:20 +0300)]
Name a few anonymous functions.
Also rename some functions.
Kalervo Kujala [Sat, 29 Oct 2011 08:40:18 +0000 (11:40 +0300)]
Merge remote-tracking branch 'upstream/master'
notmasteryet [Sat, 29 Oct 2011 03:29:19 +0000 (20:29 -0700)]
Merge pull request #702 from eloquentix/master
Fixed syntax error in Safari and corrected rendering logic for two methods
Ionuț G. Stan [Fri, 28 Oct 2011 22:43:03 +0000 (01:43 +0300)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js
Ionuț G. Stan [Fri, 28 Oct 2011 22:26:55 +0000 (01:26 +0300)]
Fix lint errors
Single quotes instead of double quotes
Artur Adib [Fri, 28 Oct 2011 20:11:34 +0000 (13:11 -0700)]
Merge pull request #714 from kkujala/master
Name anonymous functions in worker.js.
Kalervo Kujala [Fri, 28 Oct 2011 18:38:17 +0000 (21:38 +0300)]
Merge remote-tracking branch 'upstream/master'
Kalervo Kujala [Fri, 28 Oct 2011 18:23:30 +0000 (21:23 +0300)]
Name anonymous functions in worker.js.
Ionuț G. Stan [Fri, 28 Oct 2011 13:38:55 +0000 (16:38 +0300)]
Add eq test for close path rendering bug
See:
56b9a3543dfd365fb065a85ac056d29064c72797
Ionuț G. Stan [Fri, 28 Oct 2011 11:34:56 +0000 (14:34 +0300)]
Merge branch 'master' of https://github.com/andreasgal/pdf.js
Conflicts:
pdf.js
Ionuț G. Stan [Fri, 28 Oct 2011 11:27:41 +0000 (14:27 +0300)]
Log error stacktrace only when available
Safari does not provide a `stack` property on Error instances.
vingtetun [Thu, 27 Oct 2011 19:32:35 +0000 (12:32 -0700)]
Merge pull request #708 from kkujala/master
Fix js strict warning in worker.js.
Kalervo Kujala [Thu, 27 Oct 2011 18:51:10 +0000 (21:51 +0300)]
Fix js strict warning in worker.js.
Also fix a few minor nits.
vingtetun [Thu, 27 Oct 2011 17:37:19 +0000 (10:37 -0700)]
Merge pull request #700 from arturadib/filesplit
File split
Ionuț G. Stan [Thu, 27 Oct 2011 02:45:10 +0000 (05:45 +0300)]
Set DeviceGray as initial value for color space
See the PDF reference, section 4.3 Graphics State, table 4.2, third row.
> The current color space in which color values are to be interpreted
> (see Section 4.5, “Color Spaces”). There are two separate color space
> parameters: one for stroking and one for all other painting opera-
> tions. Initial value: DeviceGray.
The problem before was that certain PDFs didn't explicitly set the
color space, so a call to `setFillColor` or `setStrokeColor` were failing
when the `getRgb` method was call, as the color space was null.
See source code of CanvasGraphics.prototype.setFillColor/setStrokeColor.
Ionuț G. Stan [Thu, 27 Oct 2011 00:08:11 +0000 (03:08 +0300)]
Close path in `closeFillStroke` and `closeEOFillStroke`
See Chapter 4, page 230, Table 4.10 of the PDF specification.
Ionuț G. Stan [Wed, 26 Oct 2011 23:47:18 +0000 (02:47 +0300)]
Fix strict mode syntax error in Safari
This happens in Safari 5.1 and Mobile Safari on iOS 5.
Apparently, Safari considers the function name as part of the ECMA's
FormalParameterList and applies the strict mode rules from section 13.1
of the specification.
> It is a SyntaxError if any Identifier value occurs more than once
> within a FormalParameterList of a strict mode
> FunctionDeclaration or FunctionExpression.
Artur Adib [Wed, 26 Oct 2011 19:10:58 +0000 (15:10 -0400)]
Merge branch 'refs/heads/master' into filesplit
Conflicts:
pdf.js
Artur Adib [Wed, 26 Oct 2011 18:46:57 +0000 (14:46 -0400)]
PDF --> PDFJS, global wrapper named
Artur Adib [Wed, 26 Oct 2011 16:11:29 +0000 (12:11 -0400)]
git-ignore extensions/firefox/content/
Artur Adib [Wed, 26 Oct 2011 15:30:39 +0000 (11:30 -0400)]
make test: Do not require build
Artur Adib [Wed, 26 Oct 2011 15:20:22 +0000 (11:20 -0400)]
BUILD_TARGET; 'make' works now; README update
Artur Adib [Wed, 26 Oct 2011 03:07:30 +0000 (23:07 -0400)]
README - make bundle
Artur Adib [Wed, 26 Oct 2011 02:51:08 +0000 (22:51 -0400)]
Lint
Artur Adib [Wed, 26 Oct 2011 01:31:35 +0000 (21:31 -0400)]
Nit
Artur Adib [Wed, 26 Oct 2011 01:29:51 +0000 (21:29 -0400)]
Fixed tests
Artur Adib [Wed, 26 Oct 2011 01:18:22 +0000 (18:18 -0700)]
'use strict' everywhere
Artur Adib [Wed, 26 Oct 2011 00:38:28 +0000 (17:38 -0700)]
nit
Artur Adib [Wed, 26 Oct 2011 00:22:45 +0000 (17:22 -0700)]
Production scripts
Artur Adib [Tue, 25 Oct 2011 22:44:00 +0000 (15:44 -0700)]
Missed new file
Artur Adib [Tue, 25 Oct 2011 22:43:41 +0000 (15:43 -0700)]
Viewer working with dev version
Artur Adib [Tue, 25 Oct 2011 19:36:43 +0000 (12:36 -0700)]
Nit
Artur Adib [Tue, 25 Oct 2011 18:18:57 +0000 (11:18 -0700)]
redundant include
Artur Adib [Tue, 25 Oct 2011 17:53:18 +0000 (10:53 -0700)]
hello world fixed
Artur Adib [Tue, 25 Oct 2011 17:44:15 +0000 (10:44 -0700)]
minor
Artur Adib [Tue, 25 Oct 2011 17:43:28 +0000 (10:43 -0700)]
Linting
Artur Adib [Tue, 25 Oct 2011 17:35:15 +0000 (10:35 -0700)]
make web works!
Artur Adib [Tue, 25 Oct 2011 17:21:35 +0000 (10:21 -0700)]
Fix extension
Artur Adib [Tue, 25 Oct 2011 17:16:20 +0000 (10:16 -0700)]
Only one worker file, bundled in pdf.js
Artur Adib [Tue, 25 Oct 2011 16:10:56 +0000 (09:10 -0700)]
Progress
Chris Jones [Tue, 25 Oct 2011 01:58:12 +0000 (18:58 -0700)]
Merge pull request #699 from kkujala/dev
Fix strict js warnings.
Chris Jones [Tue, 25 Oct 2011 01:27:49 +0000 (18:27 -0700)]
Merge pull request #689 from vingtetun/jpx2000-donotcrash
Do not stop rendering on filter JPXdecode
Artur Adib [Tue, 25 Oct 2011 01:13:12 +0000 (18:13 -0700)]
make pdfjs
Artur Adib [Mon, 24 Oct 2011 23:55:23 +0000 (16:55 -0700)]
Splitting files
Kalervo Kujala [Mon, 24 Oct 2011 19:52:37 +0000 (22:52 +0300)]
Fix strict js wanings.
Artur Adib [Mon, 24 Oct 2011 18:35:26 +0000 (11:35 -0700)]
Merge pull request #698 from brendandahl/fixext
Fix extension and web builds
= [Mon, 24 Oct 2011 18:24:00 +0000 (11:24 -0700)]
Fix extension and web builds
Artur Adib [Mon, 24 Oct 2011 17:40:36 +0000 (10:40 -0700)]
Update README.md
Vivien Nicolas [Mon, 24 Oct 2011 08:33:23 +0000 (10:33 +0200)]
TODO's all unknown filters
vingtetun [Fri, 21 Oct 2011 23:49:25 +0000 (16:49 -0700)]
Merge pull request #692 from brendandahl/integration
Web worker integration (disabled by default)
= [Fri, 21 Oct 2011 23:32:35 +0000 (16:32 -0700)]
Fix lint error.
= [Fri, 21 Oct 2011 22:56:10 +0000 (15:56 -0700)]
Addressing Vivian's comments.
= [Fri, 21 Oct 2011 16:56:28 +0000 (09:56 -0700)]
Remove debugger
= [Fri, 21 Oct 2011 16:55:24 +0000 (09:55 -0700)]
Merge remote-tracking branch 'origin/integration' into integration
= [Fri, 21 Oct 2011 16:06:08 +0000 (09:06 -0700)]
Merge remote-tracking branch 'upstream/master' into integration
Brendan Dahl [Fri, 21 Oct 2011 15:59:10 +0000 (08:59 -0700)]
Merge pull request #1 from jviereck/integration
Integration
Julian Viereck [Fri, 21 Oct 2011 07:42:44 +0000 (09:42 +0200)]
Fix imageObj.imageMask bug from merge
= [Thu, 20 Oct 2011 23:59:59 +0000 (16:59 -0700)]
Removing all console logs.
= [Thu, 20 Oct 2011 23:56:30 +0000 (16:56 -0700)]
Merge upstream/master.
Chris Jones [Thu, 20 Oct 2011 23:43:08 +0000 (16:43 -0700)]
Merge pull request #685 from kkujala/master
Refactor duplicate code in getTwoDimCode function.
Chris Jones [Thu, 20 Oct 2011 23:08:40 +0000 (16:08 -0700)]
Merge pull request #686 from vingtetun/offscreen
Make firstrun looks faster
vingtetun [Thu, 20 Oct 2011 22:10:22 +0000 (15:10 -0700)]
Merge pull request #691 from kkujala/dev
Fix strict javascript warning in CanvasGraphics.
Kalervo Kujala [Thu, 20 Oct 2011 20:56:23 +0000 (23:56 +0300)]
Fix strict javascript warning in CanvasGraphics.
= [Thu, 20 Oct 2011 20:54:39 +0000 (13:54 -0700)]
Refactor TilingPattern to be more similar to the
other IR patterns.
= [Thu, 20 Oct 2011 19:18:24 +0000 (12:18 -0700)]
Rename JpegStreamIr to just JpegImage since it isn't
an IR.
= [Thu, 20 Oct 2011 19:13:18 +0000 (12:13 -0700)]
Move remaining worker.js code into pdf.js.
= [Thu, 20 Oct 2011 18:47:13 +0000 (11:47 -0700)]
Fix setting the font from graphics state. Fix
setting other graphical state params.
= [Thu, 20 Oct 2011 17:01:25 +0000 (10:01 -0700)]
Fix merge problem with argsArray/fnArray.
Vivien Nicolas [Thu, 20 Oct 2011 16:52:04 +0000 (18:52 +0200)]
Do not stop rendering on filter JPXdecode
vingtetun [Thu, 20 Oct 2011 15:52:04 +0000 (08:52 -0700)]
Merge pull request #688 from notmasteryet/tree-35
Add cidmaps.js in Makefile
notmasteryet [Thu, 20 Oct 2011 12:07:24 +0000 (07:07 -0500)]
Add cidmaps.js for Makefile
Vivien Nicolas [Wed, 19 Oct 2011 20:14:34 +0000 (22:14 +0200)]
Make firstrun looks faster
Kalervo Kujala [Wed, 19 Oct 2011 19:58:03 +0000 (22:58 +0300)]
Refactor duplicate code in getTwoDimCode function.
Also reuse the existing findTableCode function for it.
= [Wed, 19 Oct 2011 19:42:33 +0000 (12:42 -0700)]
Remove WorkerPage.
Kalervo Kujala [Wed, 19 Oct 2011 18:28:03 +0000 (21:28 +0300)]
Merge remote-tracking branch 'upstream/master'
= [Wed, 19 Oct 2011 18:14:13 +0000 (11:14 -0700)]
Initial merge of master.
= [Wed, 19 Oct 2011 18:09:17 +0000 (11:09 -0700)]
Initial merge with master
vingtetun [Wed, 19 Oct 2011 14:17:08 +0000 (07:17 -0700)]
Merge pull request #684 from vingtetun/master
Add a 'download' button
Vivien Nicolas [Wed, 19 Oct 2011 14:17:02 +0000 (16:17 +0200)]
fix spacing issue (lint)
Vivien Nicolas [Wed, 19 Oct 2011 04:29:14 +0000 (06:29 +0200)]
Make the 'download' button behavior more robust
Vivien Nicolas [Wed, 19 Oct 2011 01:20:50 +0000 (03:20 +0200)]
Add a download button in case the extension is not enough
notmasteryet [Wed, 19 Oct 2011 01:11:48 +0000 (18:11 -0700)]
Merge pull request #679 from vingtetun/extension_2
Fix reload based on the discovery of #666
vingtetun [Wed, 19 Oct 2011 01:08:17 +0000 (18:08 -0700)]
Merge pull request #677 from kkujala/test
Fix javascript strict warnings in driver.js.
notmasteryet [Wed, 19 Oct 2011 01:05:57 +0000 (18:05 -0700)]
Merge pull request #683 from vingtetun/master
Fix issue #681
Vivien Nicolas [Tue, 18 Oct 2011 21:39:26 +0000 (23:39 +0200)]
Use 'hidden' instead of display: none
Vivien Nicolas [Tue, 18 Oct 2011 19:40:59 +0000 (21:40 +0200)]
Use 'hidden' instead of display: none
Vivien Nicolas [Tue, 18 Oct 2011 19:35:13 +0000 (21:35 +0200)]
Merge remote branch 'upstream/master'
vingtetun [Tue, 18 Oct 2011 19:34:08 +0000 (12:34 -0700)]
Merge pull request #665 from notmasteryet/viewlink
Adds "bookmark" icon and fixes scale/ current page number issues
Vivien Nicolas [Tue, 18 Oct 2011 19:30:12 +0000 (21:30 +0200)]
Merge remote branch 'upstream/master'