aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Scale: Reset opacity after animation. Fixed #4274 - New show hide effects don...Scott González2009-07-091-0/+3
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove absol...Scott González2009-07-091-1/+0
* Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove absol...Scott González2009-07-091-1/+0
* Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety a...Richard Worth2009-07-071-4/+0
* Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonthsKeith Wood2009-07-051-1/+1
* Datepicker: Fixed #4646 Localization error in ui.datepicker-es.jsKeith Wood2009-07-051-2/+2
* Widget factory: Convert falsy data values to an empty hash in _trigger. Fixe...Scott González2009-07-041-0/+1
* accordion fix for #4653: added tests, adopted no-auto-height demo to also cov...Jörn Zaefferer2009-07-031-13/+15
* Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localizationKeith Wood2009-06-221-0/+7
* Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column l...Keith Wood2009-06-221-3/+3
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days fr...Keith Wood2009-06-211-3/+6
* Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define d...Scott González2009-06-201-0/+7
* Datepicker: default, min, and max dates can be specified as date strings in t...Keith Wood2009-06-161-9/+15
* Datepicker: Fixed #4592 Basque (euskara) localizationKeith Wood2009-06-161-0/+22
* Refactored puff effect.Scott González2009-06-151-25/+20
* Effects core: Removed jQuery.fn.morph (same as jQuery.fn.switchClass). Fixed...Scott González2009-06-151-4/+1
* Effects core: Tweaked color animation.Scott González2009-06-151-9/+8
* Widget factory: Make methods chainable if the return value is undefined. Fix...Scott González2009-06-151-1/+1
* Fixed Italian localization for datepicker. (Fixed #4599 - Datepicker i18n: F...Scott González2009-06-131-4/+4
* 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 h...Scott González2009-06-111-2/+11
* 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 call...Scott González2009-06-101-1/+1
* 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 minHeight...Scott González2009-06-091-11/+27
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed $.ui.mouse.defa...Scott González2009-06-096-23/+11
* Datepicker: Added Vietnamese localisationKeith Wood2009-06-061-0/+22
* eol-style and mime-typeRichard Worth2009-05-221-21/+21
* Partial fix for #3773Jörn Zaefferer2009-05-122-2/+2
* Fix for #4282, fixes 14 testsJörn Zaefferer2009-05-111-10/+8
* Fix for #4222Jörn Zaefferer2009-05-111-5/+28
* fix for #4492: added missing semicolonsJörn Zaefferer2009-05-071-6/+6
* Datepicker: Fixed #4474 Pressing Return (keyCode 13) overwrites manually inse...Keith Wood2009-04-261-3/+1
* Datepicker: Fixed #4480 Date format and first day for regional default values...Keith Wood2009-04-261-3/+3
* Datepicker: Added Azerbaijani localisationKeith Wood2009-04-261-0/+22
* updated the condition to assert that values.legnth ==2 and range: true. (fix...Andrew Powell2009-04-191-2/+4
* Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core ...Scott González2009-04-191-2/+4
* Dialog: Using new delayed focus method. Also fixed a bug where focus would l...Scott González2009-04-181-11/+9
* 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, setFocu...Scott González2009-04-181-0/+13
* Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not wo...Scott González2009-04-181-7/+1
* Accordion: Gracefully falling back to a linear animation for any non-existant...Scott González2009-04-171-0/+3
* Datepicker: Fixed #3861 Manually entered date does not update altFieldKeith Wood2009-04-161-2/+25
* Progressbar: Modified value method to act as both a getter and setter. Fixed...Scott González2009-04-161-2/+6
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...Scott González2009-04-1511-47/+67