| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing spaces | Eduardo Lundgren | 2009-01-24 | 1 | -7/+7 |
* | draggable: draggable should not scroll when constrained in one axis (fixes #3... | Paul Bakaus | 2009-01-23 | 1 | -20/+28 |
* | draggable: removed ui.options (fixes #3917) | Paul Bakaus | 2009-01-23 | 1 | -34/+36 |
* | whitespace | Richard Worth | 2009-01-22 | 1 | -11/+11 |
* | draggable: defaults should be set to 'false' if disabled, not null (fixes #3... | Paul Bakaus | 2009-01-20 | 1 | -3/+3 |
* | draggable: fixed using Array for containment option (fixes #3877) | Paul Bakaus | 2009-01-20 | 1 | -2/+4 |
* | draggable: fixed margin inclusion in snap option (fixes #3853) | Paul Bakaus | 2009-01-19 | 1 | -8/+8 |
* | draggable,sortable: if connectToSortable is used, ui.sender has to be the ori... | Paul Bakaus | 2009-01-19 | 1 | -5/+2 |
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -23/+17 |
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -17/+23 |
* | Draggable: Fixed # 3808: Setting default opacity to null (preserve current op... | Scott González | 2009-01-15 | 1 | -1/+1 |
* | Widget factory: Fixed event triggering (again). | Scott González | 2009-01-15 | 1 | -5/+9 |
* | Draggable: Fixed connectToSortable option. | Scott González | 2009-01-14 | 1 | -1/+1 |
* | Draggable: Reverted r1597 - no idea if there are cases that need to be handle... | Scott González | 2009-01-13 | 1 | -0/+1 |
* | Draggable: Removed unnecessary setting of this.positionAbs in _trigger. | Scott González | 2009-01-13 | 1 | -1/+0 |
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 1 | -5/+0 |
* | sortable,draggable: fixed order and propagation of events (fixes #3658, #3730... | Paul Bakaus | 2009-01-08 | 1 | -12/+13 |
* | draggable: revert 'invalid/valid' now works with dropping on sortables (fixes... | Paul Bakaus | 2009-01-08 | 1 | -6/+18 |
* | draggable: if cursorAt was used, revert was reverting to the wrong position (... | Paul Bakaus | 2009-01-08 | 1 | -3/+5 |
* | draggable: fixed convertPositionTo (fixes #3710) | Paul Bakaus | 2009-01-08 | 1 | -12/+8 |
* | draggable: re-implemented containment and grid support (fixes #3607) | Paul Bakaus | 2009-01-08 | 1 | -3/+34 |
* | draggable: second partial fix for remaining scroll issues (for the special ca... | Paul Bakaus | 2009-01-08 | 1 | -10/+13 |
* | draggable: partial fix for remaining scroll issues (containment, grid broken ... | Paul Bakaus | 2009-01-08 | 1 | -47/+27 |
* | draggable,droppable,sortable: properly implemented cssNamespace option across... | Paul Bakaus | 2009-01-07 | 1 | -5/+5 |
* | cancel option should take in account <option> (fixes #3786) | Paul Bakaus | 2009-01-07 | 1 | -1/+1 |
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
* | Draggable: Proper event prefix. | Scott González | 2009-01-03 | 1 | -0/+1 |
* | Draggable: Partial fix for #3726: Using this._trigger() instead of this.eleme... | Scott González | 2009-01-03 | 1 | -1/+2 |
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -4/+4 |
* | draggable: made connectToSortable work fine with helper: 'original' (by remov... | Paul Bakaus | 2008-12-30 | 1 | -0/+5 |
* | draggable: containment doesn't respect margins anymore (logical, and fixes 3538) | Paul Bakaus | 2008-12-30 | 1 | -4/+4 |
* | draggable: changed default for scroll option to true | Paul Bakaus | 2008-12-30 | 1 | -1/+1 |
* | demos: added opacity, revert and scroll demos | Paul Bakaus | 2008-12-30 | 1 | -1/+11 |
* | sortable: fixed connectToSortable option, wasn't working with Arrays as descr... | Paul Bakaus | 2008-12-11 | 1 | -9/+13 |
* | sortable,draggable: fixed issues with _convertPositionTo, missed from latest ... | Paul Bakaus | 2008-12-11 | 1 | -2/+3 |
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 1 | -14/+14 |
* | core: improved logic of $.fn.scrollParent, taking positioning in account | Paul Bakaus | 2008-11-23 | 1 | -116/+114 |
* | draggable: added missing default for zIndex and cursorAt, added missing scrol... | Paul Bakaus | 2008-11-21 | 1 | -1/+3 |
* | draggable: the snap events 'release' and 'snap' now both have valid mousemove... | Paul Bakaus | 2008-11-21 | 1 | -2/+2 |
* | draggable, droppable, resizable, selectable, sortable: formatting changes - m... | Richard Worth | 2008-11-21 | 1 | -208/+217 |
* | New file: AUTHORS.txt instead of having a single contributor's name in each f... | Richard Worth | 2008-11-21 | 1 | -1/+1 |
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -66/+66 |
* | Change name of intersect methods to isOverHeight/isOverWidth/isOver. | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.inter... | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | Draggable: Using the new core intersect method on connectToSortable. | Eduardo Lundgren | 2008-11-10 | 1 | -133/+132 |
* | Draggable - calling the new _ui() method from sortables | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if... | Paul Bakaus | 2008-11-06 | 1 | -2/+3 |
* | draggable: fixed two missing defaults | Paul Bakaus | 2008-11-03 | 1 | -1/+3 |
* | draggable: fixed createHelper method (thanks Nate!) | Paul Bakaus | 2008-10-14 | 1 | -2/+2 |
* | added some missing draggables defaults | Richard Worth | 2008-10-08 | 1 | -4/+17 |