|
72211a47bd
|
Update the event object with normalized deltaX and deltaY. Add
deltaFactor to the event object.
|
2013-11-13 13:23:30 -05:00 |
|
|
278e99f849
|
Attempt to better handle multiple devices that give a different
lowestDelta value
|
2013-11-13 12:32:29 -05:00 |
|
|
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 |
|
|
36ece575ac
|
Do not fire the event if there is no change in deltaX and deltaY
|
2013-11-13 12:21:46 -05:00 |
|
|
b1a07617f2
|
Clean up the various delta conditionals a bit
|
2013-11-13 10:51:32 -05:00 |
|
|
ced8a7b3b8
|
Bumping version to 3.1.5-pre
|
2013-11-13 08:50:27 -05:00 |
|
|
f2f3005228
|
Merge pull request #79 from kyleguate/patch-1
Update README.markdown
|
2013-11-08 10:57:04 -08:00 |
|
|
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 |
|
|
55eb3d0ccd
|
bump version to 3.1.4
|
2013-10-18 18:53:28 -05:00 |
|
|
caab062e7d
|
update the ChangeLog for upcoming new version
|
2013-10-18 18:52:41 -05:00 |
|
|
2d87181a08
|
update readme
|
2013-10-18 18:52:17 -05:00 |
|
|
4eaa06e550
|
Support for geckos older axis interface
|
2013-10-18 18:48:37 -05:00 |
|
|
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 |
|
|
5e473a377a
|
formatting changes
|
2013-10-18 18:47:43 -05:00 |
|
|
215019ee42
|
update version to 3.1.4-pre
|
2013-10-18 18:46:53 -05:00 |
|
|
75dddb776b
|
Fix the position of the logger in the test
|
2013-10-18 11:00:11 -05:00 |
|
|
125bba8a0a
|
Include the jquery version in the header of the test. Can change this with ?v=1.2.2
|
2013-10-18 11:00:11 -05:00 |
|
|
cf764523d5
|
Merge pull request #76 from XhmikosR/master
Update Gruntfile.js.
|
2013-10-18 09:00:01 -07:00 |
|
|
ac59cbd3af
|
Update Gruntfile.js.
* remove unneeded variable
* move jshint first
* update uglify-js options
|
2013-10-18 18:49:07 +03:00 |
|
|
a3eccd481f
|
Merge pull request #75 from XhmikosR/master
Update README.markdown.
|
2013-10-18 08:44:02 -07:00 |
|
|
d5b6f9eb36
|
Update README.markdown.
Use the new GitHub "io" domain.
|
2013-10-18 18:42:06 +03:00 |
|
|
7246c14e0e
|
include bower package manager support
|
2013-10-18 10:37:25 -05:00 |
|
|
c61e8d55bb
|
Include jam package manager support
|
2013-10-18 10:36:56 -05:00 |
|
|
d3f6b0d677
|
include require as a global as well as define
|
2013-10-18 10:36:50 -05:00 |
|
|
a6e8b73e45
|
Merge pull request #61 from XhmikosR/master
various
|
2013-10-18 08:17:42 -07:00 |
|
|
b1dad433fb
|
Normalize .jshintrc.
|
2013-09-10 10:49:02 +03:00 |
|
|
c60712d150
|
Gruntfile.js: Fix JSHint issues.
|
2013-09-10 10:48:18 +03:00 |
|
|
d6941b9ed7
|
Fix loading JSHint options.
|
2013-09-10 10:47:38 +03:00 |
|
|
26b1117f94
|
Use single quotes consistently.
|
2013-09-10 10:37:42 +03:00 |
|
|
9602df3f70
|
Update docs.
Use code syntax in more places and link to jquery.
|
2013-09-10 10:31:39 +03:00 |
|
|
ad29b7e870
|
Update dependencies.
|
2013-09-10 10:31:10 +03:00 |
|
|
d0b926b80b
|
Normalize package.json and add missing properties.
Also refactor the properties in a more sane way.
|
2013-09-10 10:31:10 +03:00 |
|
|
61d8ef3605
|
bump version to 3.1.3
|
2013-03-12 17:37:02 -05:00 |
|
|
527edc4d24
|
add MozMousePixelScroll to the fixed events list
|
2013-03-13 00:28:08 +04:00 |
|
|
0a0f7c47bf
|
update changelog
|
2013-03-12 09:27:28 -05:00 |
|
|
a450a11a02
|
bump version to 3.1.2
|
2013-03-12 09:26:05 -05:00 |
|
|
479b8310ff
|
include support for browserify
|
2013-03-12 09:21:08 -05:00 |
|
|
77551b1a94
|
use grunt for jshint and uglify
|
2013-03-11 21:17:08 -05:00 |
|
|
22041497ff
|
Merge remote-tracking branch 'XhmikosR/master'
|
2013-03-11 19:32:57 -05:00 |
|
|
2b709224ad
|
Merge pull request #37 from adunkman/master
Updated README to point to Github pages
|
2013-03-11 17:10:29 -07:00 |
|
|
383a1a3a67
|
Add JSHint support.
Add package.json with check and lint commands to run jshint using .jshintrc.
|
2013-02-24 13:55:20 +02:00 |
|
|
dab02a5542
|
README.markdown: use more Markdown syntax.
use the relative link to LICENSE.txt and break a very long line.
|
2013-02-24 13:55:20 +02:00 |
|
|
99173ec0ec
|
ChangeLog.markdown: switch to h2 for the versions and use more Markdown syntax
|
2013-02-24 13:55:20 +02:00 |
|
|
571ec7e0c8
|
jquery.mousewheel.js: keep the style consistent
|
2013-02-24 13:55:03 +02:00 |
|
|
3386135c0c
|
test/index.html:
* remove unneeded type="text/javascript"
* specify charset="iso-8859-1" and lang="en"
|
2013-02-24 13:55:03 +02:00 |
|
|
25fb173d43
|
LICENSE.txt: bump copyright year
|
2013-02-24 13:55:03 +02:00 |
|
|
746a5346d5
|
Bumping version to 3.1.1
|
2013-02-23 18:16:53 -06:00 |
|
|
4b3f1b73b2
|
fix rounding issue when delta is less than 0
|
2013-02-23 18:12:57 -06:00 |
|
|
2e2dc57aaa
|
Use new wheel event if available (fixes Firefox 17+ issues and adds horizontal support to IE9+)
Normalize the detal values
Support AMD loaders
Bump version to 3.1.0 and update copyright
|
2013-02-22 09:48:58 -06:00 |
|
|
7b08e4ba4b
|
Updating test to make it easier to test against multiple versions of jQuery
|
2013-02-22 09:47:31 -06:00 |
|