aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.draggable.js
Commit message (Expand)AuthorAgeFilesLines
* Updated docs URLS.Scott González2012-09-261-1/+1
* Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option...Jared A. Scheel2012-09-061-5/+4
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Draggable: Remove workaround for Safari 3.Scott González2012-06-141-4/+4
* Draggable: Fixed destroy method.Scott González2012-05-241-10/+2
* Draggable: Apply ui-draggable-dragging class prior to calculating dimensions....Viktar Varvanovich2012-05-241-1/+3
* Draggable: Don't run stop methods for elements that have been removed. Fixed...TJ VanToll2012-04-301-2/+8
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-13/+13
* Draggable: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ...Scott González2012-02-121-5/+5
* Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dr...Marwan Al Jubeh2011-10-171-1/+1
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-4/+1
* Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...kborchers2011-05-271-0/+7
* Merge pull request #266 from kborchers/bug_4838Scott González2011-05-131-2/+2
|\
| * Draggable: Changed logic to only subtract left and top offsets of containment...kborchers2011-05-121-2/+2
* | Draggable: Check for grid elements set to 0 to prevent divide by 0 error caus...kborchers2011-05-131-2/+3
|/
* Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable D...Kato Kazuyoshi2011-05-111-2/+2
* Merge pull request #187 from virgofx/master.Scott González2011-05-021-18/+20
|\
| * Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.Mark Johnson2011-04-191-18/+20
* | Draggable: containment now updates dynamically to handle scrolling container....Edward Faulkner2011-04-281-14/+28
|/
* Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ...Matt Hoskins2011-03-141-1/+1
* Draggable: modify margins of the containment according to the margin of the d...Guillaume Gautreau2011-03-081-5/+7
* Updated copyright year.Scott González2011-01-171-1/+1
* All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - De...Scott González2010-12-101-3/+3
* Draggable: Handle scrolled windows. Fixes #6181 - Draggable: issue with conta...Jean-Francois Remy2010-12-011-4/+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
* Revert "Draggable: Don't use computed style for top and left of position:rela...Richard D. Worth2010-04-231-2/+2
* Draggable: Don't use computed style for top and left of position:relative ele...Richard D. Worth2010-04-221-2/+2
* Draggable: Don't try to stack if there are no elements in the stacking group.Scott González2010-02-181-0/+1
* Draggable: Don't recalculate the relative offset during drag. I couldn't repr...Scott González2010-02-141-9/+0
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* Draggable: Don't adjust offsets for fixed position elements in Safari 4.Scott González2010-02-041-4/+4
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-281-7/+27
* 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-31/+30
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+784