| Commit message (Expand) | Author | Age | Files | Lines |
* | draggable, sortable: include originalPosition in ui hash, implements #3782 | Paul Bakaus | 2009-08-23 | 1 | -0/+1 |
* | draggable: position and offset were undefined in start callback, fixes #4380 | Paul Bakaus | 2009-08-22 | 1 | -2/+2 |
* | draggable: made stack accept a selector instead of a complex hash, min value ... | Paul Bakaus | 2009-08-22 | 1 | -5/+6 |
* | draggable: direct removal of draggable element on drop event doesnt make used... | Paul Bakaus | 2009-08-21 | 1 | -0/+4 |
* | draggable: inline comment to clarify some odd check | Jörn Zaefferer | 2009-08-06 | 1 | -0/+1 |
* | Draggable: Support hash, array, string for cursorAt option. Partial fix for ... | Scott González | 2009-08-03 | 1 | -6/+19 |
* | Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove absol... | Scott González | 2009-07-09 | 1 | -1/+0 |
* | All mouse-based plugins: Extend $.ui.mouse.defaults. Changed $.ui.mouse.defa... | Scott González | 2009-06-09 | 1 | -5/+2 |
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor... | Scott González | 2009-04-15 | 1 | -0/+2 |
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -2/+2 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
* | draggable,sortable: if the offset parent is the body, top/left values should ... | Paul Bakaus | 2009-02-13 | 1 | -1/+1 |
* | draggable: fixed numerous issues with over/out logic on connected sortable li... | Paul Bakaus | 2009-02-10 | 1 | -3/+16 |
* | Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable activat... | Scott González | 2009-02-05 | 1 | -4/+6 |
* | Draggable/Sortable: Partial fix for #4009: Fixed ui hash for sortable receive... | Scott González | 2009-02-05 | 1 | -1/+3 |
* | Draggable: Removed ridiculousness (some of it anyway). | Scott González | 2009-02-05 | 1 | -14/+9 |
* | draggable: missed internal use of ui.absolutePosition | Richard Worth | 2009-02-03 | 1 | -2/+2 |
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses opt... | Richard Worth | 2009-02-02 | 1 | -7/+12 |
* | Draggable: Fixed #3980: Don't allow connecting to disabled sortables. | Scott González | 2009-02-01 | 1 | -0/+1 |
* | draggable: changed option cursor default to 'auto' instead of 'default' | Richard Worth | 2009-02-01 | 1 | -1/+1 |
* | draggable: fixed 'o is not defined' exception | Richard Worth | 2009-01-30 | 1 | -0/+1 |
* | draggable: connectToSortable couldn't accept strings (fixes #3984) | Paul Bakaus | 2009-01-29 | 1 | -1/+1 |
* | draggable: containment option now respects the padding (fixes #3957) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 |
* | draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.o... | Paul Bakaus | 2009-01-29 | 1 | -1/+2 |
* | draggable: fixed snap | Paul Bakaus | 2009-01-27 | 1 | -2/+2 |
* | Remove trailing spaces | Eduardo Lundgren | 2009-01-24 | 1 | -7/+7 |
* | draggable: draggable should not scroll when constrained in one axis (fixes #3... | Paul Bakaus | 2009-01-23 | 1 | -20/+28 |
* | draggable: removed ui.options (fixes #3917) | Paul Bakaus | 2009-01-23 | 1 | -34/+36 |
* | whitespace | Richard Worth | 2009-01-22 | 1 | -11/+11 |
* | draggable: defaults should be set to 'false' if disabled, not null (fixes #3... | Paul Bakaus | 2009-01-20 | 1 | -3/+3 |
* | draggable: fixed using Array for containment option (fixes #3877) | Paul Bakaus | 2009-01-20 | 1 | -2/+4 |
* | draggable: fixed margin inclusion in snap option (fixes #3853) | Paul Bakaus | 2009-01-19 | 1 | -8/+8 |
* | draggable,sortable: if connectToSortable is used, ui.sender has to be the ori... | Paul Bakaus | 2009-01-19 | 1 | -5/+2 |
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -23/+17 |
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -17/+23 |
* | Draggable: Fixed # 3808: Setting default opacity to null (preserve current op... | Scott González | 2009-01-15 | 1 | -1/+1 |
* | Widget factory: Fixed event triggering (again). | Scott González | 2009-01-15 | 1 | -5/+9 |
* | Draggable: Fixed connectToSortable option. | Scott González | 2009-01-14 | 1 | -1/+1 |
* | Draggable: Reverted r1597 - no idea if there are cases that need to be handle... | Scott González | 2009-01-13 | 1 | -0/+1 |
* | Draggable: Removed unnecessary setting of this.positionAbs in _trigger. | Scott González | 2009-01-13 | 1 | -1/+0 |
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 1 | -5/+0 |
* | sortable,draggable: fixed order and propagation of events (fixes #3658, #3730... | Paul Bakaus | 2009-01-08 | 1 | -12/+13 |
* | draggable: revert 'invalid/valid' now works with dropping on sortables (fixes... | Paul Bakaus | 2009-01-08 | 1 | -6/+18 |
* | draggable: if cursorAt was used, revert was reverting to the wrong position (... | Paul Bakaus | 2009-01-08 | 1 | -3/+5 |
* | draggable: fixed convertPositionTo (fixes #3710) | Paul Bakaus | 2009-01-08 | 1 | -12/+8 |
* | draggable: re-implemented containment and grid support (fixes #3607) | Paul Bakaus | 2009-01-08 | 1 | -3/+34 |
* | draggable: second partial fix for remaining scroll issues (for the special ca... | Paul Bakaus | 2009-01-08 | 1 | -10/+13 |
* | draggable: partial fix for remaining scroll issues (containment, grid broken ... | Paul Bakaus | 2009-01-08 | 1 | -47/+27 |