aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.sortable.js
Commit message (Expand)AuthorAgeFilesLines
* Sortable: Fix typo and break lines in comment.Andrei Picus2013-10-181-3/+3
* Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-201-1/+1
* Sortable: Don't create functions inside loops.Scott González2013-04-221-8/+12
* Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - Sor...Scott González2013-04-021-5/+6
* Sortable: update placeholder when axis is x or y for connected lists. Fixed #...Jason Moon2013-03-231-1/+3
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-11/+0
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-0/+11
* Sortable: Only animate along the specified axis when reverting. Fixes #7415 -...Scott González2013-03-131-6/+10
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-11/+0
* Sortable: Skip triggering over event if it's alreay over the continer. Fixes ...John Chen2013-03-081-2/+4
* Sortable: Skip items that are not at the same line as the cursor when floatin...John Chen2013-03-081-5/+17
* Sortable: Copy the src of the original item when creating a placeholder from ...Scott González2013-03-071-0/+2
* Sortable: When sorting table rows, create a td to force dimensions. Fixes #47...Scott González2013-02-201-6/+14
* Sortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: 'cur...Nathanael Silverman2013-02-181-8/+12
* 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/+15
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-60/+60
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
* Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui....Scott González2012-12-061-4/+8
* Dev: Make sortable pass JSHint with only the loopfunc setting overrideMike Sherov2012-11-171-215/+344
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
* Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test su...Mike Sherov2012-11-011-26/+33
* Sortable: Calculating item distance and direction using a more robust algorit...John Chen2012-10-101-4/+14
* Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571...John Chen2012-10-101-6/+5
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-1/+1
* Updated docs URLS.Scott González2012-09-261-1/+1
* 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