aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.mouse.js
Commit message (Expand)AuthorAgeFilesLines
* Lint fixes.Scott González2012-04-021-3/+3
* A few lint fixes.Scott González2012-04-021-1/+1
* Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro...Scott González2012-03-191-0/+3
* Updated copyright year.Scott González2012-03-081-1/+1
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-2/+2
* Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of '...Scott González2012-02-121-8/+8
* Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....Scott González2011-08-091-1/+3
* Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-08-021-4/+8
* Revert "Mouse: Changed mouseHandled check to a local var rather than using or...Scott González2011-08-011-8/+4
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-0/+1
* Mouse: Optimize the cancel locator, works around a bug where .add(event.targe...Jay Merrifield2011-05-261-1/+1
* Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-05-091-4/+8
* Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ...awgy2011-02-051-0/+5
* Updated copyright year.Scott González2011-01-171-1/+1
* Mouse: tie the preventClickEvent property to the event target, not the contai...awgy2010-11-091-3/+7
* Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compa...Richard D. Worth2010-10-151-1/+1
* changed jQuery to $ in last commit for consistencyRichard D. Worth2010-10-141-1/+1
* Mouse: Limit mouseup out of window check to only versions of IE earlier than ...Richard D. Worth2010-10-141-1/+1
* Mouse: Always call event.preventDefault() in _mouseDown if we've met the star...Scott González2010-10-131-5/+1
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Happy New YearRichard Worth2010-01-201-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-9/+7
* Mouse: Don't prevent text selection in IE.Scott González2009-12-291-10/+0
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+163