aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.draggable.js
Commit message (Collapse)AuthorAgeFilesLines
* removed extra level ui folderRichard Worth2008-06-071-552/+0
|
* draggable - Improved handling of unexpected values for axis optionRichard Worth2008-06-071-6/+7
|
* Removed leading semicolons.Scott González2008-06-051-1/+1
|
* Core: Exposed the base widget prototype; Adding/removing disabled classes ↵Scott González2008-06-041-4/+0
| | | | | | | automatically. Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods. Dialog: Delegating standard functionality for setData to the widget prototype.
* Set svn:eol-style to nativeRichard Worth2008-06-041-555/+555
|
* unindentationScott González2008-06-011-508/+507
|
* draggable: more intersect calculation improvements when connected to sortablesPaul Bakaus2008-05-301-10/+3
|
* draggable: another connectToSortable improvement: the activate/deactivate ↵Paul Bakaus2008-05-301-11/+21
| | | | callbacks are now fired when the draggable starts dragging
* draggable: fixed issue with connectToSortable, where the helper property was ↵Paul Bakaus2008-05-301-2/+3
| | | | not properly restored later on
* sortable: connecting draggables to a sortable and dropping them on the ↵Paul Bakaus2008-05-291-1/+5
| | | | sortable now also triggers a "receive" event, where the sender will be the original draggable. Moving out of the sortable while dragging a connected draggable will not trigger the stop/update events anymore.
* draggable - ui-draggable and ui-draggable-disabled classes were not being addedRichard Worth2008-05-261-2/+9
|
* draggable: fixed #2791Paul Bakaus2008-05-261-1/+1
|
* sortable: refactored big parts of sortable with new parts of draggable - ↵Paul Bakaus2008-05-261-9/+6
| | | | scrolling problems should be fixed now, as well as many others.
* draggable: removed helpr animation from connectToSortable in favor of callbacksPaul Bakaus2008-05-251-8/+0
|
* sortable,draggable: made connectToSortable work again, now works with ↵Paul Bakaus2008-05-251-69/+95
| | | | multiple sortables (closes #2785)
* draggable, droppable: added a class do the active draggable helper, that ↵Paul Bakaus2008-05-251-0/+2
| | | | will be ignored by droppables as droppable target (fixes #2886)
* draggable: fixed absolute positioned element's scroll positionsPaul Bakaus2008-05-251-4/+5
|
* draggable: fixed #2919Paul Bakaus2008-05-251-7/+11
|
* merged experimental mouse branchRichard Worth2008-05-251-75/+67
|
* (no commit message)Paul Bakaus2008-05-231-0/+527