aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated demos to a standard format - class animations do not seem to work in ...Scott Jehl2009-02-2712-59/+365
* removed margin-left rules due to IE6 conflictScott Jehl2009-02-277-7/+7
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-2729-44/+44
* removed margin-left rules from these draggable demos due to IE6 conflictScott Jehl2009-02-279-11/+16
* added effect method folders / pagesScott Jehl2009-02-2657-2797/+0
* added effect method folders / pagesScott Jehl2009-02-2612-0/+397
* effect method demos page - possibly a good solution for thisScott Jehl2009-02-262-0/+123
* better performing check for base and href in IEKlaus Hartl2009-02-261-3/+3
* Dialog: Fixed bug where dialogs wouldn't close if there was no animation.Scott González2009-02-261-1/+1
* Tabs: refactored - replaced noisy $property names Klaus Hartl2009-02-251-72/+69
* Tabs: refactored so that it's using queue, fixes #4060Klaus Hartl2009-02-252-50/+45
* Tabs: fixes #4033 as well for the case a base tag is being usedKlaus Hartl2009-02-251-1/+3
* Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-ind...Scott González2009-02-251-4/+4
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-253-18/+2
* Added visual test for dialog on a page with a large DOM.Scott González2009-02-251-0/+2959
* Fixes ie6 bug where range blinks sometimes to a small height or widthScott Jehl2009-02-241-1/+1
* slider: only return false on handle keydown if one of arrow keys or pgup/down...Richard Worth2009-02-231-1/+4
* Tabs should not use toggleClass() for state handling, fixes #4212Klaus Hartl2009-02-221-6/+15
* Tabs: some refactoring to avoid redundant codeKlaus Hartl2009-02-221-27/+25
* Tabs: fixed remaining JSLint warningsKlaus Hartl2009-02-221-39/+73
* Tabs: avoid !0 == trueKlaus Hartl2009-02-221-2/+2
* removed invalid character, added missing semicolonKlaus Hartl2009-02-221-3/+3
* Tabs: cookie was not considered if page url contains some fragment identifier...Klaus Hartl2009-02-221-36/+35
* Dialog: When animating dialog close, wait until after the animation completes...Scott González2009-02-211-7/+12
* Slider: Fixed min and max range sliders to add ui-slider-range-min or ui-slid...Richard Worth2009-02-211-10/+12
* Added diffs to static and visual markup side-by-side testsRichard Worth2009-02-2135-154/+381
* added rules to make sure font color works on links within error and highlight...Scott Jehl2009-02-201-0/+2
* switched order of ui-widget-content and ui-widget-header styles - header styl...Scott Jehl2009-02-201-2/+2
* restrict sort to x axisScott Jehl2009-02-201-1/+1
* Switched to jQuery 1.3.2Richard Worth2009-02-20247-427/+562
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-192-7/+17
* changed bottom padding on selected tab from .1em to 1px. This is supposed to ...Scott Jehl2009-02-191-1/+1
* effects core: the second argument passed to effect methods wasn't checked for...Paul Bakaus2009-02-191-1/+1
* Fixed #4156 Serbian localizationsKeith Wood2009-02-194-0/+44
* Resizable: Fixed containment within relative/absolute positioned parent. Fix...Scott González2009-02-191-0/+5
* Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement...Scott González2009-02-191-4/+1
* Dialog: Refactored event delegation to cancel events for modal dialogs. Fixe...Scott González2009-02-191-20/+5
* Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807...Scott González2009-02-191-2/+2
* Dialog: Refactored moveToTop, greatly improving performance for opening dialo...Scott González2009-02-191-8/+11
* Tabs: fixed incorrect cursor for disabled tabsKlaus Hartl2009-02-181-1/+1
* Tabs: solved spinner issues and ajax loading not being stopped when selecting...Klaus Hartl2009-02-187-53/+92
* Demos for switchClass and toggleClass.Scott González2009-02-182-0/+101
* reverted my slider collision changes - will submit as a patchScott Jehl2009-02-185-158/+0
* a couple tests to demonstrate how handles can potentially split a valueScott Jehl2009-02-182-0/+114
* reverted r2094 as it broke ranges (again)Richard Worth2009-02-181-2/+2
* mime type, eolScott Jehl2009-02-180-0/+0
* Added a static demo and CSS solution for the common problem that occurs when ...Scott Jehl2009-02-183-0/+44
* fixed range sliders in IE6 againRichard Worth2009-02-181-2/+2
* sortable demos: added zoom: 1 for IE6Richard Worth2009-02-181-1/+1
* progressbar demos: missing '}'Richard Worth2009-02-181-1/+1