Commit Graph

23 Commits

Author SHA1 Message Date
Paul Bakaus
3fd0d70dee effects: removed effect 'fade' (honestly not needed)
demos: added effects demo page
effects: fixed many callback issues and other small issues
2008-05-28 18:23:55 +00:00
Scott González
dd096c1e95 mouse: cleanup 2008-05-28 14:02:56 +00:00
Paul Bakaus
1f360d7d40 datepicker: datepicker now follows the theming convention of UI (fixes #2650) 2008-05-28 12:00:00 +00:00
Paul Bakaus
ece0c9eb79 slider: fixed translateRange - axis parameter was missing (closes #2862) 2008-05-27 11:19:23 +00:00
Paul Bakaus
57c3bc5c1e slider: fixed slider, now uses subclassing of the mouse plugin 2008-05-27 11:11:49 +00:00
Richard Worth
c28d263667 draggable - ui-draggable and ui-draggable-disabled classes were not being added 2008-05-26 20:30:27 +00:00
Paul Bakaus
097fc4edae 2008-05-26 12:05:22 +00:00
Paul Bakaus
e65ce14284 sortable: implemented tolerance: "guess", which is also the default tolerance mode now, resolves issues with using tolerance "pointer" (closes #2837) 2008-05-26 12:02:02 +00:00
Paul Bakaus
7b538f65e0 draggable: fixed #2791 2008-05-26 11:39:25 +00:00
Paul Bakaus
062d02ae5c sortable: fixed containment option 2008-05-26 11:29:02 +00:00
Paul Bakaus
356ea57634 sortable: refactored big parts of sortable with new parts of draggable - scrolling problems should be fixed now, as well as many others. 2008-05-26 11:24:50 +00:00
Paul Bakaus
18296272ad sortable: option dropOnEmpty wasn't working correctly - in fact, you could always drop on empty containers. Now it checks again for the option, but it's default is true. 2008-05-26 09:10:48 +00:00
Paul Bakaus
e7a179ef42 draggable: removed helpr animation from connectToSortable in favor of callbacks 2008-05-25 18:29:53 +00:00
Paul Bakaus
d0d8ee752d sortable,draggable: made connectToSortable work again, now works with multiple sortables (closes #2785) 2008-05-25 18:24:02 +00:00
Paul Bakaus
57266e1ba4 draggable, droppable: added a class do the active draggable helper, that will be ignored by droppables as droppable target (fixes #2886) 2008-05-25 16:50:18 +00:00
Paul Bakaus
0f9bb627ee core: reverted change that caused all plugins to malfunction - will later be introduced when the tests are ready. 2008-05-25 16:41:01 +00:00
Paul Bakaus
70702aee59 draggable: fixed absolute positioned element's scroll positions 2008-05-25 16:06:24 +00:00
Paul Bakaus
b391290844 effects.core: fixed parsing of IE left/top values in createWrapper (closes #2915) 2008-05-25 15:50:29 +00:00
Paul Bakaus
074bd8d1ab draggable: fixed #2919 2008-05-25 15:39:24 +00:00
Paul Bakaus
620ed33295 resizable,selectable,slider: changed this.disabled to this.options.disabled (fixes #2552) 2008-05-25 14:24:02 +00:00
Richard Worth
c0f0e4d2cc merged experimental mouse branch 2008-05-25 04:04:57 +00:00
Richard Worth
0f2369e8d8 Move license files to root. Added version file. 2008-05-25 03:34:18 +00:00
Paul Bakaus
ab281b36d7 2008-05-23 09:26:18 +00:00