Dave Methvin
1299f364ca
Update license and regenerate the correct compressed version
2015-06-19 15:41:44 -04:00
Brandon Aaron
cc2c5d73ae
Merge pull request #125 from scottgonzalez/transfer
...
Transfer ownership to jQuery Foundation
2014-10-25 09:33:45 -04:00
Scott González
d6a305cf0e
Transfer ownership to jQuery Foundation
2014-10-23 11:00:13 -04:00
Brandon Aaron
c61913ebf5
bump the version to 3.1.12
2014-07-10 11:27:19 -04:00
Brandon Aaron
669312f499
Use the font-size of the element if the font-size of the parent is 0 and use 16 if both are 0 (applies when deltaMode is 1).
2014-07-10 11:22:35 -04:00
Brandon Aaron
aa6e7f4087
bump version to 3.1.12-pre
2014-07-10 11:09:36 -04:00
Brandon Aaron
3e155548ff
Merge pull request #112 from scottgonzalez/bower-license
...
Include LICENSE.txt in Bower
2014-07-10 09:51:25 -04:00
Scott González
7dfc7532d1
Include LICENSE.txt in Bower
...
Fixes #110
2014-06-10 07:46:22 -04:00
Brandon Aaron
0f395d8949
bump to 3.1.11 so all the package managers are on the same version
2014-04-09 14:26:18 -04:00
Brandon Aaron
f8635d1f13
did it again...
2014-04-09 14:24:13 -04:00
Brandon Aaron
1e98e69294
version 3.1.10
2014-04-09 14:21:44 -04:00
Brandon Aaron
215c5dd3cf
only jshint against src file
2014-04-09 13:35:38 -04:00
Brandon Aaron
dce320ae63
add minified source
2014-04-09 13:33:33 -04:00
Brandon Aaron
dc5128e503
update changlog
2014-04-09 13:30:51 -04:00
Brandon Aaron
9ad3d85fdf
clean up data when tearing down
2014-04-09 13:30:28 -04:00
Brandon Aaron
309077ffb6
make a setting for normalizing the offset and check that getBoundingClientRect function exists before trying to call it
2014-04-09 13:21:39 -04:00
Brandon Aaron
74bd0d0318
Merge remote-tracking branch 'chriscbrock/add-offset' into 3.1.x
...
* chriscbrock/add-offset:
Normalise offsetX and offsetY on the event
2014-04-09 13:15:17 -04:00
chriscbrock
36f7799fca
Normalise offsetX and offsetY on the event
...
According to the W3C Working Draft, offsetX and offsetY should be
relative to the padding edge of the target element. The only browser
using this convention is IE. Webkit uses the border edge, Opera uses the
content edge, and FireFox does not support the properties.
Normalizing to the border edge is easiest to do.
2014-02-20 09:21:39 +13:00
Brandon Aaron
821f4fde0b
update changelog
2014-02-19 11:38:44 -05:00
Brandon Aaron
09bb82c73c
Fix issue with line height calculation when using older versions of jQuery
2014-02-19 11:37:18 -05:00
Brandon Aaron
1b6db9d499
bump version to 3.1.10-pre
2014-02-19 11:37:18 -05:00
Brandon Aaron
87aa074958
missed a version again
2013-12-16 09:49:43 -05:00
Brandon Aaron
d55a79ef9f
Bumping to 3.1.9. Including a fix for the broken bower.json in 3.1.8 and
...
updates to the old delta handling code.
2013-12-16 09:24:00 -05:00
Brandon Aaron
0a7fe84811
Merge pull request #91 from jmeas/master
...
Update bower.json
2013-12-15 12:27:08 -08:00
James Smith
906ace7c6a
Update bower.json
2013-12-15 10:52:03 -05:00
Brandon Aaron
171976e5db
again with my indents
2013-12-14 14:55:00 -05:00
Brandon Aaron
3efd554e60
bump version to 3.1.8
2013-12-14 14:20:37 -05:00
Brandon Aaron
1690349398
update change log
2013-12-14 14:19:07 -05:00
Brandon Aaron
937799db29
fix comment
2013-12-14 14:17:39 -05:00
Brandon Aaron
89baea9c29
add scrolling test
2013-12-14 14:17:24 -05:00
Brandon Aaron
c7a2d66249
Fix the handling of older 120 based deltas.
2013-12-14 14:08:48 -05:00
Brandon Aaron
cafeaf9f4d
Bump version to 3.1.7 and update my info in a few places.
2013-12-14 13:32:06 -05:00
Brandon Aaron
85b84293c7
again with my indents
2013-12-13 10:35:41 -05:00
Brandon Aaron
5d771abbf2
Attempt to beter handle older browsers that use a wheelDelta based on 120
2013-12-13 09:22:13 -05:00
Brandon Aaron
41b980a423
fix my indents
2013-12-12 17:10:24 -05:00
Brandon Aaron
84f0578a39
can just use $ here
2013-12-12 14:48:58 -05:00
Brandon Aaron
17b6d369e3
offsetParent was not added until 1.2.6 and should probably continue support for 1.2.2 since this is going to be a bug fix release
2013-12-12 14:36:47 -05:00
Brandon Aaron
5aaaf69c5a
Better handle deltaModes 1 (scroll by lines) and 2 (scroll by pages).
2013-12-12 14:31:33 -05:00
Brandon Aaron
b6b3a70dba
Merge pull request #83 from XhmikosR/master
...
Update test/index.html
2013-11-18 09:39:54 -08:00
XhmikosR
932c3c52fe
test/index.html: put a few common properties together.
2013-11-18 18:14:47 +02:00
XhmikosR
5ad50175e1
test/index.html: remove unused variables.
2013-11-18 18:04:13 +02:00
XhmikosR
a2a365f504
test/index.html: move CSS before JS.
2013-11-18 17:58:46 +02:00
Brandon Aaron
7568a8e218
Merge pull request #80 from XhmikosR/master
...
Minor improvements
2013-11-18 07:34:29 -08:00
XhmikosR
0f09166ff0
Fix lint errors.
2013-11-15 20:39:32 +02:00
XhmikosR
055ba147b7
test/index.html: use code syntax.
2013-11-15 20:22:14 +02:00
XhmikosR
71b8776f40
Update ChangeLog.md.
...
Use more code syntax.
2013-11-15 20:22:14 +02:00
XhmikosR
db57eea62d
Update package.json.
...
Specify the files when installing.
2013-11-15 20:22:14 +02:00
XhmikosR
9f9dd2f18c
bower.json: sort ignores by name.
2013-11-15 20:22:14 +02:00
XhmikosR
29b6ddb903
test/index.html: minor JS improvements.
...
Remove unused variables, keep style consistent.
2013-11-15 20:22:14 +02:00
XhmikosR
0ff980513c
test/index.html: minor CSS improvements.
2013-11-15 20:04:39 +02:00