aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar: Modified value method to act as both a getter and setter. ↵Scott González2009-04-161-2/+6
| | | | Fixed #4427 - progressbar('value') returns a reference to this instead of the value.
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-1511-47/+67
| | | | factory should auto detect getters.
* Datepicker: Fixed #4462 - Estonian localizationKeith Wood2009-04-141-0/+22
|
* Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters ↵Andrew Powell2009-04-121-1/+2
| | | | with the same name. Scott's changes to the widget factory enable this and will be merged soon.
* Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar ↵Keith Wood2009-04-101-4/+4
| | | | enabled
* Datepicker: Restored keystrokes for yearly movementsKeith Wood2009-04-101-10/+17
|
* Datepicker: Removed more remnants of range select functionalityKeith Wood2009-04-101-11/+5
|
* Datepicker: Apply min/max settings on setDateKeith Wood2009-04-101-13/+14
|
* Datepicker: Fixed #4054 - Datepicker overlay problem in IE6Keith Wood2009-04-101-7/+19
|
* Datepicker: Removed remnants of yearly stepsKeith Wood2009-04-101-18/+10
|
* Dialog: Fixed the case where you open two modal dialogs and then close the ↵Scott González2009-04-021-0/+18
| | | | top dialog and inputs in the first dialog were no longer usable - Fixes #4309.
* fixed #4391 - ui-state-hover, ui-state-active and disabled slidersRichard Worth2009-04-021-4/+28
|
* Datepicker: added Windows ticks formatKeith Wood2009-04-011-26/+29
|
* Datepicker: fixed #4285 - Week of the Year off by one during daylight saving ↵Keith Wood2009-04-011-14/+7
| | | | | | time And simplified calculation
* Datepicker: fixed #4085 - Can not display year and month correctly in JapaneseKeith Wood2009-04-0142-95/+211
|
* Datepicker: Removed remnants of range select functionalityKeith Wood2009-04-011-36/+12
|
* Datepicker: fixed #4301 - option dateFormat getter does not return same ↵Keith Wood2009-04-011-12/+17
| | | | value as setter
* Dialog: Don't bind overlay event handlers if the overlays are destroyed ↵Scott González2009-03-281-4/+7
| | | | before the setTimeout block is executed - Fixes #4065 - modal dialog + button locks page.
* Widget factory: Fixed $4266 - Add custom selectors for widgets.Scott González2009-03-281-2/+9
|
* Widget factory: Fixed #4366 - Deep copy options on init.Scott González2009-03-281-1/+1
|
* Fixed #4240 - Datepicker destroy affects other datepickers - appended text tooKeith Wood2009-03-221-14/+15
|
* Datepicker: fixed #4362 Update Croation localizationKeith Wood2009-03-191-2/+2
|
* Fixed #4341 - Selectable: option appendTo is ignored, helper always appends ↵Richard Worth2009-03-181-1/+1
| | | | to body
* Fixed #4331 - Accordion requires theme CSS to function in IERichard Worth2009-03-181-1/+1
|
* Fixed #4318 - Slider: method destroy does not remove ui-slider-rangeRichard Worth2009-03-181-0/+1
|
* Fixed #4240 - Datepicker destroy affects other datepickersRichard Worth2009-03-181-8/+12
|
* Fixed #4199 (resizable with containment boundary - aspectRatio breaks.) with ↵Richard Worth2009-03-171-3/+3
| | | | patch from #4349 (Resizable with Containment Aspect Ratio Bug (Includes patching instructions)) props tcarnell and garside
* 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
|