]>
git.parisson.com Git - pdf.js.git/log
notmasteryet [Thu, 16 Feb 2012 00:40:41 +0000 (18:40 -0600)]
Rewrite predictor code to avoid writing into subarrays.
Brendan Dahl [Tue, 14 Feb 2012 17:05:21 +0000 (09:05 -0800)]
Merge pull request #1173 from notmasteryet/tree-66
Fixes browsers minimal font limitations
notmasteryet [Tue, 14 Feb 2012 13:04:15 +0000 (05:04 -0800)]
Merge pull request #1204 from anapple/chromium-fun
Make chrome extensions compatible with latest API changes.
Lucas Stadler [Tue, 14 Feb 2012 10:47:03 +0000 (11:47 +0100)]
Update instructions for installing the chrome extension.
Julian Viereck [Tue, 14 Feb 2012 07:02:40 +0000 (23:02 -0800)]
Merge pull request #1209 from notmasteryet/tree-75
Add gif as known mime type for `make server`
notmasteryet [Tue, 14 Feb 2012 04:35:42 +0000 (22:35 -0600)]
Add bugzill reference, reducing to 1px size
notmasteryet [Tue, 14 Feb 2012 03:12:55 +0000 (21:12 -0600)]
Reducing min font size to 2; rearranging fontSizeScale logic
notmasteryet [Tue, 14 Feb 2012 03:07:05 +0000 (19:07 -0800)]
Merge pull request #1179 from gigaherz/sidebar-pinning
Implement sidebar pinning
notmasteryet [Tue, 14 Feb 2012 02:45:51 +0000 (20:45 -0600)]
scale line width; set min font size to 8
notmasteryet [Tue, 14 Feb 2012 02:33:33 +0000 (20:33 -0600)]
Add gif as known mime type for `make server`
Lucas Stadler [Mon, 13 Feb 2012 19:23:31 +0000 (20:23 +0100)]
Make chrome extensions compatible with latest API changes.
That is, webRequest is no longer experimental and so it's easier
to start (without --enable-experimental-extension-apis).
gigaherz [Mon, 13 Feb 2012 17:13:53 +0000 (18:13 +0100)]
Make the pin icons glow a bit.
gigaherz [Mon, 13 Feb 2012 08:35:46 +0000 (09:35 +0100)]
Merge branch 'master' of git://github.com/mozilla/pdf.js into sidebar-pinning
gigaherz [Mon, 13 Feb 2012 08:35:11 +0000 (09:35 +0100)]
Add png to the mime types.
Artur Adib [Sat, 11 Feb 2012 00:14:32 +0000 (16:14 -0800)]
Merge pull request #1198 from notmasteryet/tree-71
Using sans-serif instead of loaded fonts; fix IE9 dataset shim
gigaherz [Fri, 10 Feb 2012 19:35:42 +0000 (20:35 +0100)]
Forgot to lower a bit the outline view.
gigaherz [Fri, 10 Feb 2012 19:27:59 +0000 (20:27 +0100)]
(I hate myself right now) Reduce pointless differences from the original code.
gigaherz [Fri, 10 Feb 2012 19:25:36 +0000 (20:25 +0100)]
Whoops.
gigaherz [Fri, 10 Feb 2012 19:21:55 +0000 (20:21 +0100)]
Got rid of the "released" class and made the pin icon depend on the sidebar state.
notmasteryet [Fri, 10 Feb 2012 18:55:11 +0000 (12:55 -0600)]
Using sans-serif instead of loaded fonts; fix IE9 dataset compatibility shim
gigaherz [Fri, 10 Feb 2012 16:34:38 +0000 (17:34 +0100)]
No need to be paranoid, the code isn't going to contain both classes at once unless someone messes up, and then it's not my fault.
gigaherz [Fri, 10 Feb 2012 16:22:06 +0000 (17:22 +0100)]
Changed class management to use the classList collection instead of regex.
Fixed a bug where it wouldn't react to the first click.
gigaherz [Thu, 9 Feb 2012 16:34:26 +0000 (17:34 +0100)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into sidebar-pinning
notmasteryet [Wed, 8 Feb 2012 23:19:15 +0000 (15:19 -0800)]
Merge pull request #1193 from brendandahl/amo2
Unload the pdfstreamconverter on shutdown.
Brendan Dahl [Wed, 8 Feb 2012 22:59:30 +0000 (14:59 -0800)]
Unload the pdfstreamconverter on shutdown.
Brendan Dahl [Wed, 8 Feb 2012 22:40:40 +0000 (14:40 -0800)]
Update README.md
notmasteryet [Wed, 8 Feb 2012 21:19:28 +0000 (13:19 -0800)]
Merge pull request #1192 from brendandahl/fixscript
Fix closing script tag.
Brendan Dahl [Wed, 8 Feb 2012 21:09:21 +0000 (13:09 -0800)]
Fix closing script tag.
Brendan Dahl [Wed, 8 Feb 2012 18:24:22 +0000 (10:24 -0800)]
Merge pull request #1189 from brendandahl/amobump
Fix version number for amo.
Brendan Dahl [Wed, 8 Feb 2012 18:20:54 +0000 (10:20 -0800)]
Fix version number for amo.
notmasteryet [Wed, 8 Feb 2012 17:59:55 +0000 (09:59 -0800)]
Merge pull request #1188 from brendandahl/amobump
Bump max firefox version.
Brendan Dahl [Wed, 8 Feb 2012 17:23:38 +0000 (09:23 -0800)]
Bump max firefox version.
notmasteryet [Wed, 8 Feb 2012 13:40:20 +0000 (05:40 -0800)]
Merge pull request #1157 from arturadib/issue1133
Implement Lab colorspace
notmasteryet [Wed, 8 Feb 2012 05:46:24 +0000 (21:46 -0800)]
Merge pull request #1184 from brendandahl/amo2
Address AMO Review Concerns Round 2
Brendan Dahl [Wed, 8 Feb 2012 01:54:40 +0000 (17:54 -0800)]
Fix some nits.
notmasteryet [Wed, 8 Feb 2012 01:14:58 +0000 (17:14 -0800)]
Optimization: don't scale when parameter is 1.0
Brendan Dahl [Wed, 8 Feb 2012 00:44:03 +0000 (16:44 -0800)]
Switch to constant for max database length.
Brendan Dahl [Wed, 8 Feb 2012 00:39:07 +0000 (16:39 -0800)]
Make the add-on truly restartless.
Artur Adib [Tue, 7 Feb 2012 17:42:46 +0000 (09:42 -0800)]
Merge pull request #1181 from brendandahl/license
Add Artur and me to the license.
Brendan Dahl [Tue, 7 Feb 2012 17:39:56 +0000 (09:39 -0800)]
Add Artur and me to the license.
gigaherz [Tue, 7 Feb 2012 15:20:25 +0000 (16:20 +0100)]
More style fixes.
gigaherz [Tue, 7 Feb 2012 15:11:51 +0000 (16:11 +0100)]
Ran `make lint` and fixed the issues it complained about.
gigaherz [Tue, 7 Feb 2012 08:30:47 +0000 (09:30 +0100)]
Tiny issue with tabs/spaces in viewer.html
gigaherz [Tue, 7 Feb 2012 08:23:23 +0000 (09:23 +0100)]
Move code to the right place and give it a better style.
Highlight the background on hover.
Brendan Dahl [Tue, 7 Feb 2012 05:04:53 +0000 (21:04 -0800)]
Protect against a malicious setDatabase. Remove unneeded save data.
Artur Adib [Tue, 7 Feb 2012 00:11:52 +0000 (16:11 -0800)]
Merge remote-tracking branch 'mozilla/master' into issue1133
Conflicts:
src/util.js
test/test_manifest.json
Artur Adib [Tue, 7 Feb 2012 00:10:15 +0000 (16:10 -0800)]
isDefaultDecode(), as per reviewer comments
Brendan Dahl [Tue, 7 Feb 2012 00:06:18 +0000 (16:06 -0800)]
Better way to add custom event listener.
Brendan Dahl [Mon, 6 Feb 2012 21:23:18 +0000 (13:23 -0800)]
Throw exception for sync version. Don't use const.
gigaherz [Sun, 5 Feb 2012 12:37:50 +0000 (13:37 +0100)]
Made the code somewhat cuter. Still totally wrong in concept.
notmasteryet [Sat, 4 Feb 2012 20:42:07 +0000 (14:42 -0600)]
Reducing MIN_FONT_SIZE size to 5px
gigaherz [Sat, 4 Feb 2012 20:13:12 +0000 (21:13 +0100)]
Quick & dirty sidebar pinning.
notmasteryet [Sat, 4 Feb 2012 18:45:18 +0000 (12:45 -0600)]
Browser minimal font adjustment
Brendan Dahl [Sat, 4 Feb 2012 00:49:44 +0000 (16:49 -0800)]
Use services where possible.
Brendan Dahl [Sat, 4 Feb 2012 00:25:57 +0000 (16:25 -0800)]
Merge pull request #1166 from notmasteryet/ftp
FTP protocol support (#1165)
Brendan Dahl [Fri, 3 Feb 2012 19:22:50 +0000 (11:22 -0800)]
Merge pull request #1120 from arturadib/localStorage-fix
Fixes localStorage feature detection
Brendan Dahl [Fri, 3 Feb 2012 19:10:58 +0000 (11:10 -0800)]
Merge pull request #1106 from arturadib/issue-1049
fontMatrix parsing fix, setFont() supports negative sizes
notmasteryet [Fri, 3 Feb 2012 05:31:12 +0000 (23:31 -0600)]
Fixing test execution / relative URL protocol detection
notmasteryet [Fri, 3 Feb 2012 03:06:13 +0000 (21:06 -0600)]
FTP protocol support (#1165)
Brendan Dahl [Fri, 3 Feb 2012 02:47:19 +0000 (18:47 -0800)]
Merge pull request #1164 from notmasteryet/tree-63
Fix HTTP redirection for the extension
notmasteryet [Fri, 3 Feb 2012 01:18:09 +0000 (17:18 -0800)]
Merge pull request #1161 from jwagner79/ie9svg
IE9 SVG control images need viewport defined
notmasteryet [Fri, 3 Feb 2012 00:29:08 +0000 (18:29 -0600)]
Fix HTTP redirection for the extension
Jeff Wagner [Thu, 2 Feb 2012 20:33:28 +0000 (12:33 -0800)]
IE9 SVG images need viewport defined
Artur Adib [Wed, 1 Feb 2012 22:48:44 +0000 (17:48 -0500)]
Lab color space, closes #1133
Artur Adib [Wed, 1 Feb 2012 21:13:42 +0000 (16:13 -0500)]
LabCS infra: args passed OK
Artur Adib [Wed, 1 Feb 2012 21:04:12 +0000 (16:04 -0500)]
LabCS infra working
Brendan Dahl [Wed, 1 Feb 2012 20:24:31 +0000 (12:24 -0800)]
Merge pull request #1150 from arturadib/loading-icon
Show animated loading icon until page loads
Artur Adib [Wed, 1 Feb 2012 20:19:01 +0000 (15:19 -0500)]
CSS fix
Artur Adib [Wed, 1 Feb 2012 17:08:40 +0000 (12:08 -0500)]
Merge branch 'refs/heads/master' into localStorage-fix
Conflicts:
web/viewer.js
notmasteryet [Wed, 1 Feb 2012 12:40:22 +0000 (04:40 -0800)]
Merge pull request #1148 from arturadib/readXRefTable
Rewrite of readXRefTable [obj.js]
notmasteryet [Wed, 1 Feb 2012 12:33:51 +0000 (04:33 -0800)]
Merge pull request #1118 from brendandahl/amowarnings
Address AMO Review Concerns
Brendan Dahl [Wed, 1 Feb 2012 04:34:22 +0000 (20:34 -0800)]
Merge pull request #1151 from notmasteryet/sampled
implement sampled functions based on the PDF spec (part 2)
notmasteryet [Wed, 1 Feb 2012 02:19:44 +0000 (20:19 -0600)]
Fixing interpolation (continuation of #1143)
Brendan Dahl [Wed, 1 Feb 2012 01:53:54 +0000 (17:53 -0800)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into amowarnings
Brendan Dahl [Wed, 1 Feb 2012 01:53:42 +0000 (17:53 -0800)]
Address review concerns.
Artur Adib [Tue, 31 Jan 2012 21:53:54 +0000 (16:53 -0500)]
Remove instead of hide icon
Artur Adib [Tue, 31 Jan 2012 21:49:48 +0000 (16:49 -0500)]
New version: show loading icon until page renders
Artur Adib [Tue, 31 Jan 2012 21:20:09 +0000 (16:20 -0500)]
Show animated loading icon if page renders slow
Artur Adib [Tue, 31 Jan 2012 21:03:52 +0000 (13:03 -0800)]
Merge pull request #1149 from arturadib/master
Updating bot references
Artur Adib [Tue, 31 Jan 2012 20:31:26 +0000 (15:31 -0500)]
Update README.md
Artur Adib [Tue, 31 Jan 2012 20:30:41 +0000 (12:30 -0800)]
Merge pull request #1135 from notmasteryet/tree-62
Fixing standard encoding mapping (bonus symbol encoding)
Artur Adib [Tue, 31 Jan 2012 18:20:05 +0000 (13:20 -0500)]
Merge branch 'refs/heads/master' into issue-1049
Conflicts:
src/canvas.js
Artur Adib [Tue, 31 Jan 2012 15:57:32 +0000 (10:57 -0500)]
Lint
Artur Adib [Tue, 31 Jan 2012 15:50:30 +0000 (10:50 -0500)]
Remove debugging line
Artur Adib [Tue, 31 Jan 2012 15:49:06 +0000 (10:49 -0500)]
New readXRefTable, working
Artur Adib [Tue, 31 Jan 2012 14:57:12 +0000 (09:57 -0500)]
progress
Artur Adib [Tue, 31 Jan 2012 14:01:04 +0000 (09:01 -0500)]
readXRefTable rewrite, progress
notmasteryet [Tue, 31 Jan 2012 02:35:35 +0000 (18:35 -0800)]
Merge pull request #1122 from kkujala/refactor
Change throws to errors.
Artur Adib [Mon, 30 Jan 2012 14:24:49 +0000 (09:24 -0500)]
addressing reviewer comments, bug fix
Andreas Gal [Mon, 30 Jan 2012 09:38:28 +0000 (01:38 -0800)]
implement sampled functions based on the PDF spec
notmasteryet [Mon, 30 Jan 2012 02:54:04 +0000 (18:54 -0800)]
Merge pull request #1142 from andreasgal/master
rewrite cmyk to rgb conversion
Andreas Gal [Sun, 29 Jan 2012 23:05:26 +0000 (15:05 -0800)]
fix style and add var declaration
Kalervo Kujala [Sun, 29 Jan 2012 20:25:06 +0000 (22:25 +0200)]
Use JPX and JPEG in error messages.
Also throw in workerConsole.
Andreas Gal [Sun, 29 Jan 2012 19:09:33 +0000 (11:09 -0800)]
rewrite CMYK to RGB conversion
Kalervo Kujala [Sun, 29 Jan 2012 18:20:24 +0000 (20:20 +0200)]
Merge remote-tracking branch 'upstream/master' into refactor
notmasteryet [Sat, 28 Jan 2012 02:36:27 +0000 (20:36 -0600)]
Mapping well-known chars to the similar equivalents in the normal characters range
notmasteryet [Sat, 28 Jan 2012 00:53:05 +0000 (18:53 -0600)]
Fixing symbols encoding
Brendan Dahl [Fri, 27 Jan 2012 19:02:27 +0000 (11:02 -0800)]
Change name to reflect what it is now. Change GUID.
Brendan Dahl [Fri, 27 Jan 2012 18:53:37 +0000 (10:53 -0800)]
Fix url for thumbnail. (still not working 100)
Brendan Dahl [Fri, 27 Jan 2012 18:53:07 +0000 (10:53 -0800)]
Better way to listen to events and verify them.