| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Slider: Removed support for auto orientation, set default to horizontal. Fix... | Scott González | 2009-02-18 | 2 | -3/+3 |
* | Fixed the description text and tweaked button position so it fits inside the ... | Todd Parker | 2009-02-17 | 5 | -10/+10 |
* | slider: limit the returned floats to 5 digits after the decimal point, correc... | Paul Bakaus | 2009-02-17 | 1 | -1/+3 |
* | slider: | Paul Bakaus | 2009-02-17 | 1 | -32/+32 |
* | slider: animate option was ignored if only one handle (fixes #4167 slider:ani... | Paul Bakaus | 2009-02-17 | 1 | -8/+6 |
* | Slider: Fixed divide by zero error when min and max are the same. Fixed #415... | Scott González | 2009-02-17 | 1 | -1/+6 |
* | Cleaned up transfer effect. Despite the huge diff, I didn't change any logic... | Scott González | 2009-02-17 | 1 | -39/+25 |
* | Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then ... | Scott González | 2009-02-17 | 1 | -4/+4 |
* | Resizable: Fixed #4147 - Little jump when a resizable is about to reach the c... | Eduardo Lundgren | 2009-02-15 | 1 | -8/+8 |
* | Tabs: using closest() is shorter | Klaus Hartl | 2009-02-14 | 1 | -4/+3 |
* | Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occ... | Scott González | 2009-02-14 | 1 | -1/+1 |
* | Mouse: Stop immediate propagation of click events. Partial fix for #3177 - c... | Scott González | 2009-02-14 | 1 | -0/+1 |
* | Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well... | Klaus Hartl | 2009-02-13 | 2 | -17/+31 |
* | fixed an incorrect slash and a self closing span | Klaus Hartl | 2009-02-13 | 1 | -2/+2 |
* | sortable: pageX/pageY already do not include scroll offsets in safari, theref... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -2/+2 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
* | draggable: pageX/pageY already do not include scroll offsets in safari, there... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
* | draggable,sortable: if the offset parent is the body, top/left values should ... | Paul Bakaus | 2009-02-13 | 2 | -2/+2 |
* | updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new...1.6 | Richard Worth | 2009-02-13 | 1 | -1/+1 |
* | Datepicker: Added test for #4055 - onclick events contain references to "jQue... | Scott González | 2009-02-13 | 1 | -0/+14 |
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator i... | Scott González | 2009-02-13 | 2 | -4/+2 |
* | Resizable: | Scott González | 2009-02-13 | 4 | -55/+10 |
* | Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - f... | Scott González | 2009-02-13 | 1 | -5/+3 |
* | Prevent loading core files multiple times. Fixes #4130 - Too much recurson w... | Scott González | 2009-02-13 | 2 | -6/+4 |
* | datepicker: temporary solution for inline click events with noConflict(true),... | Paul Bakaus | 2009-02-11 | 1 | -9/+13 |
* | progressbar: removed unused variables, some whitespace changes (fixes #4052) | Paul Bakaus | 2009-02-11 | 1 | -7/+5 |
* | draggable: fixed numerous issues with over/out logic on connected sortable li... | Paul Bakaus | 2009-02-10 | 1 | -3/+16 |
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 7 | -13/+13 |
* | sortable: if current item was removed by user, it was reappended by the clear... | Paul Bakaus | 2009-02-10 | 1 | -2/+3 |
* | core: prevent calling plugins if the node doesn't exist in DOM anymore (has b... | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
* | accordion: chaining breaks if value in height() is negative (fixes #4102) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
* | base theme: fixed typo with the inclusion of a bg texture (fixes #4046) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
* | slider: fixed failing visual test: slider_in_container_with_scrollbars | Richard Worth | 2009-02-10 | 1 | -0/+2 |
* | demos/sortable/connect-lists-through-tabs: quick selector bugfix | Bohdan Ganicky | 2009-02-09 | 1 | -1/+1 |
* | Resizable tests: Removed preserveCursor and proportionallyResize options. | Scott González | 2009-02-09 | 1 | -2/+0 |
* | Resizable tests: Removed transparent option. | Scott González | 2009-02-09 | 1 | -1/+0 |
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 2 | -2/+8 |
* | demos/sortable/connect-lists-through-tabs: finetuning | Bohdan Ganicky | 2009-02-09 | 1 | -4/+5 |
* | Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element | Eduardo Lundgren | 2009-02-09 | 1 | -1/+4 |
* | Resizable: Fixed #4090 - proportionallyResize option should be removed (made ... | Eduardo Lundgren | 2009-02-09 | 1 | -13/+12 |
* | Resizable: Fixed #4092 - preserveCursor option should be removed | Eduardo Lundgren | 2009-02-09 | 1 | -7/+3 |
* | Resizable: Fixed #4098 - Remove transparent option | Eduardo Lundgren | 2009-02-09 | 1 | -6/+1 |
* | Dialog: Don't allow the height of the content area to be negative. | Scott González | 2009-02-09 | 1 | -1/+1 |
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 2 | -10/+5 |
* | resizable visual tests: added option preventDefault tests | Richard Worth | 2009-02-08 | 3 | -8/+49 |
* | Removed unused code obsoleted by #3906 and r1754 | Richard Worth | 2009-02-08 | 1 | -18/+0 |
* | resizable unit tests: defaults alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
* | droppable visual tests: added option accept tests | Richard Worth | 2009-02-07 | 5 | -24/+124 |
* | droppable: defaults - alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |