Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix 'this.options is undefined' in sortable by using this instead of self | ornicar | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | sortable: don't call the base widget _setOption for disabled to avoid the ↵ | Richard D. Worth | 2010-04-09 | 1 | -0/+12 |
| | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class | ||||
* | Sortable: Fixed a bug with over/out events and connected draggables. | Scott González | 2010-03-16 | 1 | -2/+5 |
| | | | | Fixes #5346 - over and out events not triggered when draggable connected with single (non-nested) sortable. | ||||
* | reverted r3888 un-fixing #5322 for now as trunk is in release candidate ↵ | Richard Worth | 2010-03-11 | 1 | -2/+2 |
| | | | | state - only criticals and blockers should be fixed until 1.8 is final | ||||
* | sortable: fixed #5322 (helper position weird when axis was used, fixes ↵ | Paul Bakaus | 2010-03-11 | 1 | -2/+2 |
| | | | | sortable tabs demo) | ||||
* | Sortable: Only trigger over event when changing the current container. | Scott González | 2010-02-20 | 1 | -2/+2 |
| | | | | Fixes #5111 - 1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover. | ||||
* | Fixed event prefix in all plugins that don't use the default prefix. | Scott González | 2010-02-05 | 1 | -2/+2 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -28/+28 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+2 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | Sortable: add missed self. in uiHash. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+1050 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |