aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.droppable.js
Commit message (Collapse)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-284/+0
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* droppable: greedy childs that dont accept the draggable dont block ↵Paul Bakaus2009-08-221-4/+7
| | | | propagation anymore, fixes #4570
* draggable: scope option failed when no droppables within that scope exist, ↵Paul Bakaus2009-08-221-3/+3
| | | | fixes #4289
* Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove ↵Scott González2009-07-091-1/+0
| | | | absolutePosition from ui hash.
* Fix for #4282, fixes 14 testsJörn Zaefferer2009-05-111-10/+8
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-0/+2
| | | | factory should auto detect getters.
* Droppable: short _init code.Chi Cheng2009-03-051-4/+4
|
* Droppable: droppable('option', 'accept', selector) fails. fixes #4278Chi Cheng2009-03-051-1/+1
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* droppable: defaults - alpha orderRichard Worth2009-02-071-1/+1
|
* Fixed #4037 (droppable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-021-4/+4
| | | | option added)
* draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵Paul Bakaus2009-01-291-1/+2
| | | | ui.offset (fixes #3978,#3977,#3976)
* droppable: 'this' in accept should point to the DOMelement not to a jQuery ↵Paul Bakaus2009-01-271-5/+5
| | | | (fixes #3955)
* droppable: defaults should be set to 'false' if disabled, not null (fixes ↵Paul Bakaus2009-01-201-4/+2
| | | | #3881)
* sortable: $.ui.plugin is not used anymore (fixes #3725)Paul Bakaus2009-01-161-4/+2
| | | | droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options
* Fixed #3723 - Fix the ui.options referenceEduardo Lundgren2009-01-161-6/+6
|
* droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723)Paul Bakaus2009-01-161-37/+6
|
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-15/+10
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-10/+15
|
* draggable,droppable,sortable: properly implemented cssNamespace option ↵Paul Bakaus2009-01-071-2/+2
| | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
* Happy New YearRichard Worth2009-01-031-1/+1
|
* Droppable: Fixed #3727: Use this._trigger for all callbacks/events.Scott González2009-01-031-5/+6
|
* droppable: missing default for option 'accept' (set to "*" = everything)Paul Bakaus2008-12-301-0/+1
|
* droppable: removed disabled default as it's provided by widget factoryRichard Worth2008-11-211-1/+0
|
* draggable, droppable, resizable, selectable, sortable: formatting changes - ↵Richard Worth2008-11-211-34/+43
| | | | | | moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-52/+52
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-32/+32
|
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-101-2/+4
|
* droppable: defined some defaultsRichard Worth2008-11-081-2/+5
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-1/+1
|
* whitespaceRichard Worth2008-09-201-6/+6
|
* Reverted r695.Scott González2008-09-191-48/+48
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-48/+48
|
* droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ↵Paul Bakaus2008-09-181-1/+1
| | | | | | 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)
* use $.isFunction instead of checking the constructorPaul Bakaus2008-09-161-2/+2
|
* Setting data.accept now works fine (Fixes #3386)Paul Bakaus2008-09-151-0/+13
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Internal methods: fixes #3195, #3196, #3200, #3201, #3209Chi Cheng2008-08-171-12/+12
|
* draggable,droppable: implemented cssNamespace option, if set to false/null, ↵Paul Bakaus2008-07-281-2/+5
| | | | it won't add a class to the element
* sortable: small fix that causes the scope default not to work correctlyPaul Bakaus2008-07-281-1/+1
|
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-281-11/+18
| | | | 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
* Droppable .is(accept) on init() fixedEduardo Lundgren2008-07-141-1/+2
|
* core: added :data selector that matches elements that have data for a given key.Paul Bakaus2008-07-141-13/+8
| | | | droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-1/+1
| | | | deferring to a simpler syntax of checking for diplay none (fixed bool)
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-1/+3
| | | | deferring to a simpler syntax of checking for diplay none
* Dropabble minor performance changesEduardo Lundgren2008-07-021-3/+2
|
* fixed #3010Paul Bakaus2008-06-261-1/+1
|