aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.droppable.js
Commit message (Expand)AuthorAgeFilesLines
* droppable: defaults - alpha orderRichard Worth2009-02-071-1/+1
* Fixed #4037 (droppable: cssNamespace option should be removed, addClasses opt...Richard Worth2009-02-021-4/+4
* draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.o...Paul Bakaus2009-01-291-1/+2
* droppable: 'this' in accept should point to the DOMelement not to a jQuery (f...Paul Bakaus2009-01-271-5/+5
* droppable: defaults should be set to 'false' if disabled, not null (fixes #3...Paul Bakaus2009-01-201-4/+2
* sortable: $.ui.plugin is not used anymore (fixes #3725)Paul Bakaus2009-01-161-4/+2
* 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 across...Paul Bakaus2009-01-071-2/+2
* 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 - m...Richard Worth2008-11-211-34/+43
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* 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
* 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, i...Paul Bakaus2008-07-281-2/+5
* 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
* 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: a small performance improvement by not using :visible, and deferri...Paul Bakaus2008-07-031-1/+1
* droppable: a small performance improvement by not using :visible, and deferri...Paul Bakaus2008-07-031-1/+3
* Dropabble minor performance changesEduardo Lundgren2008-07-021-3/+2
* fixed #3010Paul Bakaus2008-06-261-1/+1
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
* fixed #2928 - Plugin instances should not be exposed in the ui parameter of c...Richard Worth2008-06-071-1/+0
* renamed source -> uiRichard Worth2008-06-071-0/+283