aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* formattingJörn Zaefferer2009-03-151-2/+4
|
* Datepicker : albanian localization. fixed #4313Chi Cheng2009-03-101-1/+1
|
* Fixed #4315 (Slider: clicking on slider with negative values causes error ↵Richard Worth2009-03-101-1/+1
| | | | 'closestHandle is undefined')
* Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0)Richard Worth2009-03-101-4/+8
|
* Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0)Richard Worth2009-03-091-17/+33
|
* Datepicker: Update Ukrainian LocalizationChi Cheng2009-03-071-7/+13
|
* Datepicker: Update Romanian Localization, thanks Ionut G. StanChi Cheng2009-03-071-13/+16
|
* Droppable: short _init code.Chi Cheng2009-03-051-4/+4
|
* Droppable: droppable('option', 'accept', selector) fails. fixes #4278Chi Cheng2009-03-051-1/+1
|
* Dialog: fix dialog height from being reset after drag in Safari. related to ↵Richard Worth2009-03-031-0/+2
| | | | r2152 and #4252
* accordion: call .blur() so ui-state-focus class gets removed from ↵Richard Worth2009-03-021-1/+1
| | | | last-focused header. See r1945
* Fixed #3053 - when resizing a image a row of pixels can disappearRichard Worth2009-03-021-0/+3
| | | | | props raziel057
* Fixed #4127 - Resizable: displacement of element (in case of constraint ↵Richard Worth2009-03-021-0/+3
| | | | | | | resize area) props raziel057
* Tabs: fixed a few issues in rotate method extensionKlaus Hartl2009-03-011-11/+16
|
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-15/+18
|
* Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ↵Scott González2009-03-011-2/+0
| | | | undocumented dragHelper and resizeHelper options should be removed.
* Tabs: fixed stopping a rotationKlaus Hartl2009-02-281-14/+15
|
* resizable: add ui-resizable-resizing class during resizeRichard Worth2009-02-281-1/+4
|
* Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper ↵Richard Worth2009-02-281-1/+7
| | | | options should be removed
* slider: use handle width / 2 instead of marginLeft to find offset of ↵Richard Worth2009-02-281-1/+1
| | | | mousedown relative to center of handle (fixes #4063 - slider: horizontal slider handle jumps up when you click on it IE6)
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-2725-25/+25
|
* 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-251-48/+42
|
* 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 ↵Scott González2009-02-251-4/+4
| | | | z-index adjusted incorrectly on mousedown.
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-251-9/+2
|
* slider: only return false on handle keydown if one of arrow keys or ↵Richard Worth2009-02-231-1/+4
| | | | pgup/down are pressed (otherwise tab is broken)
* 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 ↵Klaus Hartl2009-02-221-36/+35
| | | | identifier, fixes #4210; fixed issue with jQuery 1.3.2 :visible selector; started to fix JSLint warnings...
* Dialog: When animating dialog close, wait until after the animation ↵Scott González2009-02-211-7/+12
| | | | completes before triggering the close event. Fixes #4207 - Dialog close event occurs too early with hide effect.
* Slider: Fixed min and max range sliders to add ui-slider-range-min or ↵Richard Worth2009-02-211-10/+12
| | | | | | | ui-slider-range-max class and not set corresponding left/right/top/bottom inline, only width/height (fixes #4182 - slider min/max classes aren't being added to range div) (fixes #3850 - Slider Range With Fixed Max Demo Bug in Opera)
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-6/+14
|
* effects core: the second argument passed to effect methods wasn't checked ↵Paul Bakaus2009-02-191-1/+1
| | | | for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter)
* Fixed #4156 Serbian localizationsKeith Wood2009-02-192-0/+38
|
* Resizable: Fixed containment within relative/absolute positioned parent. ↵Scott González2009-02-191-0/+5
| | | | Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar.
* Dialog: Removed $.ui.dialog.topMostDialog - added for performance ↵Scott González2009-02-191-4/+1
| | | | improvement, but not needed and could cause problems.
* Dialog: Refactored event delegation to cancel events for modal dialogs. ↵Scott González2009-02-191-20/+5
| | | | Fixes #2807 - dialogUI + modal mode = slow.
* Dialog: Use event delegation to cancel events for modal dialogs. Fixes ↵Scott González2009-02-191-2/+2
| | | | #2807 - dialogUI + modal mode = slow.
* Dialog: Refactored moveToTop, greatly improving performance for opening ↵Scott González2009-02-191-8/+11
| | | | dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow.
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-181-45/+54
| | | | selecting a static page tab, fixes #4109, #3929
* Slider: Removed support for auto orientation, set default to horizontal. ↵Scott González2009-02-181-2/+2
| | | | Fixed #4174.
* slider: limit the returned floats to 5 digits after the decimal point, ↵Paul Bakaus2009-02-171-1/+3
| | | | corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values)
* slider:Paul Bakaus2009-02-171-32/+32
| | | | | - fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true) - normalized all ui hash information
* slider: animate option was ignored if only one handle (fixes #4167 ↵Paul Bakaus2009-02-171-8/+6
| | | | slider:animation for single handles broken)