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
XhmikosR
6748574434
Clean up .jshintrc.
2013-11-15 20:04:39 +02:00
XhmikosR
963d3a149a
package.json: cleanup.
2013-11-15 20:04:39 +02:00
XhmikosR
2e92c912f3
Update dependencies.
2013-11-15 20:04:39 +02:00
Brandon Aaron
8ef2a9a294
Bump version to 3.1.6
2013-11-15 12:59:13 -05:00
Brandon Aaron
5a4efc70c6
bump the version to 3.1.5
2013-11-15 12:46:49 -05:00
Brandon Aaron
cf9fffe545
update package.json
2013-11-15 12:41:08 -05:00
Brandon Aaron
db9b47511e
update Changelog
2013-11-15 12:39:30 -05:00
Brandon Aaron
8b68e8a234
add $.event.special.mousewheel.version
2013-11-15 12:38:37 -05:00
Brandon Aaron
a09b2aab12
fix description of scrolling west in the test
2013-11-15 09:26:04 -05:00
Brandon Aaron
187f0c93f3
rogue console statement
2013-11-15 07:56:28 -05:00
Brandon Aaron
90350fd5b5
include id in the log lines
2013-11-15 07:51:12 -05:00
Brandon Aaron
866dd5122a
Clean up the test and be sure to support jQuery 1.2.2
2013-11-15 07:47:34 -05:00
Brandon Aaron
adf892d7c0
update the readme with more information about the deltas
2013-11-14 15:51:15 -05:00