Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed extra level ui folder | Richard Worth | 2008-06-07 | 1 | -552/+0 |
| | |||||
* | draggable - Improved handling of unexpected values for axis option | Richard Worth | 2008-06-07 | 1 | -6/+7 |
| | |||||
* | Removed leading semicolons. | Scott González | 2008-06-05 | 1 | -1/+1 |
| | |||||
* | Core: Exposed the base widget prototype; Adding/removing disabled classes ↵ | Scott González | 2008-06-04 | 1 | -4/+0 |
| | | | | | | | automatically. Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods. Dialog: Delegating standard functionality for setData to the widget prototype. | ||||
* | Set svn:eol-style to native | Richard Worth | 2008-06-04 | 1 | -555/+555 |
| | |||||
* | unindentation | Scott González | 2008-06-01 | 1 | -508/+507 |
| | |||||
* | draggable: more intersect calculation improvements when connected to sortables | Paul Bakaus | 2008-05-30 | 1 | -10/+3 |
| | |||||
* | draggable: another connectToSortable improvement: the activate/deactivate ↵ | Paul Bakaus | 2008-05-30 | 1 | -11/+21 |
| | | | | callbacks are now fired when the draggable starts dragging | ||||
* | draggable: fixed issue with connectToSortable, where the helper property was ↵ | Paul Bakaus | 2008-05-30 | 1 | -2/+3 |
| | | | | not properly restored later on | ||||
* | sortable: connecting draggables to a sortable and dropping them on the ↵ | Paul Bakaus | 2008-05-29 | 1 | -1/+5 |
| | | | | sortable now also triggers a "receive" event, where the sender will be the original draggable. Moving out of the sortable while dragging a connected draggable will not trigger the stop/update events anymore. | ||||
* | draggable - ui-draggable and ui-draggable-disabled classes were not being added | Richard Worth | 2008-05-26 | 1 | -2/+9 |
| | |||||
* | draggable: fixed #2791 | Paul Bakaus | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | sortable: refactored big parts of sortable with new parts of draggable - ↵ | Paul Bakaus | 2008-05-26 | 1 | -9/+6 |
| | | | | scrolling problems should be fixed now, as well as many others. | ||||
* | draggable: removed helpr animation from connectToSortable in favor of callbacks | Paul Bakaus | 2008-05-25 | 1 | -8/+0 |
| | |||||
* | sortable,draggable: made connectToSortable work again, now works with ↵ | Paul Bakaus | 2008-05-25 | 1 | -69/+95 |
| | | | | multiple sortables (closes #2785) | ||||
* | draggable, droppable: added a class do the active draggable helper, that ↵ | Paul Bakaus | 2008-05-25 | 1 | -0/+2 |
| | | | | will be ignored by droppables as droppable target (fixes #2886) | ||||
* | draggable: fixed absolute positioned element's scroll positions | Paul Bakaus | 2008-05-25 | 1 | -4/+5 |
| | |||||
* | draggable: fixed #2919 | Paul Bakaus | 2008-05-25 | 1 | -7/+11 |
| | |||||
* | merged experimental mouse branch | Richard Worth | 2008-05-25 | 1 | -75/+67 |
| | |||||
* | (no commit message) | Paul Bakaus | 2008-05-23 | 1 | -0/+527 |