| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -50/+45 |
* | 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 | 3 | -18/+2 |
* | Added visual test for dialog on a page with a large DOM. | Scott González | 2009-02-25 | 1 | -0/+2959 |
* | Fixes ie6 bug where range blinks sometimes to a small height or width | Scott Jehl | 2009-02-24 | 1 | -1/+1 |
* | 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 |
* | Added diffs to static and visual markup side-by-side tests | Richard Worth | 2009-02-21 | 35 | -154/+381 |
* | added rules to make sure font color works on links within error and highlight... | Scott Jehl | 2009-02-20 | 1 | -0/+2 |
* | switched order of ui-widget-content and ui-widget-header styles - header styl... | Scott Jehl | 2009-02-20 | 1 | -2/+2 |
* | restrict sort to x axis | Scott Jehl | 2009-02-20 | 1 | -1/+1 |
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 247 | -427/+562 |
* | Tabs: normalization of href attribute required in IE, fixes #4134 | Klaus Hartl | 2009-02-19 | 2 | -7/+17 |
* | changed bottom padding on selected tab from .1em to 1px. This is supposed to ... | Scott Jehl | 2009-02-19 | 1 | -1/+1 |
* | 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 | 4 | -0/+44 |
* | 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: fixed incorrect cursor for disabled tabs | Klaus Hartl | 2009-02-18 | 1 | -1/+1 |
* | Tabs: solved spinner issues and ajax loading not being stopped when selecting... | Klaus Hartl | 2009-02-18 | 7 | -53/+92 |
* | Demos for switchClass and toggleClass. | Scott González | 2009-02-18 | 2 | -0/+101 |
* | reverted my slider collision changes - will submit as a patch | Scott Jehl | 2009-02-18 | 5 | -158/+0 |
* | a couple tests to demonstrate how handles can potentially split a value | Scott Jehl | 2009-02-18 | 2 | -0/+114 |
* | reverted r2094 as it broke ranges (again) | Richard Worth | 2009-02-18 | 1 | -2/+2 |
* | mime type, eol | Scott Jehl | 2009-02-18 | 0 | -0/+0 |
* | Added a static demo and CSS solution for the common problem that occurs when ... | Scott Jehl | 2009-02-18 | 3 | -0/+44 |
* | fixed range sliders in IE6 again | Richard Worth | 2009-02-18 | 1 | -2/+2 |
* | sortable demos: added zoom: 1 for IE6 | Richard Worth | 2009-02-18 | 1 | -1/+1 |
* | progressbar demos: missing '}' | Richard Worth | 2009-02-18 | 1 | -1/+1 |
* | 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 |