aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Widget factory: Make methods chainable if the return value is undefined. ↵Scott González2009-06-151-1/+1
| | | | Fixed #4601 (Allow undefined return value for chainable method calls).
* Fixed Italian localization for datepicker. (Fixed #4599 - Datepicker i18n: ↵Scott González2009-06-131-4/+4
| | | | Fix Italian localization). Thanks Antonello Pasella.
* Effects core: Fixed indentation for color animation overrides.Scott González2009-06-121-19/+16
|
* UI Tabs: a fix for messed up animations and ajax tabsKlaus Hartl2009-06-121-0/+4
|
* Effects core: Reorganized method overloading.Scott González2009-06-111-11/+10
|
* Effects core: Refactored .effect() method; now uses _normalizeArguments and ↵Scott González2009-06-111-2/+11
| | | | honors jQuery.fx.off. Fixes #4328 (IE6 with fx.off and highlight throws a script error).
* Datepicker: Fixed #4514 Dialog doesn't accept initial date as DateKeith Wood2009-06-111-6/+7
|
* Effects core: Changed callback option to complete. Fixes #4586 (Effects ↵Scott González2009-06-101-1/+1
| | | | callback should be "complete" not "callback").
* Effects core: Refactored show/hide/toggle methods.Scott González2009-06-101-20/+38
|
* Datepicker: Fixed #4556 Hungarian locale typoKeith Wood2009-06-091-2/+2
|
* Dialog: adjusting minHeight when the height option is less than the ↵Scott González2009-06-091-11/+27
| | | | minHeight to prevent unexpectedly large dialogs. Fixes #4101 (Ui Dialog height does not adjust minHeight). Fixes #4122 (Dialog's content area isn't resized when height is adjusted).
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵Scott González2009-06-096-23/+11
| | | | $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used).
* Datepicker: Added Vietnamese localisationKeith Wood2009-06-063-0/+25
|
* svn:mime-typeRichard Worth2009-06-040-0/+0
|
* Updated base theme to match smoothness. Fixed #4447 - UI Icons are not even, ↵Richard Worth2009-06-0410-10/+10
| | | | causes misaligned buttons
* Dialog Modal Form Demo: Added ui-state-focus class on focus (fixes #4568 - ↵Scott González2009-05-311-7/+14
| | | | Demo: Dialog modal form demo doesn't react to focus on button).
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-2736-522/+1299
|
* eol-style and mime-typeRichard Worth2009-05-223-168/+168
|
* Partial fix for #3773Jörn Zaefferer2009-05-122-2/+2
|
* Tabs: prevent list-style assigned to li directly, fixes #4450Klaus Hartl2009-05-111-2/+2
|
* spinner: removed mousewheel plugin from trunk/external (revert)Ca-Phun Ung2009-05-115-335/+0
|
* Fix for #4282, fixes 14 testsJörn Zaefferer2009-05-111-10/+8
|
* Fix for #4222Jörn Zaefferer2009-05-114-10/+59
|
* spinner: added mousewheel plugin to trunk/external.Ca-Phun Ung2009-05-115-0/+335
|
* fix for #4492: added missing semicolonsJörn Zaefferer2009-05-071-6/+6
|
* Datepicker: Fixed #4474 Pressing Return (keyCode 13) overwrites manually ↵Keith Wood2009-04-261-3/+1
| | | | inserted input in DatePicker
* Datepicker: Fixed #4480 Date format and first day for regional default ↵Keith Wood2009-04-261-3/+3
| | | | values in "ui.datepicker-ca.js"
* Datepicker: Added Azerbaijani localisationKeith Wood2009-04-263-0/+25
|
* removed BOMsRichard Worth2009-04-242-2/+2
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-18/+22
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-2/+2
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-1/+1
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-1/+2
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-6/+5
|
* effects: demo visualising easing functions, tuningJörn Zaefferer2009-04-231-12/+0
|
* 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().