aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Widget factory: Namespace the remove event handler.Scott González2009-09-061-1/+1
* Widget factory: Added support for deep extending multiple option hashes on init.Scott González2009-08-281-1/+1
* Widget factory: Support passing multiple option hashes on init. Fixes #4784.Scott González2009-08-261-0/+5
* Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioni...Scott González2009-08-261-2/+0
* draggable, sortable: include originalPosition in ui hash, implements #3782Paul Bakaus2009-08-232-0/+2
* sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991Paul Bakaus2009-08-221-1/+0
* sortable: toArray/serialize should not include the placeholder, fixes #4138Paul Bakaus2009-08-221-3/+3
* droppable: greedy childs that dont accept the draggable dont block propagatio...Paul Bakaus2009-08-221-4/+7
* draggable: scope option failed when no droppables within that scope exist, fi...Paul Bakaus2009-08-221-3/+3
* draggable: position and offset were undefined in start callback, fixes #4380Paul Bakaus2009-08-221-2/+2
* draggable: made stack accept a selector instead of a complex hash, min value ...Paul Bakaus2009-08-221-5/+6
* draggable: direct removal of draggable element on drop event doesnt make used...Paul Bakaus2009-08-211-0/+4
* Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793Chi Cheng2009-08-193-5/+5
* accordion: Fix for #4695, refactoredJörn Zaefferer2009-08-111-2/+1