aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.draggable.js
Commit message (Expand)AuthorAgeFilesLines
* Draggable: Make sure positional constraints are never applied to ui.originalP...Mike Sherov2013-10-211-4/+4
* Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...Mike Sherov2013-10-201-6/+10
* Draggable: Safe activeElement access from iFrames for IE9, prevent window foc...TJ VanToll2013-08-281-3/+13
* Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...Mike Sherov2013-08-121-6/+16
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...Steven Luscher2013-06-191-0/+2
* Clicking on a draggable anchor without moving it should make it the active el...Steven Luscher2013-06-191-0/+3
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can...Brian Grinstead2013-05-201-6/+10
* Draggable: allow draggable to defer destroying itself upon DOM removal until ...Mike Sherov2013-04-121-36/+43
* Draggable: Don't cache parent offset if the parent position is fixed. Fixes #...Mike Sherov2013-04-031-2/+7
* Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #...Mike Sherov2013-04-021-7/+6
* Draggable: Handle containment set to false after init, and style improvements...Mike Sherov2013-03-231-38/+55
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-1/+1
* Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-14/+14
* Draggable: make sure snap elements are in the document before snapping. Fixes...Mike Sherov2013-03-161-11/+3
* Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ...Zbigniew Motyka2013-03-161-2/+1
* Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: aut...Woody Gilk2013-03-151-4/+17
* Draggable: Account for descendants in handle.Scott González2013-03-081-11/+3
* Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incor...TJ VanToll2013-03-071-2/+2
* Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-041-8/+6
* Draggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: ...Steve Urmston2013-02-211-1/+1
* Removing unnecessary wrapping of this in draggable's stack option handling.TJ VanToll2013-02-121-4/+2
* Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ...TJ VanToll2013-02-111-4/+3
* Draggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: R...Vahid Sohrabloo2013-02-021-1/+1
* 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/+6
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-56/+56
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
* Draggable: made handles work with complex markup. Fixes #8757 - Draggable: Re...mathias.stenbom2012-11-191-1/+1
* Dev: make draggable pass JSHint with no local overridesMike Sherov2012-11-181-155/+269
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-17/+17
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ...Mike Sherov2012-10-301-24/+15
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-20/+20
* Draggable: Fix a bug when dragging into nested sortables there are duplicated...John Chen2012-10-101-0/+16
* 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
* 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
|\