Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Mouse: tie the preventClickEvent property to the event target, not the ↵ | awgy | 2010-11-09 | 1 | -3/+7 |
| | | | | container. Fixes #4752 - link event firing on sortable with connect list | ||||
* | Mouse: better check for not IE9 or greater in case mode was set by ↵ | Richard D. Worth | 2010-10-15 | 1 | -1/+1 |
| | | | | X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec. | ||||
* | 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 |
| | | | | 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9. | ||||
* | Mouse: Always call event.preventDefault() in _mouseDown if we've met the ↵ | Scott González | 2010-10-13 | 1 | -5/+1 |
| | | | | starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors. | ||||
* | 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 ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -9/+7 |
| | | | | menu; including menu static tests). | ||||
* | Mouse: Don't prevent text selection in IE. | Scott González | 2009-12-29 | 1 | -10/+0 |
| | | | | | | Fixes #4773 - Enable text selection in Internet Explorer. Patch provided by stakach. | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+163 |
Fixes #5023 - Split mouse code into its own file. |