Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draggable,droppable,sortable: properly implemented cssNamespace option ↵ | Paul Bakaus | 2009-01-07 | 1 | -5/+5 |
| | | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707) | ||||
* | 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 ↵ | Scott González | 2009-01-03 | 1 | -1/+2 |
| | | | | this.element.triggerHandler(). | ||||
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -4/+4 |
| | |||||
* | draggable: made connectToSortable work fine with helper: 'original' (by ↵ | Paul Bakaus | 2008-12-30 | 1 | -0/+5 |
| | | | | removing top/left properties at sort end) | ||||
* | 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 |
| | | | | draggable: fixed positioning issue with relative positioned elements relative to the body during scroll | ||||
* | sortable: fixed connectToSortable option, wasn't working with Arrays as ↵ | Paul Bakaus | 2008-12-11 | 1 | -9/+13 |
| | | | | described in the documentation | ||||
* | sortable,draggable: fixed issues with _convertPositionTo, missed from latest ↵ | Paul Bakaus | 2008-12-11 | 1 | -2/+3 |
| | | | | re-factor, miscalculated the absolute position including scroll | ||||
* | 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: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7 | ||||
* | draggable: added missing default for zIndex and cursorAt, added missing ↵ | Paul Bakaus | 2008-11-21 | 1 | -1/+3 |
| | | | | scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6) | ||||
* | draggable: the snap events 'release' and 'snap' now both have valid ↵ | Paul Bakaus | 2008-11-21 | 1 | -2/+2 |
| | | | | mousemove events attached. | ||||
* | draggable, droppable, resizable, selectable, sortable: formatting changes - ↵ | Richard Worth | 2008-11-21 | 1 | -208/+217 |
| | | | | | | 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 Worth | 2008-11-21 | 1 | -1/+1 |
| | | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b | ||||
* | 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 ↵ | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
| | | | | $.ui.intersects. | ||||
* | 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 ↵ | Paul Bakaus | 2008-11-06 | 1 | -2/+3 |
| | | | | if you call offset() on <html> | ||||
* | 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 |
| | |||||
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | Draggable cancelHelperRemoval when is not over | Eduardo Lundgren | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | whitespace | Richard Worth | 2008-09-20 | 1 | -50/+43 |
| | |||||
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -104/+104 |
| | |||||
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -104/+104 |
| | |||||
* | droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ↵ | Paul Bakaus | 2008-09-18 | 1 | -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) | ||||
* | draggable, resizable, sortable: proper usage of _mouseCapture, fixes ↵ | Paul Bakaus | 2008-09-16 | 1 | -5/+14 |
| | | | | interaction issues when many plugins are used on the same element (Fixes #3164) | ||||
* | draggable: destroy method now properly removes the class ui-draggable (Fixes ↵ | Paul Bakaus | 2008-09-16 | 1 | -1/+1 |
| | | | | 3424) | ||||
* | core: hasScroll now checks for overflow hidden, since then the users wants ↵ | Paul Bakaus | 2008-09-16 | 1 | -2/+3 |
| | | | | | | scroll to be hidden draggable: containment respects overflow hidden (fixes #3328) | ||||
* | - kickass draggable refactoring - fixes many bugs, many edge case issues | Paul Bakaus | 2008-09-15 | 1 | -64/+134 |
| | | | | - added many new tests to draggable, especially related to scrolling and helper clone | ||||
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | draggable: removing logging | Jörn Zaefferer | 2008-09-03 | 1 | -1/+0 |
| | |||||
* | draggable: sortable.refreshItems got renamed to _refreshItems | Jörn Zaefferer | 2008-09-03 | 1 | -1/+2 |
| | |||||
* | draggable: wrong class when trying to remove iframeFix divs (fixes #3161) | Paul Bakaus | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | internal methods: mouse* | Chi Cheng | 2008-08-17 | 1 | -11/+11 |
| | |||||
* | Internal methods: fixes #3195, #3196, #3200, #3201, #3209 | Chi Cheng | 2008-08-17 | 1 | -27/+27 |
| | |||||
* | draggable: fix snapTolerance option instead of default | Chi Cheng | 2008-08-10 | 1 | -8/+8 |
| | |||||
* | draggable: fixed regression with convertPositionTo method and scroll offsets | Paul Bakaus | 2008-07-30 | 1 | -4/+7 |
| | |||||
* | draggable: fixed ugly regression when no overflowed container existed | Paul Bakaus | 2008-07-29 | 1 | -8/+8 |
| | |||||
* | draggable: fixed IE scrolling but with overflowing containers and appendTo ↵ | Paul Bakaus | 2008-07-29 | 1 | -15/+26 |
| | | | | being used | ||||
* | draggable: fixed issue when scroll was set to true, and therefore droppables ↵ | Paul Bakaus | 2008-07-29 | 1 | -8/+12 |
| | | | | inside changed their position as well | ||||
* | draggable: fixed overflow calculation in the positioning methods | Paul Bakaus | 2008-07-29 | 1 | -26/+26 |
| |