aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.sortable.js
Commit message (Expand)AuthorAgeFilesLines
* Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ...Martin Hoch2012-08-221-9/+11
* Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists d...Martin Hoch2012-08-221-1/+10
* Simplify licensing.Scott González2012-08-091-1/+1
* Sortable: Reset fromOutside property when canceling helper removal. Fixes #84...Baoju Yuan2012-07-161-0/+2
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Sortable: Remove workaround for Safari 3.Scott González2012-06-141-4/+4
* Sortable: calculating item positions on the fly and setting the direction var...Courthead2012-05-221-1/+2
* Sortable: Remove uses of self var; use that var.Scott González2012-05-091-41/+37
* Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bo...martinf552012-05-071-5/+5
* Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder d...Jason Moon2012-04-301-2/+2
* Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - j...Scott González2012-04-301-2/+3
* Revert "Sortable: modified the contents of placeholder to a single " ". ...Scott González2012-04-301-1/+1
* Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI...Bertjh2012-04-191-3/+2
* Sortable: Whitespace.Scott González2012-04-191-43/+43
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Sortable: modified the contents of placeholder to a single " ". Fixed #8...Bertjh2012-02-241-1/+1
* Sortable: Fixed destroy to remove instance from element. Fixes #8094 - .sorta...Scott González2012-02-021-1/+1
* Sortable: Added a variable to track if initialization is complete. Fixes #475...SpoonNZ2012-01-201-1/+5
* Sortable: replaced hard-coded sortable with this.widgetName, and removed line...Richard D. Worth2011-09-271-10/+9
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-4/+1
* Sortable: Changed to check the parent's length so that the dom position of th...kborchers2011-05-161-1/+1
* Bug fix for another use case, see comment by whittet here: http://bugs.jquery...whittet2011-04-271-1/+1
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-0/+4
* Sortable: Changed floating calculation to determine also whether items are be...michaelmwu2011-03-041-2/+2
* Sortable: Make sure we have a placeholder before trying to remove it during a...marcos.sousa2011-01-191-14/+16
* Sortable: pass a fake event object to _mouseUp on cancel. Fixes #5882 - UI.So...Scott González2011-01-191-1/+1
* Updated copyright year.Scott González2011-01-171-1/+1
* All: Use .toggleClass() instead of conditionally using .addClass() and .remov...Xavi2010-12-191-2/+1
* All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - De...Scott González2010-12-101-10/+10
* Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - s...Holger Rüprich2010-07-171-0/+4
* 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
* Fix 'this.options is undefined' in sortable by using this instead of selfornicar2010-05-051-1/+1
* sortable: don't call the base widget _setOption for disabled to avoid the ui-...Richard D. Worth2010-04-091-0/+12
* Sortable: Fixed a bug with over/out events and connected draggables.Scott González2010-03-161-2/+5
* reverted r3888 un-fixing #5322 for now as trunk is in release candidate state...Richard Worth2010-03-111-2/+2
* sortable: fixed #5322 (helper position weird when axis was used, fixes sortab...Paul Bakaus2010-03-111-2/+2
* Sortable: Only trigger over event when changing the current container.Scott González2010-02-201-2/+2
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* 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-28/+28
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* Sortable: add missed self. in uiHash.Chi Cheng2009-09-271-1/+1
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+1050