aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
Commit message (Expand)AuthorAgeFilesLines
* draggable,droppable,sortable: properly implemented cssNamespace option across...Paul Bakaus2009-01-071-5/+5
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-071-1/+1
* Happy New YearRichard Worth2009-01-031-1/+1
* Draggable: Proper event prefix.Scott González2009-01-031-0/+1
* Draggable: Partial fix for #3726: Using this._trigger() instead of this.eleme...Scott González2009-01-031-1/+2
* Remove trailing spacesEduardo Lundgren2008-12-311-4/+4
* draggable: made connectToSortable work fine with helper: 'original' (by remov...Paul Bakaus2008-12-301-0/+5
* draggable: containment doesn't respect margins anymore (logical, and fixes 3538)Paul Bakaus2008-12-301-4/+4
* draggable: changed default for scroll option to truePaul Bakaus2008-12-301-1/+1
* demos: added opacity, revert and scroll demosPaul Bakaus2008-12-301-1/+11
* sortable: fixed connectToSortable option, wasn't working with Arrays as descr...Paul Bakaus2008-12-111-9/+13
* sortable,draggable: fixed issues with _convertPositionTo, missed from latest ...Paul Bakaus2008-12-111-2/+3
* Source formattingEduardo Lundgren2008-11-281-14/+14
* core: improved logic of $.fn.scrollParent, taking positioning in accountPaul Bakaus2008-11-231-116/+114
* draggable: added missing default for zIndex and cursorAt, added missing scrol...Paul Bakaus2008-11-211-1/+3
* draggable: the snap events 'release' and 'snap' now both have valid mousemove...Paul Bakaus2008-11-211-2/+2
* draggable, droppable, resizable, selectable, sortable: formatting changes - m...Richard Worth2008-11-211-208/+217
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-66/+66
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-101-1/+1
* Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.inter...Eduardo Lundgren2008-11-101-1/+1
* Draggable: Using the new core intersect method on connectToSortable.Eduardo Lundgren2008-11-101-133/+132
* Draggable - calling the new _ui() method from sortablesEduardo Lundgren2008-11-101-1/+1
* draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if...Paul Bakaus2008-11-061-2/+3
* draggable: fixed two missing defaultsPaul Bakaus2008-11-031-1/+3
* draggable: fixed createHelper method (thanks Nate!)Paul Bakaus2008-10-141-2/+2
* added some missing draggables defaultsRichard Worth2008-10-081-4/+17
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* Draggable cancelHelperRemoval when is not overEduardo Lundgren2008-09-261-0/+1
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-1/+1
* whitespaceRichard Worth2008-09-201-50/+43
* Reverted r695.Scott González2008-09-191-104/+104
* Remove Trailing SpacesEduardo Lundgren2008-09-191-104/+104
* droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ...Paul Bakaus2008-09-181-1/+1
* draggable, resizable, sortable: proper usage of _mouseCapture, fixes interact...Paul Bakaus2008-09-161-5/+14
* draggable: destroy method now properly removes the class ui-draggable (Fixes ...Paul Bakaus2008-09-161-1/+1
* core: hasScroll now checks for overflow hidden, since then the users wants sc...Paul Bakaus2008-09-161-2/+3
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-151-64/+134
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
* draggable: removing loggingJörn Zaefferer2008-09-031-1/+0
* draggable: sortable.refreshItems got renamed to _refreshItemsJörn Zaefferer2008-09-031-1/+2
* draggable: wrong class when trying to remove iframeFix divs (fixes #3161)Paul Bakaus2008-09-011-1/+1
* internal methods: mouse*Chi Cheng2008-08-171-11/+11
* Internal methods: fixes #3195, #3196, #3200, #3201, #3209Chi Cheng2008-08-171-27/+27
* draggable: fix snapTolerance option instead of defaultChi Cheng2008-08-101-8/+8
* draggable: fixed regression with convertPositionTo method and scroll offsetsPaul Bakaus2008-07-301-4/+7
* draggable: fixed ugly regression when no overflowed container existedPaul Bakaus2008-07-291-8/+8
* draggable: fixed IE scrolling but with overflowing containers and appendTo be...Paul Bakaus2008-07-291-15/+26
* draggable: fixed issue when scroll was set to true, and therefore droppables ...Paul Bakaus2008-07-291-8/+12
* draggable: fixed overflow calculation in the positioning methodsPaul Bakaus2008-07-291-26/+26