Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change name of intersect methods to isOverHeight/isOverWidth/isOver. | Eduardo Lundgren | 2008-11-10 | 1 | -2/+2 | |
| | ||||||
* | Sortable: Using the new core intersectHeight/intersectWidth methods. | Eduardo Lundgren | 2008-11-10 | 1 | -20/+13 | |
| | ||||||
* | sortable: returning false in any callback will now call this.cancenl() to ↵ | Paul Bakaus | 2008-11-06 | 1 | -1/+2 | |
| | | | | cancel the ongoing action | |||||
* | sortable: removed support for ui.cancel(), must now be called via the ↵ | Paul Bakaus | 2008-11-04 | 1 | -7/+12 | |
| | | | | sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed. | |||||
* | sortable: implemented ui.cancel(), a function that can be called to ↵ | Paul Bakaus | 2008-11-03 | 1 | -6/+47 | |
| | | | | completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402) | |||||
* | sortable: checked inputs are not unchecked anymore after drag start (fixes ↵ | Paul Bakaus | 2008-11-03 | 1 | -1/+1 | |
| | | | | #3466) | |||||
* | sortable: all events of the inner nodes of the sortable item were unbound ↵ | Paul Bakaus | 2008-11-03 | 1 | -2/+4 | |
| | | | | after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488 | |||||
* | Sortable - accurate option added, If you prefer better accuracy and low ↵ | Eduardo Lundgren | 2008-10-30 | 1 | -18/+27 | |
| | | | | performance set accurate: true. | |||||
* | Sortable - delta direction improved | Eduardo Lundgren | 2008-10-28 | 1 | -4/+28 | |
| | ||||||
* | Sortable - Float elements tolerance fixed | Eduardo Lundgren | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | Sortable - Prevent mouseCapture while help is reverting | Eduardo Lundgren | 2008-10-28 | 1 | -0/+8 | |
| | ||||||
* | Sortable - Checking if helper exists | Eduardo Lundgren | 2008-10-28 | 1 | -3/+4 | |
| | ||||||
* | Sortable - Tolerance accuracy sortable improved | Eduardo Lundgren | 2008-10-28 | 1 | -239/+255 | |
| | ||||||
* | sortable: fixed issue with first time append of the placeholder, now also ↵ | Paul Bakaus | 2008-10-17 | 1 | -5/+13 | |
| | | | | the original classes are appended to the placeholder, with usually should give it the right size | |||||
* | sortable: fixed toArray method | Paul Bakaus | 2008-10-14 | 1 | -3/+3 | |
| | | | | coverflow: renamed init to _init | |||||
* | adding version property to all ui components | Jörn Zaefferer | 2008-10-05 | 1 | -0/+1 | |
| | ||||||
* | whitespace: Removed trailing whitespace from non-blank lines | Richard Worth | 2008-09-20 | 1 | -2/+2 | |
| | ||||||
* | whitespace | Richard Worth | 2008-09-20 | 1 | -70/+67 | |
| | ||||||
* | Sortables - Avoid inline script execution on every sort | Eduardo Lundgren | 2008-09-19 | 1 | -4/+11 | |
| | ||||||
* | Fixed #3454 - Sortable .createHelper() bug | Eduardo Lundgren | 2008-09-19 | 1 | -2/+2 | |
| | ||||||
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -147/+147 | |
| | ||||||
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -147/+147 | |
| | ||||||
* | sortable: default value for forcePlaceholderSize | Paul Bakaus | 2008-09-16 | 1 | -1/+2 | |
| | ||||||
* | sortable: Refactored a bunch of stuff, moved over some fixes from draggable | Paul Bakaus | 2008-09-16 | 1 | -12/+37 | |
| | ||||||
* | draggable, resizable, sortable: proper usage of _mouseCapture, fixes ↵ | Paul Bakaus | 2008-09-16 | 1 | -1/+1 | |
| | | | | interaction issues when many plugins are used on the same element (Fixes #3164) | |||||
* | sortable: Fixed the floating functional demo, implemented forcePlaceholderSize | Paul Bakaus | 2008-09-16 | 1 | -3/+3 | |
| | ||||||
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 | |
| | ||||||
* | sortable: fixed toArray method | Paul Bakaus | 2008-09-02 | 1 | -1/+1 | |
| | ||||||
* | Sortable: fix wrong patameter in toArray | Chi Cheng | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | sortable: moved serialize brackets after every key to default value, so ↵ | Paul Bakaus | 2008-08-19 | 1 | -1/+1 | |
| | | | | configuring it as well using the key option is possible | |||||
* | internal methods: mouse* | Chi Cheng | 2008-08-17 | 1 | -7/+7 | |
| | ||||||
* | Sortable: prevent exposure of internal methods, fixes #3209 | Chi Cheng | 2008-08-17 | 1 | -18/+18 | |
| | ||||||
* | Internal methods: fixes #3195, #3196, #3200, #3201, #3209 | Chi Cheng | 2008-08-17 | 1 | -29/+29 | |
| | ||||||
* | sortable: beforeStop should work properly in all cases now | Paul Bakaus | 2008-08-15 | 1 | -0/+1 | |
| | ||||||
* | -removed unneeded comment block in sortables | Paul Bakaus | 2008-08-11 | 1 | -1/+0 | |
| | | | | -added changes proposed by Filament group to colorpicker | |||||
* | sortable: the outer container is not set to relative anymore, preventing ↵ | Paul Bakaus | 2008-07-29 | 1 | -1/+1 | |
| | | | | some weird IE bugs | |||||
* | 1.8: initial version of tree component, dependant upon sortables and droppables | Paul Bakaus | 2008-07-28 | 1 | -3/+20 | |
| | | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues | |||||
* | 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 | |
| |