Scott González
1195854aaa
Merged in widget-factory branch and added tests. Fixes #4411 - Widget factory should auto detect getters.
2009-04-15 02:33:28 +00:00
Chi Cheng
7e8ea7a36a
Droppable: short _init code.
2009-03-05 18:18:49 +00:00
Chi Cheng
73163f471e
Droppable: droppable('option', 'accept', selector) fails. fixes #4278
2009-03-05 15:18:07 +00:00
Richard Worth
bd3dc48e02
changed ui.jquery.com to jqueryui.com
2009-02-27 11:41:40 +00:00
Richard Worth
8a12510ca1
droppable: defaults - alpha order
2009-02-07 18:28:29 +00:00
Richard Worth
4ad531044e
Fixed #4037 (droppable: cssNamespace option should be removed, addClasses option added)
2009-02-02 07:18:27 +00:00
Paul Bakaus
669bdb333a
draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.offset (fixes #3978,#3977,#3976)
2009-01-29 12:35:38 +00:00
Paul Bakaus
24d450b7fe
droppable: 'this' in accept should point to the DOMelement not to a jQuery ( fixes #3955 )
2009-01-27 14:58:05 +00:00
Paul Bakaus
670d3e0ac9
droppable: defaults should be set to 'false' if disabled, not null ( fixes #3881 )
2009-01-20 13:10:11 +00:00
Paul Bakaus
68951ddc11
sortable: $.ui.plugin is not used anymore ( fixes #3725 )
...
droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options
2009-01-16 20:41:03 +00:00
Eduardo Lundgren
c631ae8d4f
Fixed #3723 - Fix the ui.options reference
2009-01-16 18:35:04 +00:00
Paul Bakaus
be932c2e58
droppable: removed all instances of $.ui.plugin, fairly safe here ( fixes #3723 )
2009-01-16 14:51:56 +00:00
Eduardo Lundgren
8139c81d1b
Revert changes for #3838 for the release 1.6rc5
2009-01-16 02:09:45 +00:00
Eduardo Lundgren
78c4d87d7b
Fix for #3838 - Components should use this.widgetName on internally
2009-01-16 00:33:46 +00:00
Paul Bakaus
ba75714621
draggable,droppable,sortable: properly implemented cssNamespace option across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707 )
2009-01-07 17:43:15 +00:00
Richard Worth
a11c201008
Happy New Year
2009-01-03 21:55:13 +00:00
Scott González
7467ce3ef1
Droppable: Fixed #3727 : Use this._trigger for all callbacks/events.
2009-01-03 15:30:23 +00:00
Paul Bakaus
1acc62f942
droppable: missing default for option 'accept' (set to "*" = everything)
2008-12-30 13:14:29 +00:00
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