Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Droppable: Style guide conformance. | Steven Luscher | 2013-05-29 | 1 | -116/+116 |
| | |||||
* | Droppable: Defer querying of offsetWidth and offsetHeight until they're ↵ | Steven Luscher | 2013-05-29 | 1 | -11/+28 |
| | | | | required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow. | ||||
* | Interactions: Fixed an off-by-one error in isOverAxis. | David Hansen | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 1 | -3/+3 |
| | | | | widget implementations. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -1/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+1 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Droppable: Changed drop event to loop over a copied array instead of the ↵ | Zaven Muradyan | 2013-02-26 | 1 | -1/+2 |
| | | | | droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Interactions: Update widget defaults to match documented API. | Mike Sherov | 2013-01-02 | 1 | -1/+8 |
| | |||||
* | All: Convert single quotes to double quotes. | Mike Sherov | 2012-12-25 | 1 | -23/+23 |
| | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Droppable: Added missing semicolon. | Scott González | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove ↵ | Scott González | 2012-12-06 | 1 | -1/+5 |
| | | | | $.ui.isOver() and $.ui.isOverAxis(). | ||||
* | Dev: Make droppable pass JSHint with no local settings overrides | Mike Sherov | 2012-11-17 | 1 | -71/+135 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -6/+6 |
| | |||||
* | Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵ | Mike Sherov | 2012-10-31 | 1 | -2/+0 |
| | | | | test suite to pass | ||||
* | Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵ | Mike Sherov | 2012-10-30 | 1 | -20/+24 |
| | | | | test suite to pass | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Droppable: greedy children now consider only parents with same scope as ↵ | Philipp Benjamin Köppchen | 2012-08-29 | 1 | -1/+6 |
| | | | | parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Droppable: Fixed destroy method. | Scott González | 2012-05-24 | 1 | -7/+2 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Droppable: Make sure._drop is called for all relevant droppables. Fixes ↵ | Michael P. Jung | 2011-11-21 | 1 | -1/+1 |
| | | | | #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. | ||||
* | 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 |