aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.sortable.js
Commit message (Expand)AuthorAgeFilesLines
* draggable, sortable: include originalPosition in ui hash, implements #3782Paul Bakaus2009-08-231-0/+1
* sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991Paul Bakaus2009-08-221-1/+0
* sortable: toArray/serialize should not include the placeholder, fixes #4138Paul Bakaus2009-08-221-3/+3
* Sortable: Support hash, array, string for cursorAt option. Partial fix for #...Scott González2009-08-031-6/+19
* sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)Paul Bakaus2009-07-281-29/+51
* Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety a...Richard Worth2009-07-071-4/+0
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed $.ui.mouse.defa...Scott González2009-06-091-5/+2
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...Scott González2009-04-151-2/+5
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-251-9/+2
* sortable: pageX/pageY already do not include scroll offsets in safari, theref...Paul Bakaus2009-02-131-4/+4
* draggable,sortable: if the offset parent is the body, top/left values should ...Paul Bakaus2009-02-131-1/+1
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator i...Scott González2009-02-131-3/+2
* sortable: if current item was removed by user, it was reappended by the clear...Paul Bakaus2009-02-101-2/+3
* sortable defaultsRichard Worth2009-02-031-1/+1
* Fixed #4038 (sortable: cssNamespace option should be removed)Richard Worth2009-02-031-11/+10
* sortable: changed sortable option cursor default value to 'auto' instead of '...Richard Worth2009-02-031-1/+1
* sortable defaultsRichard Worth2009-02-031-0/+4
* Sortable: Added defaults for cursor, cursorAt, opacity.Scott González2009-02-011-0/+3
* Sortable: Fixed #4017: Revert opacity after sort.Scott González2009-02-011-1/+1
* Sortable: Fixed #3979: Fixed using a string for connectWith option.Scott González2009-01-311-5/+13
* Fixed #4008 (Sortable events are improperly named)Richard Worth2009-01-311-0/+1
* sortable: containment option now respects the padding (fixes #3958)Paul Bakaus2009-01-291-4/+4
* draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.o...Paul Bakaus2009-01-291-1/+2
* whitespaceRichard Worth2009-01-221-20/+20
* sortable: connectWith should accept string selectors (fixes #3892, backward c...Paul Bakaus2009-01-201-2/+3
* sortable: fixed missing placeholder default (fixes #3889)Paul Bakaus2009-01-201-0/+1
* sortable: fixed missing handle default (fixes #3889)Paul Bakaus2009-01-201-0/+1
* sortable: fixed missing connectWith default (fixes #3888)Paul Bakaus2009-01-201-0/+1
* sortable: renamed 'default' tolerance to 'intersect' (it's a advanced interse...Paul Bakaus2009-01-201-1/+1
* sortable: all callbacks with the exception of the beforeStop callback now fir...Paul Bakaus2009-01-191-8/+16
* draggable,sortable: if connectToSortable is used, ui.sender has to be the ori...Paul Bakaus2009-01-191-1/+1
* sortable: $.ui.plugin is not used anymore (fixes #3725)Paul Bakaus2009-01-161-115/+87
* Sortable: Fixed _trigger method.Scott González2009-01-161-2/+5
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-22/+16
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-16/+22
* core: fixed _trigger not modifing the original event with event.resultPaul Bakaus2009-01-091-1/+1
* sortable: don't copy content from the original item into the placeholder anym...Paul Bakaus2009-01-091-8/+7
* draggable: removed unneeded comment blockPaul Bakaus2009-01-091-71/+77
* sortable,draggable: fixed order and propagation of events (fixes #3658, #3730...Paul Bakaus2009-01-081-24/+26
* draggable,droppable,sortable: properly implemented cssNamespace option across...Paul Bakaus2009-01-071-10/+11
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-071-1/+1
* Happy New YearRichard Worth2009-01-031-1/+1
* sortable: merged draggable fixes into sortables (r1325,1313)Paul Bakaus2008-12-301-4/+12
* sortable: removed default tolerance "guess" for the simplier (and better work...Paul Bakaus2008-12-171-4/+6
* Sortable accurateIntersection using outerWidth/outerHeightEduardo Lundgren2008-12-171-6/+7
* sortable,draggable: fixed issues with _convertPositionTo, missed from latest ...Paul Bakaus2008-12-111-12/+9
* sortable: fixed containment issue (with 'parent', height was miscalculated du...Paul Bakaus2008-12-111-10/+10
* sortable: fixed regression that caused wrong offset calculation if the helper...Paul Bakaus2008-12-021-6/+7
* Source formattingEduardo Lundgren2008-11-281-27/+27