Commit Graph
113 Commits
Author SHA1 Message Date
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
Brandon Aaron aa8b08ea45 fix logger position in IE6 2013-11-14 12:50:28 -05:00
Brandon Aaron a5b631aa91 Update grunt connect config 2013-11-14 12:00:24 -05:00
Brandon Aaron ef315943df Add grunt-contrib-connect 2013-11-14 12:00:16 -05:00
Brandon Aaron 599dcf3096 Fix how delta is set when deltaY and deltaX has a value 2013-11-14 11:57:19 -05:00
Brandon Aaron f928bbe52a Update the readme 2013-11-13 13:33:53 -05:00
Brandon Aaron c4ee6f58c3 Update the changelog 2013-11-13 13:33:01 -05:00
Brandon Aaron 72211a47bd Update the event object with normalized deltaX and deltaY. Add
deltaFactor to the event object.
2013-11-13 13:23:30 -05:00
Brandon Aaron 278e99f849 Attempt to better handle multiple devices that give a different
lowestDelta value
2013-11-13 12:32:29 -05:00
Brandon Aaron 0e208577b4 Only look at the deltaY and deltaX for the lowestDelta and floor values
that are greater than or equal to 1
2013-11-13 12:23:18 -05:00
Brandon Aaron 36ece575ac Do not fire the event if there is no change in deltaX and deltaY 2013-11-13 12:21:46 -05:00
Brandon Aaron b1a07617f2 Clean up the various delta conditionals a bit 2013-11-13 10:51:32 -05:00
Brandon Aaron ced8a7b3b8 Bumping version to 3.1.5-pre 2013-11-13 08:50:27 -05:00
Brandon Aaron f2f3005228 Merge pull request #79 from kyleguate/patch-1
Update README.markdown
2013-11-08 10:57:04 -08:00
Kyle Klein 01cc911111 Update README.markdown
Replace 'bind' with 'on', since it is the "preferred" way to attach event handlers since jQuery 1.7
http://api.jquery.com/bind/
2013-11-08 10:31:21 -07:00
Brandon Aaron 55eb3d0ccd bump version to 3.1.4 2013-10-18 18:53:28 -05:00
Brandon Aaron caab062e7d update the ChangeLog for upcoming new version 2013-10-18 18:52:41 -05:00
Brandon Aaron 2d87181a08 update readme 2013-10-18 18:52:17 -05:00
Brandon Aaron 4eaa06e550 Support for geckos older axis interface 2013-10-18 18:48:37 -05:00
Brandon Aaron 78b2ef36cb always include the deltaY at a minimum even if the browser does not support scrolling on X and Y axis 2013-10-18 18:48:09 -05:00
Brandon Aaron 5e473a377a formatting changes 2013-10-18 18:47:43 -05:00