aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Datepicker - Fixed #4987 - Add bosnian language to DatePickerKeith Wood2009-12-081-0/+23
* Datepicker: Fixed display of month and year dropdowns when showing month afte...Scott González2009-12-041-1/+1
* Datepicker - Fixed #4704 - Datepicker global variable isn't uniqueKeith Wood2009-12-021-10/+15
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-011-14/+12
* Datepicker - Fixed #4885 - Tab key should not have default behaviour prevente...Keith Wood2009-11-301-12/+14
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-11-291-11/+10
* Datepicker - Fixed #4956 - undefined variable: lookAhead()Keith Wood2009-11-271-0/+7
* Datepicker - Fixed #4969 - Datepicker cannot change values of fields named wi...Keith Wood2009-11-271-1/+1
* ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHT...Andrew Powell2009-11-211-2/+2
* Position: Changed document/window detection to be consistent with jQuery core.Scott González2009-11-191-2/+2
* Fix for #4930Jörn Zaefferer2009-11-161-1/+1
* class animation: added scrollbar property filtering back in to prevent an err...Scott González2009-11-161-2/+1
* Pulsate: Rewrote pulsate effect.Scott González2009-11-161-32/+27
* class animations: Commented out browser-specific style checks.Scott González2009-11-151-1/+1
* Class Animation: Don't animate shorthand styles.Scott González2009-11-151-3/+16
* Tabs: Removed deprecated deselctable option (use collapsible instead).Scott González2009-11-131-6/+0
* Effects: Added fade effect. Needs documentation.Scott González2009-11-131-0/+32
* Core: Preserve header in minified file.Scott González2009-11-131-1/+1
* Tabs: Never remove the ui-state-default class when switching tabs.Scott González2009-11-131-4/+4
* Effects: Cleaned up createWrapper().Scott González2009-11-101-15/+27
* Effects: Added support for effects on elements with right and/or bottom style...Scott González2009-11-101-4/+12
* Effects core: Reorganized code, no actual changes.Scott González2009-11-101-253/+276
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+12
* Tabs: Made detection of navigation more flexible - now the first descendant l...Scott González2009-11-091-1/+2
* Effects: Fixed a bug when animating classes and nothing should happen, e.g., ...Scott González2009-11-061-13/+6
* Effects: Added support for animating borderColor (previously only supported i...Scott González2009-11-061-1/+1
* Effects: Force a non-empty hash of properties for class animations to ensure ...Scott González2009-11-061-1/+1
* Datepicker: Added Afrikaans and English/UK localisationsKeith Wood2009-10-222-0/+46
* Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem...Richard Worth2009-10-171-1/+3
* Slider: Fixed values getter to be trimmed by min and max as value method is. ...Richard Worth2009-10-121-15/+35
* slider: Removed undocumented noPropagation last arg from values method as per...Richard Worth2009-10-121-2/+2
* slider: use internal methods _valueMin() and _valueMax()Richard Worth2009-10-121-2/+2
* Slider: Fixed animation to respond to keypress as well as mouse click, animat...Richard Worth2009-10-121-10/+24
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
* Dialog: Fixed position parsing.Scott González2009-09-301-28/+28
* Sortable: add missed self. in uiHash.Chi Cheng2009-09-271-1/+1
* Dialog: fixes a typo.Chi Cheng2009-09-271-1/+1
* Fixed the initialization of color animations for cases where the first step o...Scott González2009-09-201-1/+2
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-0/+6
* dialog: fixed _position regression; wrote a test for the default positon, whi...Jörn Zaefferer2009-09-191-27/+28
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-0/+5
* Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't hav...Scott González2009-09-181-28/+107
* dialog: filter invalid option-position values, convert title argument to stri...Jörn Zaefferer2009-09-171-1/+4
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-1773-27/+27
* dialog: Fixes #4826 - Setting resizable false toggles resizable on dialogCa-Phun Ung2009-09-151-1/+1
* dialog: always convert value for closeText option to a string (fixes options-...Jörn Zaefferer2009-09-151-1/+2
* progressbar: option-test fails for non-numeric values, so anything non-numeri...Jörn Zaefferer2009-09-151-1/+3
* accordion: remove deprecated alwaysOpen option (collapsible was introduced in...Jörn Zaefferer2009-09-151-16/+12
* resizable: make global _store variable localJörn Zaefferer2009-09-151-1/+1
* datepicker: fixed two global variablesJörn Zaefferer2009-09-151-2/+3