| Commit message (Expand) | Author | Age | Files | Lines |
* | BEGIN trunk restructure | Richard Worth | 2008-06-07 | 2 | -0/+3549 |
* | tests draggable - Added some more tests | Richard Worth | 2008-06-07 | 1 | -30/+87 |
* | datepicker: missing changes from theming | Paul Bakaus | 2008-06-07 | 1 | -2/+2 |
* | sortable: fixed update calls (fixes #2968) | Paul Bakaus | 2008-06-07 | 1 | -3/+4 |
* | draggable - Improved handling of unexpected values for axis option | Richard Worth | 2008-06-07 | 1 | -6/+7 |
* | tests draggable - Slimmed down tests, grouped, ordered. Added a few | Richard Worth | 2008-06-07 | 1 | -278/+233 |
* | tests - switched slider to use jquery.simulate | Richard Worth | 2008-06-07 | 2 | -6/+17 |
* | Fixed #2969 - .slider("destroy") throws error - 'this.handle.unwrap("a").mous... | Richard Worth | 2008-06-07 | 1 | -2/+4 |
* | Added resizable test for wrapped elements | Eduardo Lundgren | 2008-06-06 | 3 | -0/+18 |
* | effects - added standard UI plugin file headers with copyright, license, docs... | Richard Worth | 2008-06-06 | 13 | -11/+177 |
* | effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects' | Richard Worth | 2008-06-06 | 2 | -3/+3 |
* | effects - whitespace changes, spaces to tabs, newline at EOF | Richard Worth | 2008-06-06 | 13 | -905/+904 |
* | datepicker: added depends list to header | Richard Worth | 2008-06-06 | 2 | -2/+5 |
* | Fixed $(this).data('resizable') access to wrapped elements | Eduardo Lundgren | 2008-06-06 | 1 | -0/+3 |
* | Core: Reverted back to r149: Removed wrapper changes. | Scott González | 2008-06-06 | 1 | -9/+2 |
* | Added test for #2965 | Richard Worth | 2008-06-06 | 2 | -17/+78 |
* | simulate - round(floor) the center x and y values | Richard Worth | 2008-06-06 | 1 | -1/+1 |
* | made draggable tests more robust by removing hardcoded expect values | Richard Worth | 2008-06-06 | 1 | -147/+250 |
* | (no commit message) | Eduardo Lundgren | 2008-06-06 | 1 | -1/+1 |
* | Fix ui.core to create the $(this).data('component') instance on the "ui-wrapp... | Eduardo Lundgren | 2008-06-06 | 1 | -2/+9 |
* | fixed failing test 11 in IE6 | Richard Worth | 2008-06-06 | 1 | -0/+1 |
* | fixed failing test 14 in Opera | Richard Worth | 2008-06-06 | 1 | -1/+1 |
* | fixed failing test 7 in IE | Richard Worth | 2008-06-06 | 1 | -1/+1 |
* | reverted back to minimal drag. The other may have depended on some things tha... | Richard Worth | 2008-06-05 | 1 | -51/+9 |
* | reverted [150] - tests should be not be changed to match broken results: | Richard Worth | 2008-06-05 | 1 | -31/+31 |
* | Dialog: Removed unneeded parens. | Scott González | 2008-06-05 | 1 | -4/+4 |
* | removed x, y as they are not browser event options. Use clientX and clientY | Richard Worth | 2008-06-05 | 1 | -2/+2 |
* | Removed leading semicolons. | Scott González | 2008-06-05 | 9 | -9/+9 |
* | set a more reasonable default for relatedTarget: undefined for IE, HEMLHtmlEl... | Richard Worth | 2008-06-05 | 1 | -2/+2 |
* | reverted [158] - IE's default for relatedTarget is undefined, not document | Richard Worth | 2008-06-05 | 1 | -4/+0 |
* | reverted [157] there is no IE bug. pageX != clientX, pageY != clientY | Richard Worth | 2008-06-05 | 1 | -3/+0 |
* | removed setting toElement/fromEelement as this is handled by the browser | Richard Worth | 2008-06-05 | 1 | -7/+0 |
* | Removed case insensitive checks: no method or event names are case insensitive | Richard Worth | 2008-06-05 | 1 | -6/+6 |
* | datepicker: changed all forgotten camel cased classes to dash seperated | Paul Bakaus | 2008-06-05 | 3 | -39/+39 |
* | sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't ... | Paul Bakaus | 2008-06-05 | 1 | -2/+2 |
* | jquery.simulate - IE won't allow assignment to toElement or fromElement | Eduardo Lundgren | 2008-06-05 | 1 | -0/+4 |
* | jquery.simulate fix for 2 pixels IE bug from mousecords | Eduardo Lundgren | 2008-06-05 | 1 | -0/+3 |
* | (no commit message) | Eduardo Lundgren | 2008-06-05 | 1 | -1/+0 |
* | Removed mousemove before synchronous drag loop | Eduardo Lundgren | 2008-06-05 | 1 | -1/+1 |
* | (no commit message) | Eduardo Lundgren | 2008-06-05 | 1 | -0/+1 |
* | Added a TODO comment on triggerAsync() | Eduardo Lundgren | 2008-06-05 | 1 | -0/+2 |
* | Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for so... | Eduardo Lundgren | 2008-06-05 | 1 | -28/+85 |
* | Update Draggable test case for jquery.simulate | Eduardo Lundgren | 2008-06-04 | 2 | -2/+2 |
* | Update Resize test case for jquery.simulate | Eduardo Lundgren | 2008-06-04 | 1 | -31/+31 |
* | Core: fixed broken UTF-8 characters. | Scott González | 2008-06-04 | 1 | -1/+1 |
* | Widget factory: fixed #2981: Graceful handling of method calls on uninitializ... | Scott González | 2008-06-04 | 1 | -3/+3 |
* | slider: fixed mouse refactoring issue that caused clicking somewhere on the s... | Paul Bakaus | 2008-06-04 | 1 | -0/+1 |
* | Slider: fixed #2552: Disabled should be an option, not a property on the inst... | Scott González | 2008-06-04 | 1 | -11/+3 |
* | Core: Exposed the base widget prototype; Adding/removing disabled classes aut... | Scott González | 2008-06-04 | 7 | -59/+31 |
* | Mouse: invoke drag immediately on start if the start occurs during mousemove.. | Scott González | 2008-06-04 | 1 | -1/+1 |