Commit Graph

31 Commits

Author SHA1 Message Date
Richard Worth
47f8e9042f droppable: removed disabled default as it's provided by widget factory 2008-11-21 04:04:36 +00:00
Richard Worth
fb94a4e34e draggable, droppable, resizable, selectable, sortable: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
2008-11-21 04:01:33 +00:00
Richard Worth
2192c024e2 New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b 2008-11-21 02:14:03 +00:00
Eduardo Lundgren
558218f2aa Source formatting: Removing trailing spaces 2008-11-20 04:10:34 +00:00
Richard Worth
29f7dc9a2c Removed all trailing whitespace from .js and .html files 2008-11-18 02:55:25 +00:00
Richard Worth
7ea535fa1d fixed #3578 - ALL CODE: e, ui should be changed to event, ui 2008-11-14 03:00:16 +00:00
Eduardo Lundgren
2ab2f3c7e1 Change name of intersect methods to isOverHeight/isOverWidth/isOver. 2008-11-10 06:39:52 +00:00
Richard Worth
c1e8c7f07f droppable: defined some defaults 2008-11-08 21:56:57 +00:00
Jörn Zaefferer
923d1ec3bb adding version property to all ui components 2008-10-05 16:29:21 +00:00
Richard Worth
a522291a7b whitespace: Removed trailing whitespace from non-blank lines 2008-09-20 03:23:42 +00:00
Richard Worth
0bae0870d9 whitespace 2008-09-20 02:43:18 +00:00
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
9c0942d14f droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the actual droppable (instead of true) in the case of a drop.
draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)
2008-09-18 09:51:50 +00:00
Paul Bakaus
dc31bc2f3e use $.isFunction instead of checking the constructor 2008-09-16 09:03:28 +00:00
Paul Bakaus
aed298125d Setting data.accept now works fine (Fixes #3386) 2008-09-15 20:57:41 +00:00
Richard Worth
f6008ca694 Fixed #3284 - Put version numbers inside of individual files. 2008-09-04 22:03:30 +00:00
Chi Cheng
dd6a17b434 Internal methods: fixes #3195, #3196, #3200, #3201, #3209 2008-08-17 02:15:55 +00:00
Paul Bakaus
f2265bf9e6 draggable,droppable: implemented cssNamespace option, if set to false/null, it won't add a class to the element 2008-07-28 21:06:04 +00:00
Paul Bakaus
c2ef2553bc sortable: small fix that causes the scope default not to work correctly 2008-07-28 18:53:29 +00:00
Paul Bakaus
841751a0d5 1.8: initial version of tree component, dependant upon sortables and droppables
1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
2008-07-28 18:34:01 +00:00
Eduardo Lundgren
0aa54f8dfc Droppable .is(accept) on init() fixed 2008-07-14 15:55:33 +00:00
Paul Bakaus
c54f6ba62e core: added :data selector that matches elements that have data for a given key.
droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2
2008-07-14 14:21:07 +00:00
Paul Bakaus
cbda2f35ae droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none (fixed bool) 2008-07-03 14:01:24 +00:00
Paul Bakaus
6aaf1598d2 droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none 2008-07-03 13:05:30 +00:00
Eduardo Lundgren
a14c917e8e Dropabble minor performance changes 2008-07-02 17:38:34 +00:00
Paul Bakaus
7818b8c583 fixed #3010 2008-06-26 10:49:47 +00:00
Scott González
9aeec7f04a Dropped blank line at end of header comments. 2008-06-11 01:36:35 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Richard Worth
c94ffa276b fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks 2008-06-07 19:32:51 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00