Commit Graph
75 Commits
Author SHA1 Message Date
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
Brandon Aaron 215019ee42 update version to 3.1.4-pre 2013-10-18 18:46:53 -05:00
Brandon Aaron 75dddb776b Fix the position of the logger in the test 2013-10-18 11:00:11 -05:00
Brandon Aaron 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
Brandon Aaron cf764523d5 Merge pull request #76 from XhmikosR/master
Update Gruntfile.js.
2013-10-18 09:00:01 -07:00
XhmikosR ac59cbd3af Update Gruntfile.js.
* remove unneeded variable
* move jshint first
* update uglify-js options
2013-10-18 18:49:07 +03:00
Brandon Aaron a3eccd481f Merge pull request #75 from XhmikosR/master
Update README.markdown.
2013-10-18 08:44:02 -07:00
XhmikosR d5b6f9eb36 Update README.markdown.
Use the new GitHub "io" domain.
2013-10-18 18:42:06 +03:00
Brandon Aaron 7246c14e0e include bower package manager support 2013-10-18 10:37:25 -05:00
Brandon Aaron c61e8d55bb Include jam package manager support 2013-10-18 10:36:56 -05:00
Brandon Aaron d3f6b0d677 include require as a global as well as define 2013-10-18 10:36:50 -05:00
Brandon Aaron a6e8b73e45 Merge pull request #61 from XhmikosR/master
various
2013-10-18 08:17:42 -07:00
XhmikosR b1dad433fb Normalize .jshintrc. 2013-09-10 10:49:02 +03:00
XhmikosR c60712d150 Gruntfile.js: Fix JSHint issues. 2013-09-10 10:48:18 +03:00
XhmikosR d6941b9ed7 Fix loading JSHint options. 2013-09-10 10:47:38 +03:00
XhmikosR 26b1117f94 Use single quotes consistently. 2013-09-10 10:37:42 +03:00
XhmikosR 9602df3f70 Update docs.
Use code syntax in more places and link to jquery.
2013-09-10 10:31:39 +03:00
XhmikosR ad29b7e870 Update dependencies. 2013-09-10 10:31:10 +03:00
XhmikosR 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
Brandon Aaron 61d8ef3605 bump version to 3.1.3 2013-03-12 17:37:02 -05:00
Dmitry Petrov 527edc4d24 add MozMousePixelScroll to the fixed events list 2013-03-13 00:28:08 +04:00
Brandon Aaron 0a0f7c47bf update changelog 2013-03-12 09:27:28 -05:00
Brandon Aaron a450a11a02 bump version to 3.1.2 2013-03-12 09:26:05 -05:00
Brandon Aaron 479b8310ff include support for browserify 2013-03-12 09:21:08 -05:00
Brandon Aaron 77551b1a94 use grunt for jshint and uglify 2013-03-11 21:17:08 -05:00
Brandon Aaron 22041497ff Merge remote-tracking branch 'XhmikosR/master' 2013-03-11 19:32:57 -05:00
Brandon Aaron 2b709224ad Merge pull request #37 from adunkman/master
Updated README to point to Github pages
2013-03-11 17:10:29 -07:00
XhmikosR 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
XhmikosR 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
XhmikosR 99173ec0ec ChangeLog.markdown: switch to h2 for the versions and use more Markdown syntax 2013-02-24 13:55:20 +02:00
XhmikosR 571ec7e0c8 jquery.mousewheel.js: keep the style consistent 2013-02-24 13:55:03 +02:00
XhmikosR 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
XhmikosR 25fb173d43 LICENSE.txt: bump copyright year 2013-02-24 13:55:03 +02:00
Brandon Aaron 746a5346d5 Bumping version to 3.1.1 2013-02-23 18:16:53 -06:00
Brandon Aaron 4b3f1b73b2 fix rounding issue when delta is less than 0 2013-02-23 18:12:57 -06:00
Brandon Aaron 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
Brandon Aaron 7b08e4ba4b Updating test to make it easier to test against multiple versions of jQuery 2013-02-22 09:47:31 -06:00
Andrew Dunkman 2b87032fad Updated README to point to github pages-hosted test file. 2012-08-20 13:04:55 -05:00
Brandon Aaron a06ef4e1a1 bump version to 3.0.6 2011-11-09 19:54:44 -06:00