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
|
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
|
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
|
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 |
|