aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.droppable.js
Commit message (Expand)AuthorAgeFilesLines
* Fix various coding style issuesJörn Zaefferer2013-11-131-2/+2
* Droppable: update ddmanager when scope changes through setOption. Fixed #9287...Andrei Picus2013-10-291-6/+20
* Droppable: Moved isOverAxis() into $.ui.intersect().Scott González2013-10-241-21/+22
* Droppable: Style guide conformance.Steven Luscher2013-05-291-116/+116
* Droppable: Defer querying of offsetWidth and offsetHeight until they're requi...Steven Luscher2013-05-291-11/+28
* Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-201-1/+1
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-3/+3
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+1
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-1/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+1
* Droppable: Changed drop event to loop over a copied array instead of the drop...Zaven Muradyan2013-02-261-1/+2
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-021-1/+8
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-23/+23
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
* Droppable: Added missing semicolon.Scott González2012-12-061-1/+1
* Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui....Scott González2012-12-061-1/+5
* Dev: Make droppable pass JSHint with no local settings overridesMike Sherov2012-11-171-71/+135
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-6/+6
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ...Mike Sherov2012-10-311-2/+0
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ...Mike Sherov2012-10-301-20/+24
* Updated docs URLS.Scott González2012-09-261-1/+1
* Droppable: greedy children now consider only parents with same scope as paren...Philipp Benjamin Köppchen2012-08-291-1/+6
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Droppable: Fixed destroy method.Scott González2012-05-241-7/+2
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009...Michael P. Jung2011-11-211-1/+1
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-4/+1
* Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...kborchers2011-05-271-0/+11
* Droppable: enabled and accepting droppables are now activated prior to evalua...Marcel Toele2011-03-111-2/+2
* Updated copyright year.Scott González2011-01-171-1/+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
* Droppable: Adjust fit tolerance to allow dropping an element exactly the same...Scott González2010-07-061-2/+2
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* cleaning up dependency listingsJörn Zaefferer2010-02-031-2/+1
* $.ui.ddmanager.drop() now works properly for nested droppables.Scott González2010-01-281-1/+1
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-13/+13
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+284