Commit Graph

156 Commits

Author SHA1 Message Date
Scott González
0399156637 Updated docs links. 2013-04-10 16:45:45 -04:00
Scott González
26729bd7e9 Draggable: Cleanup. 2013-03-29 12:52:10 -04:00
Scott González
97d20634e0 Draggable: Use outerWidth/Height for iframe blocks. 2013-03-29 12:35:40 -04:00
Scott González
ad8b486a3a Draggable: Removed 'option' from default exclude option (should be handled by 'select'). 2013-03-29 12:24:10 -04:00
Scott González
0beb25e865 Draggable: Cleanup. 2013-03-13 14:56:28 -04:00
Scott González
2d7e150cb6 Draggable: Cleanup. 2013-03-13 13:34:59 -04:00
Mike Sherov
fec3319b20 Draggable: Fix backCompat for scrollSpeed, scrollSensitivity, and containment as an array 2013-03-04 11:43:49 -05:00
Kris Borchers
e190706523 Draggable: Whitespace 2013-03-03 22:56:52 -05:00
Dave Stein
04a50ff49f Draggable: Changed the way handle and exclude is detected 2013-02-24 19:48:08 -05:00
Dave Stein
78500111da Draggable: _isValidTarget returning boolean 2013-02-24 18:56:02 -05:00
Dave Stein
d32183edc4 Draggable: Fixed backCompat for appendTo when no helper exists 2013-02-24 18:47:24 -05:00
Dave Stein
9990013f33 Draggable Unit: Fixes for appendTo 2013-02-24 18:30:13 -05:00
Dave Stein
cc514e0ec7 Droppable + Draggable: Added scope backCompat 2013-02-18 20:37:11 -05:00
Dave Stein
9d2b81c594 Draggable: Undid last commit due, since $.widget properly handles extending multiple times 2013-02-18 20:17:13 -05:00
Dave Stein
47d2bb3094 Draggable: Fixed overwriting _setOption to handle both backCompats rather than clobbering itself 2013-02-18 20:01:11 -05:00
Dave Stein
894d4c157a Draggable + Sortable: Fixed blockFrames. Added unit tests specifically for draggable since it should be moving up to "core" file shortly 2013-02-18 17:13:29 -05:00
Dave Stein
436ddbdd81 Draggable: Changed "is" to "closest" for isValidTarget 2013-02-18 12:28:12 -05:00
Dave Stein
ea6c9fb48b Draggable: Changed data uiDraggable to ui-draggable 2013-02-18 11:59:31 -05:00
Mike Sherov
854f6df2bc Merge branch 'master' of github.com:jquery/jquery-ui into interactions
Conflicts:
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-11 20:25:03 -05:00
Scott González
83cbf97978 Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
Dave Stein
6eb954f5ea Draggable: linted 2013-01-07 15:07:42 -05:00
Dave Stein
d84cf1d716 Draggable: Uncommented failing scrolling tests and fixed them 2013-01-07 14:44:00 -05:00
Dave Stein
1495a61298 Draggable: Grid will snap at >= half rather than just > 2013-01-07 11:35:18 -05:00
Mike Sherov
7b1c19b191 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_common.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-02 18:34:34 -05:00
Mike Sherov
f667d090a7 Interactions: Update widget defaults to match documented API. 2013-01-02 18:27:22 -05:00
Mike Sherov
a3c8c19775 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_options.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-01 23:43:34 -05:00
Mike Sherov
ac2c7fd256 support array and string position notation for cursorAt 2013-01-01 22:15:03 -05:00
Mike Sherov
74d7eac2da All: Convert single quotes to double quotes. 2012-12-25 12:01:09 -05:00
Dave Stein
c8d7e4c592 Draggable: Some fixes for updated unit tests 2012-12-23 12:42:50 -05:00
Dave Stein
1c00423538 Draggable: Added refreshPositions backCompat + linted 2012-12-22 17:03:53 -05:00
Dave Stein
158bef1223 Draggable: Added snap/snapMode/snapTolerance via old code plus a little crying on the inside 2012-12-22 16:57:51 -05:00
Dave Stein
1e58ab22ff Draggable: Added helper to the draggable data while it exists 2012-12-21 17:53:40 -05:00
Dave Stein
bc5bbd0763 Draggable: Added in ability to stop events from "start" as well as "beforeStart" 2012-12-21 17:41:54 -05:00
Dave Stein
66bd7da551 Draggable: Fixed cursor backCompat timing 2012-12-21 17:26:10 -05:00
Dave Stein
86dcc5ea8f Draggable: Got the easier failing unit tests corrected 2012-12-21 12:01:23 -05:00
Dave Stein
15e3f28c4f Grunt: Ran and fixed jshint errors 2012-12-21 11:33:13 -05:00
Dave Stein
68f45613bd Draggable: Added stack backCompat 2012-12-20 18:02:00 -05:00
Dave Stein
50e2e91e85 Draggable: Added scoll, scrollSensitivity, scrollSpeed backCompat 2012-12-20 16:52:26 -05:00
Dave Stein
36f7c7b0b5 Draggable: Options are actually changeable after init now. 2012-12-20 15:21:30 -05:00
Dave Stein
876575272e Draggable: Added cancel backCompat 2012-12-20 14:58:44 -05:00
Dave Stein
03fc1e8175 Draggable: Removed whitespace and fixed axis backCompat based on code review 2012-12-20 14:10:09 -05:00
Scott González
8ec7a1b69f All: Use .addBack() instead of .andSelf(). 2012-12-14 11:13:50 -05:00
Dave Stein
9f018eb30a Draggable + Sortable: Code review changes 2012-12-12 14:23:17 -05:00
Dave Stein
7cd8debe73 Draggable: Modified some backCompats to use dragstart rather than dragbeforestart 2012-12-11 20:20:56 -05:00
Dave Stein
d2e726d172 Draggable: Added zIndex backCompat 2012-12-11 19:49:41 -05:00
Dave Stein
34b4fbf08b Draggable: Added revertDuration backCompat. 2012-12-11 19:28:47 -05:00
Dave Stein
5a2e5a0a9a Draggable: Added revert backCompat with TODO for droppable strings, since that is not written yet 2012-12-11 19:21:37 -05:00
Dave Stein
421f6afdc4 Draggable: Added opacity backCompat along with some more comments in other areas 2012-12-11 19:16:20 -05:00
Dave Stein
3cd5010b80 Draggable: Added grid backCompat and fixed styles for single -> double quotes 2012-12-11 18:20:48 -05:00
Dave Stein
9ef0828219 Draggable: Fixed elem reference in cursorAt 2012-12-11 11:56:48 -05:00