Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sortable: fixed a items issue caused the items of the container itself to be ↵ | Paul Bakaus | 2008-07-19 | 1 | -5/+54 | |
| | | | | doubled if the connected query also match on it. Implemented the option connected (bool), for function serialize to also serialize connected lists. | |||||
* | Sortable updateOriginalPosition added | Eduardo Lundgren | 2008-07-10 | 1 | -2/+4 | |
| | ||||||
* | Sortable math accuracy for tolerance pointer - checking the direction before ↵ | Eduardo Lundgren | 2008-07-10 | 1 | -15/+23 | |
| | | | | rearrange | |||||
* | Sortable minor intersectWidth maths accuracy | Eduardo Lundgren | 2008-07-09 | 1 | -8/+5 | |
| | ||||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 1 | -41/+52 | |
| | | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 | |||||
* | sortable: added forcePointerForContainers option (to have another ↵ | Paul Bakaus | 2008-07-09 | 1 | -10/+14 | |
| | | | | intersection mode for items, but allow only one container to be activated at the same time), added custom object in options, that holds custom (defined) functions that are called instead of original pieces. Only for advanced developers, currently only supported function: refreshContainers. | |||||
* | prevent overriding/changing the actual $.ui.mouse object by extending it - ↵ | Paul Bakaus | 2008-07-07 | 1 | -1/+1 | |
| | | | | this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work) | |||||
* | sortable: important restructuring in the sort function - callback and ↵ | Paul Bakaus | 2008-06-30 | 1 | -7/+24 | |
| | | | | droppables/intersection now receive proper position information (also fixes #3022) | |||||
* | Sortables performance increased massively - using offsetWidth/offsetHeight ↵ | Eduardo Lundgren | 2008-06-30 | 1 | -2/+2 | |
| | | | | to refreshPostions instead of outerWidth/outerHeight | |||||
* | Sortable - fixed #3048 | Eduardo Lundgren | 2008-06-29 | 1 | -2/+2 | |
| | ||||||
* | sortable: update callback wass not called everytime (fixes #3028) | Paul Bakaus | 2008-06-26 | 1 | -1/+1 | |
| | ||||||
* | resizable, selectable, sortable: changed cancel default to ':input' instead ↵ | Richard Worth | 2008-06-26 | 1 | -1/+1 | |
| | | | | of (redundant) ':input,button' | |||||
* | sortable: update callback wass not called everytime (fixes #3028) | Paul Bakaus | 2008-06-26 | 1 | -3/+2 | |
| | ||||||
* | sortable: fixed serialize issue when a key was specified as option, but no ↵ | Paul Bakaus | 2008-06-26 | 1 | -1/+1 | |
| | | | | custom expression | |||||
* | sortable: extreme performance increase by using setTimeout delegation and ↵ | Paul Bakaus | 2008-06-25 | 1 | -13/+30 | |
| | | | | local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental | |||||
* | sortable: connected lists items are not refreshed until you actually move ↵ | Paul Bakaus | 2008-06-24 | 1 | -6/+16 | |
| | | | | into the connected list - this improves performance for connected lists | |||||
* | sortable: changed default distance to 1 | Paul Bakaus | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | sortable: | Paul Bakaus | 2008-06-24 | 1 | -17/+34 | |
| | | | | | - recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976) - fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976) | |||||
* | sortable:fixed #3019, stop being fird too early | Paul Bakaus | 2008-06-24 | 1 | -4/+7 | |
| | ||||||
* | sortable: the options.items callback now receives null as first argument, a ↵ | Paul Bakaus | 2008-06-19 | 1 | -1/+1 | |
| | | | | limited ui object as the second. | |||||
* | sortable; moved the cursorAt and containment blocks after the start ↵ | Paul Bakaus | 2008-06-16 | 1 | -12/+14 | |
| | | | | callback, allowing the helper to be resized in the start callback (fixes #3000) | |||||
* | tests: initial version of sortable tests/ | Paul Bakaus | 2008-06-13 | 1 | -0/+1 | |
| | | | | sortable: added default value for helper ("clone") | |||||
* | Dropped blank line at end of header comments. | Scott González | 2008-06-11 | 1 | -1/+0 | |
| | ||||||
* | Removed old rev ids from jQuery svn | Richard Worth | 2008-06-09 | 1 | -1/+0 | |
| | ||||||
* | ui-core: added mouseCapture, replacing the condition feature before. Allows ↵ | Paul Bakaus | 2008-06-09 | 1 | -4/+8 | |
| | | | | text to be selected in sortables on non-handles. | |||||
* | core: cancel checks for type string before it's used | Paul Bakaus | 2008-06-08 | 1 | -3/+3 | |
| | | | | draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value. | |||||
* | draggable,sortable: fixed containment "document", added containment: ↵ | Paul Bakaus | 2008-06-07 | 1 | -1/+7 | |
| | | | | "window" (fixes #2936,#2171) | |||||
* | draggable, sortable: fixed issue when handle wasn't working with elements ↵ | Paul Bakaus | 2008-06-07 | 1 | -1/+1 | |
| | | | | nested in the handle (fixes #2937) | |||||
* | renamed source -> ui | Richard Worth | 2008-06-07 | 1 | -0/+665 | |