aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar: Modified value method to act as both a getter and setter. ↵Scott González2009-04-162-2/+15
| | | | 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-1520-63/+215
| | | | factory should auto detect getters.
* Datepicker: Fixed #4462 - Estonian localizationKeith Wood2009-04-143-0/+25
|
* 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: Apply min/max settings on setDateKeith Wood2009-04-101-0/+34
|
* 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: fixed #4085 - Can not display year and month correctly in JapaneseKeith Wood2009-04-101-3/+2
|
* Datepicker: Removed remnants of yearly stepsKeith Wood2009-04-101-18/+10
|
* SVN props.Scott González2009-04-020-0/+0
|
* Added demo for animated dialog.Scott González2009-04-022-0/+54
|
* 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
|
* added test page for #4391 - ui-state-hover, ui-state-active and disabled slidersRichard Worth2009-04-021-0/+44
|
* Datepicker: added Windows ticks formatKeith Wood2009-04-012-26/+37
|
* 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-011-2/+1
|
* 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: Corrected unit tests for structural changes and end of monthKeith Wood2009-04-012-32/+43
|
* Datepicker: fixed #4301 - option dateFormat getter does not return same ↵Keith Wood2009-04-012-12/+28
| | | | value as setter
* Finally fixed the mutiple row tabs vs float issue (until scrolling is ↵Klaus Hartl2009-03-281-6/+6
| | | | implemented) - fixes #4399. Also fixed: tabs not scrolling in IE when contained in element with overflow set to auto or scroll, tab label text wrap in IE 6.
* 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
|
* Fixed dialog tests to use same instead of equals for hashes.Scott González2009-03-281-2/+2
|
* Widget factory: Fixed #4366 - Deep copy options on init.Scott González2009-03-281-1/+1
|
* added a rule for widget embedding font size. Resets ui-widget class ↵Scott Jehl2009-03-241-0/+1
| | | | font-size to 1em when inside another ui-widget.
* added accordion visual test: option autoHeight trueRichard Worth2009-03-231-0/+48
|
* eol-style and mime-typeRichard Worth2009-03-237-250/+250
|
* added, cleaned up, and renamed some accordion visual testsRichard Worth2009-03-2312-106/+335
|
* Demos: sortable accordionChi Cheng2009-03-222-1/+66
|
* Fixed #4240 - Datepicker destroy affects other datepickers - appended text tooKeith Wood2009-03-221-14/+15
|
* #4385 test page - ticket summary changedRichard Worth2009-03-211-1/+1
|
* #4385 - fixed a bug in the test page: values were being displayed even if ↵Richard Worth2009-03-211-2/+3
| | | | they didn't meet minrange
* slider: updated #4385 visual test page to match visual test page ticket formatRichard Worth2009-03-211-21/+10
|
* renamed test page for #4385Richard Worth2009-03-211-0/+0
|
* Slider: #4385Chi Cheng2009-03-211-49/+49
|
* Slider: #4385Chi Cheng2009-03-211-0/+49
|
* Datepicker: fixed #4362 Update Croation localizationKeith Wood2009-03-191-2/+2
|
* removed (incorrectly filenamed) ticket for invalid #4355Richard Worth2009-03-181-30/+0
|
* Fixed #4341 - Selectable: option appendTo is ignored, helper always appends ↵Richard Worth2009-03-181-1/+1
| | | | to body
* #4341 - Added visual test pageRichard Worth2009-03-181-0/+43
|
* Fixed #4331 - Accordion requires theme CSS to function in IERichard Worth2009-03-181-1/+1
|
* #4251 - Added visual test pagesRichard Worth2009-03-184-0/+154
|
* Fixed #4318 - Slider: method destroy does not remove ui-slider-rangeRichard Worth2009-03-181-0/+1
|
* #4318 - Added visual test pageRichard Worth2009-03-181-0/+25
|
* Fixed #4240 - Datepicker destroy affects other datepickersRichard Worth2009-03-181-8/+12
|