Commit Graph

49 Commits

Author SHA1 Message Date
Jörn Zaefferer
afc6835cd2 Merge branch 'master' into interactions
Conflicts:
	ui/jquery.ui.draggable.js
2012-07-24 17:20:18 +02:00
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
Jörn Zaefferer
8b47438d6c Merge branch 'master' into interactions 2012-05-25 17:07:42 +02:00
Scott González
79e4ae93b5 Droppable: Fixed destroy method. 2012-05-24 15:20:10 -04:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Scott González
adaf034f6d Merge branch 'master' into interactions
Conflicts:
	demos/draggable/cursor-style.html
	ui/jquery.ui.draggable.js
2012-03-14 13:38:26 -04:00
Scott González
932fe888c0 Updated copyright year. 2012-03-08 10:53:08 -05:00
Dave Stein
cac6901799 Droppable: Fixed reference to function name after change in 69b1df33f7 2012-01-29 19:54:56 -05:00
Scott González
69b1df33f7 Droppable: Renamed refreshPosition() to refresh(). 2012-01-29 13:08:38 -05:00
Scott González
74e2828ea0 Droppable: Added activate and deactivate events. 2012-01-29 13:04:40 -05:00
Scott González
8ebdba7346 Droppable: Added accept option. 2012-01-29 12:48:09 -05:00
Scott González
97af9236c2 Droppable: Use .outerWidth() and .outerHeight() when calculating proportions. 2012-01-28 20:20:26 -05:00
Scott González
7249124d85 Droppable: Only calculate draggable proportions once, regardless of how many droppable instances there are. 2012-01-28 20:19:13 -05:00
Scott González
0e96a50231 Droppable: Account for draggable helper when calculating proportions. 2012-01-15 13:44:52 -05:00
Scott González
2c9ee0252d Droppable: Only react to drag events if they're not canceled. Fixed pointer intersection. 2012-01-15 13:35:23 -05:00
Scott González
66a594ec76 Droppable: Added TODOs. 2012-01-15 13:08:41 -05:00
Scott González
3a90f455e6 Droppable: Refactored touch tolerance. 2012-01-15 12:49:44 -05:00
Scott González
d4bc923f56 Droppable: Fixed intersect tolerance. 2012-01-15 12:40:06 -05:00
Scott González
98795e3d91 Droppable: Use internal guid instead of jQuery.guid. 2012-01-15 11:52:01 -05:00
Scott González
a96232a591 Droppable: Removed interaction as dependency. 2012-01-08 21:54:49 -05:00
Scott González
c50c5c01ee Droppable: Hook directly into drag events. 2012-01-08 21:53:47 -05:00
Scott González
122b463c44 Droppable: Cleanup. 2012-01-07 20:45:10 -05:00
Scott González
247c29ee93 Draggable, Droppable: Updated dependencies. 2012-01-07 12:20:49 -05:00
Scott González
43a93e5c33 Droppable: Cleanup. 2012-01-07 11:55:33 -05:00
Dave Stein
da1b946e66 Droppable: Answered TODO comment about Math.round 2011-11-27 17:55:04 -05:00
Dave Stein
722e4bcf18 Droppable: Added pointer intersect 2011-11-27 16:59:11 -05:00
Michael P. Jung
fdc332ed5f Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. 2011-11-21 16:16:32 -05:00
Scott González
e9f5c1857f Droppable: Cleanup. 2011-11-17 19:48:09 -05:00
Dave Stein
dac3dddd9e Droppable: Put tolerance in allowed array 2011-11-13 18:41:29 -05:00
Dave Stein
3914cebe66 Droppable: Intersect tolerance added 2011-11-13 18:39:04 -05:00
Dave Stein
9ee7c90a59 Droppable: Added refreshPosition public method 2011-11-13 17:49:37 -05:00
Dave Stein
e8e7847a41 Droppable: over, out, and drop callbacks working 2011-11-13 17:42:05 -05:00
Dave Stein
3c6455df0b Droppable: 2.0 initial commit 2011-11-13 17:28:56 -05:00
Scott González
6a5b21fda2 All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances. 2011-05-28 15:39:55 -04:00
kborchers
67bd872fe1 Droppable: Added dragStart and dragStop to ddmanager and call them from draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo 2011-05-27 12:01:42 -05:00
Marcel Toele
86e6ed2eb1 Droppable: enabled and accepting droppables are now activated prior to evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry. 2011-03-11 15:37:52 +01:00
Scott González
6e0482a9cb Updated copyright year. 2011-01-17 09:13:18 -05:00
Scott González
8a5d4ca321 All: Added http://jqueryui.com/about to header comments. 2010-07-14 15:45:45 -04:00
Scott González
21aad10e6a All: Define a local undefined variable inside the main closure. 2010-07-13 09:57:58 -04:00
Scott González
536ae6189b Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license. 2010-07-09 09:01:04 -04:00
Scott González
3f3f357171 Droppable: Adjust fit tolerance to allow dropping an element exactly the same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature. 2010-07-06 12:15:47 -04:00
Scott González
9e02f80176 Fixed event prefix in all plugins that don't use the default prefix.
Fixes #5134 - Events not being triggered for drag and drop.
2010-02-05 03:03:50 +00:00
Jörn Zaefferer
288f3a6bef cleaning up dependency listings 2010-02-03 23:19:48 +00:00
Scott González
dd92e16081 $.ui.ddmanager.drop() now works properly for nested droppables.
Fixes #5095 - Droppable body let revert a div on a valid drop.
2010-01-28 02:24:42 +00:00
Richard Worth
074153407d Happy New Year 2010-01-20 14:04:26 +00:00
Scott González
7d96a0d096 Widget factory: Changed _create to _init.
Partial fix for #5064 - Widget: make multiple instantiation more useful.
2010-01-15 18:58:20 +00:00
Scott González
90fb45dffa Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests). 2010-01-07 03:19:50 +00:00
Scott González
06e29401b8 Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Richard Worth
e2d873e6f0 renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 2009-09-17 10:39:12 +00:00