| Commit message (Expand) | Author | Age | Files | Lines |
* | Dialog: fix dialog height from being reset after drag in Safari. related to r... | Richard Worth | 2009-03-03 | 1 | -0/+2 |
* | accordion: call .blur() so ui-state-focus class gets removed from last-focuse... | Richard Worth | 2009-03-02 | 1 | -1/+1 |
* | Fixed #3053 - when resizing a image a row of pixels can disappear | Richard Worth | 2009-03-02 | 1 | -0/+3 |
* | Fixed #4127 - Resizable: displacement of element (in case of constraint resiz... | Richard Worth | 2009-03-02 | 1 | -0/+3 |
* | Tabs: fixed a few issues in rotate method extension | Klaus Hartl | 2009-03-01 | 1 | -11/+16 |
* | Tabs: few fixes required in destroy method, removed ol as tabifyable element | Klaus Hartl | 2009-03-01 | 1 | -15/+18 |
* | Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ... | Scott González | 2009-03-01 | 1 | -2/+0 |
* | Tabs: fixed stopping a rotation | Klaus Hartl | 2009-02-28 | 1 | -14/+15 |
* | resizable: add ui-resizable-resizing class during resize | Richard Worth | 2009-02-28 | 1 | -1/+4 |
* | Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper option... | Richard Worth | 2009-02-28 | 1 | -1/+7 |
* | slider: use handle width / 2 instead of marginLeft to find offset of mousedow... | Richard Worth | 2009-02-28 | 1 | -1/+1 |
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 25 | -25/+25 |
* | better performing check for base and href in IE | Klaus Hartl | 2009-02-26 | 1 | -3/+3 |
* | Dialog: Fixed bug where dialogs wouldn't close if there was no animation. | Scott González | 2009-02-26 | 1 | -1/+1 |
* | Tabs: refactored - replaced noisy $property names | Klaus Hartl | 2009-02-25 | 1 | -72/+69 |
* | Tabs: refactored so that it's using queue, fixes #4060 | Klaus Hartl | 2009-02-25 | 1 | -48/+42 |
* | Tabs: fixes #4033 as well for the case a base tag is being used | Klaus Hartl | 2009-02-25 | 1 | -1/+3 |
* | Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-ind... | Scott González | 2009-02-25 | 1 | -4/+4 |
* | Sortable: Removed accurateIntersection option (Fixes #4225). | Scott González | 2009-02-25 | 1 | -9/+2 |
* | slider: only return false on handle keydown if one of arrow keys or pgup/down... | Richard Worth | 2009-02-23 | 1 | -1/+4 |
* | Tabs should not use toggleClass() for state handling, fixes #4212 | Klaus Hartl | 2009-02-22 | 1 | -6/+15 |
* | Tabs: some refactoring to avoid redundant code | Klaus Hartl | 2009-02-22 | 1 | -27/+25 |
* | Tabs: fixed remaining JSLint warnings | Klaus Hartl | 2009-02-22 | 1 | -39/+73 |
* | Tabs: avoid !0 == true | Klaus Hartl | 2009-02-22 | 1 | -2/+2 |
* | removed invalid character, added missing semicolon | Klaus Hartl | 2009-02-22 | 1 | -3/+3 |
* | Tabs: cookie was not considered if page url contains some fragment identifier... | Klaus Hartl | 2009-02-22 | 1 | -36/+35 |
* | Dialog: When animating dialog close, wait until after the animation completes... | Scott González | 2009-02-21 | 1 | -7/+12 |
* | Slider: Fixed min and max range sliders to add ui-slider-range-min or ui-slid... | Richard Worth | 2009-02-21 | 1 | -10/+12 |
* | Tabs: normalization of href attribute required in IE, fixes #4134 | Klaus Hartl | 2009-02-19 | 1 | -6/+14 |
* | effects core: the second argument passed to effect methods wasn't checked for... | Paul Bakaus | 2009-02-19 | 1 | -1/+1 |
* | Fixed #4156 Serbian localizations | Keith Wood | 2009-02-19 | 2 | -0/+38 |
* | Resizable: Fixed containment within relative/absolute positioned parent. Fix... | Scott González | 2009-02-19 | 1 | -0/+5 |
* | Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement... | Scott González | 2009-02-19 | 1 | -4/+1 |
* | Dialog: Refactored event delegation to cancel events for modal dialogs. Fixe... | Scott González | 2009-02-19 | 1 | -20/+5 |
* | Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807... | Scott González | 2009-02-19 | 1 | -2/+2 |
* | Dialog: Refactored moveToTop, greatly improving performance for opening dialo... | Scott González | 2009-02-19 | 1 | -8/+11 |
* | Tabs: solved spinner issues and ajax loading not being stopped when selecting... | Klaus Hartl | 2009-02-18 | 1 | -45/+54 |
* | Slider: Removed support for auto orientation, set default to horizontal. Fix... | Scott González | 2009-02-18 | 1 | -2/+2 |
* | 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 | 1 | -17/+19 |
* | sortable: pageX/pageY already do not include scroll offsets in safari, theref... | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |