summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-20/+22
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-7/+8
|
* effects: demo visualising easing functions, added to indexJörn Zaefferer2009-04-231-1/+7
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-230-0/+0
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-3/+7
|
* effects: demo visualising easing functionsJörn Zaefferer2009-04-231-0/+92
|
* updated the condition to assert that values.legnth ==2 and range: true. ↵Andrew Powell2009-04-191-2/+4
| | | | (fixed #3736 - Slider: some handles get stuck when using two or more handles)
* Updated the test to include all scenarios.Andrew Powell2009-04-191-4/+19
|
* Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core ↵Scott González2009-04-191-2/+4
| | | | corrupts jQuery toggle(<boolean switch>) functionality.
* Dialog demo: Removed misplaced !important.Scott González2009-04-181-3/+3
|
* Dialog: Using new delayed focus method. Also fixed a bug where focus would ↵Scott González2009-04-181-11/+9
| | | | leave the dialog for a fraction of a second when cycling through the tabbable elements.
* Dialog: Expanded all self-closing tags for HTML conformance.Scott González2009-04-181-4/+4
|
* Dialog: Using local variables to improve minification.Scott González2009-04-181-66/+75
|
* Progressbar: Removed getter property.Scott González2009-04-181-2/+1
|
* Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, ↵Scott González2009-04-182-0/+36
| | | | setFocus().
* Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not ↵Scott González2009-04-181-7/+1
| | | | work (Accordion).
* Accordion: Gracefully falling back to a linear animation for any ↵Scott González2009-04-171-0/+3
| | | | non-existant animation specified for the animated option. Fixes #4392 - Accordion: option animated true causes JavaScript error.
* whitespaceRichard Worth2009-04-171-69/+69
|
* Added visual test page for #3736 - Some handles get stuck when using two or ↵Richard Worth2009-04-172-1/+33
| | | | more handles
* Added visual test page for #3762 - slider handles not restricted properly ↵Richard Worth2009-04-171-0/+27
| | | | when set programmatically
* Datepicker: Fixed #3861 Manually entered date does not update altFieldKeith Wood2009-04-162-2/+36
|
* 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
|