Commit Graph

120 Commits

Author SHA1 Message Date
Mike Sherov
c15481eeb1 Merge branch 'master' into interactions
Conflicts:
	demos/draggable/constrain-movement.html
	demos/draggable/cursor-style.html
	demos/draggable/default.html
	demos/draggable/events.html
	demos/draggable/handle.html
	demos/draggable/revert.html
	demos/draggable/visual-feedback.html
	demos/droppable/default.html
	grunt.js
	tests/unit/draggable/draggable.html
	tests/unit/draggable/draggable_core.js
	tests/unit/draggable/draggable_options.js
	tests/unit/draggable/draggable_test_helpers.js
	tests/unit/droppable/droppable.html
	tests/unit/droppable/droppable_options.js
	ui/draggable.js
	ui/jquery.ui.droppable.js
	ui/sortable.js
2014-02-10 14:43:24 -08:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
onovy
b99f8258bf Demos: Fixed small typo. 2013-10-18 17:59:12 +02:00
Bruno M. Custódio
0d5eaab9bb Updating jQuery to 1.10.2.
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
2013-07-05 08:42:37 -04:00
Mike Sherov
c341109388 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable.html
	tests/unit/draggable/draggable_common.js
	tests/unit/draggable/draggable_core.js
	tests/unit/draggable/draggable_options.js
	tests/unit/draggable/draggable_test_helpers.js
	tests/unit/droppable/droppable.html
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-03-04 10:39:57 -05:00
Bruno M. Custódio
b440979ba6 Updating 'jQuery' to 1.9.1. 2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd Updating to jQuery 1.9.0 2013-01-17 00:28:41 -06:00
Mike Sherov
4e79d15c2b Draggable Demo: Fix htmllint failures 2013-01-02 14:05:57 -05:00
Dave Stein
67d98ef6f3 Interactions: Merged from master 2012-12-23 12:33:16 -05:00
Scott González
fb6119e182 Upgrade jQuery to 1.8.3. 2012-11-14 15:22:01 -05:00
Scott González
c07ae398fa Merge branch 'master' into interactions
Conflicts:
	demos/draggable/constrain-movement.html
	demos/draggable/cursor-style.html
	demos/draggable/handle.html
	demos/draggable/index.html
	demos/draggable/revert.html
	demos/draggable/visual-feedback.html
	demos/index.html
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
2012-11-05 16:49:51 -05:00
Scott González
a638acb583 Upgrade jQuery to 1.8.2. 2012-09-20 21:41:47 -04:00
Scott González
303f20e1b3 Demos: Cleanup. 2012-09-10 11:33:46 -04:00
Scott González
1e6b2b2298 Upgrade jQuery to 1.8.0. 2012-08-13 09:19:09 -04:00
Richard D. Worth
1359a53afb Fixed demos to track update of jQuery from 1.7.1 to 1.7.2 2012-07-06 15:19:47 -04:00
Jörn Zaefferer
8b47438d6c Merge branch 'master' into interactions 2012-05-25 17:07:42 +02:00
Jörn Zaefferer
878eb54a14 Fix various issues in our html files, first batch 2012-04-23 18:29:35 +02:00
Scott González
89ff5c5232 Upgrade jQuery to 1.7.2. 2012-03-22 09:45:22 -04:00
Jörn Zaefferer
a065d35e10 Interactions: Reduce the container size on the map demo, makes it a little more intersting on big screens 2012-03-06 19:34:47 +01:00
Jörn Zaefferer
3df4bc1b01 Interactions: Add pointer and closedhand cursor to map demo 2012-03-05 12:02:34 +01:00
Jörn Zaefferer
0cc4329747 Interactions: Add a draggable map demo. Custom containment logic still needs some improvements. 2012-03-05 11:50:53 +01:00
Richard D. Worth
60799826aa Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect 2012-02-07 06:06:58 -06:00
Scott González
32260c5ec4 Draggable demo: Inlined the revert logic in the revert demo. 2012-01-30 22:39:03 -05:00
Scott González
6c15eda086 Draggable demo: Inlined the cursorAt logic in the cursor-style demo. 2012-01-30 22:26:33 -05:00
Scott González
62ce3e0f87 Draggable: Moved containment extension into jquery.ui.draggable.js. Removed axis extension from constrain-movement demo. 2012-01-30 20:57:52 -05:00
Scott González
c5d029e83c Draggable demo: Updated the events demo. 2012-01-28 19:58:13 -05:00
Scott González
b15af6a193 Draggable: Removed start positions in event data. 2012-01-28 19:34:29 -05:00
Scott González
7e7e79adb9 Draggable demo: Updated visual-feedback demo. 2012-01-28 11:13:18 -05:00
Scott González
d22a5281aa Draggable demo: Implemented revert option in revert demo. 2012-01-28 11:00:49 -05:00
Scott González
2eb9b841a3 Draggable demo: Implemented cancel option in handle demo. 2012-01-28 10:52:27 -05:00
Scott González
f5ceca740f Draggable demo: Implemented cursorAt option in cursor-style demo. 2012-01-28 10:45:55 -05:00
Scott González
3c6e8a7b91 Draggable: Only pass relevant data for each event. 2012-01-27 22:17:27 -05:00
Scott González
87c55b69e4 Draggable: Added beforeStart event. 2012-01-27 22:06:37 -05:00
Scott González
91bf052d81 Draggable demo: Fixed containment option. 2012-01-22 14:55:09 -05:00
Scott González
509a3a673c Draggable demo: Updated events demo to use interaction instead of mouse. 2012-01-20 22:10:30 -05:00
Scott González
7c9fd7a6d4 Draggable demos: Implement axis and containment options in constrain-movement demo. 2012-01-20 22:08:37 -05:00
Scott González
b0fda0cd14 Draggable: Added handle option. 2012-01-14 16:15:02 -05:00
Scott González
a28fb9f98f Merge branch 'master' into interactions
Conflicts:
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
2011-11-23 12:33:44 -05:00
Scott González
dbaa744f0c Interaction: Initial implementation for base interaction plugin. 2011-11-23 12:03:09 -05:00
Scott González
54fb1441fe Upgrade jQuery to 1.7.1. 2011-11-22 08:43:09 -05:00
Scott González
50dab05784 Upgrade jQuery to 1.7. 2011-11-09 10:18:33 -05:00
Scott González
efe964d86e Upgraded jQuery to 1.6.4. 2011-10-18 09:38:27 -04:00
Scott González
daadc343be Upgrade jQuery to 1.6.2. 2011-07-25 11:46:45 -04:00
Richard Worth
593799d6e3 Switched to latest stable jQuery 1.5.1 2011-03-02 20:49:20 -05:00
Scott González
fce1f97f76 Upgraded jQuery to 1.4.4. 2010-11-12 09:19:26 -05:00
Scott González
19f9c3a559 Upgraded jQuery to 1.4.3. 2010-10-21 22:29:28 -04:00
Scott González
6cf45dd25a Draggable demos: Coding standards. 2010-09-10 09:17:58 -04:00
Richard D. Worth
36cb3f7da3 Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated 2010-04-14 08:19:53 -04:00
Richard Worth
bfc180b1ba html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase 2010-03-12 03:18:34 +00:00
Richard Worth
0798b10717 Fixed #5182 - Update to jQuery 1.4.2 2010-02-16 02:39:57 +00:00