| Commit message (Expand) | Author | Age | Files | Lines |
* | Dev: make sure all files can pass JSHint! | Mike Sherov | 2012-11-09 | 1 | -7/+7 |
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 1 | -1/+1 |
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 1 | -1/+1 |
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
* | Mouse: Don't try to unbind delegated event handlers if they don't exist. Fixe... | Scott González | 2012-07-31 | 1 | -3/+5 |
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
* | Don't use :input selector. | Scott González | 2012-05-21 | 1 | -1/+1 |
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -3/+3 |
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -1/+1 |
* | Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro... | Scott González | 2012-03-19 | 1 | -0/+3 |
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
* | Use hard tabs for indentation consistently | Trey Hunner | 2012-02-27 | 1 | -2/+2 |
* | Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of '... | Scott González | 2012-02-12 | 1 | -8/+8 |
* | Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName.... | Scott González | 2011-08-09 | 1 | -1/+3 |
* | Mouse: Changed mouseHandled check to a local var rather than using originalEv... | kborchers | 2011-08-02 | 1 | -4/+8 |
* | Revert "Mouse: Changed mouseHandled check to a local var rather than using or... | Scott González | 2011-08-01 | 1 | -8/+4 |
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi... | Scott González | 2011-05-28 | 1 | -0/+1 |
* | Mouse: Optimize the cancel locator, works around a bug where .add(event.targe... | Jay Merrifield | 2011-05-26 | 1 | -1/+1 |
* | Mouse: Changed mouseHandled check to a local var rather than using originalEv... | kborchers | 2011-05-09 | 1 | -4/+8 |
* | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ... | awgy | 2011-02-05 | 1 | -0/+5 |
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
* | Mouse: tie the preventClickEvent property to the event target, not the contai... | awgy | 2010-11-09 | 1 | -3/+7 |
* | Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compa... | Richard D. Worth | 2010-10-15 | 1 | -1/+1 |
* | changed jQuery to $ in last commit for consistency | Richard D. Worth | 2010-10-14 | 1 | -1/+1 |
* | Mouse: Limit mouseup out of window check to only versions of IE earlier than ... | Richard D. Worth | 2010-10-14 | 1 | -1/+1 |
* | Mouse: Always call event.preventDefault() in _mouseDown if we've met the star... | Scott González | 2010-10-13 | 1 | -5/+1 |
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
* | Updated copyright headers to make it clear that you can choose between MIT an... | Scott González | 2010-07-09 | 1 | -3/+3 |
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m... | Scott González | 2010-01-07 | 1 | -9/+7 |
* | Mouse: Don't prevent text selection in IE. | Scott González | 2009-12-29 | 1 | -10/+0 |
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+163 |