Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Droppable: Added dragStart and dragStop to ddmanager and call them from ↵ | kborchers | 2011-05-27 | 1 | -0/+11 |
| | | | | draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo | ||||
* | Droppable: enabled and accepting droppables are now activated prior to ↵ | Marcel Toele | 2011-03-11 | 1 | -2/+2 |
| | | | | evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+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 ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Droppable: Adjust fit tolerance to allow dropping an element exactly the ↵ | Scott González | 2010-07-06 | 1 | -2/+2 |
| | | | | same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature. | ||||
* | 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. | ||||
* | cleaning up dependency listings | Jörn Zaefferer | 2010-02-03 | 1 | -2/+1 |
| | |||||
* | $.ui.ddmanager.drop() now works properly for nested droppables. | Scott González | 2010-01-28 | 1 | -1/+1 |
| | | | | Fixes #5095 - Droppable body let revert a div on a valid 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 | -13/+13 |
| | | | | 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. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+284 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |