| Commit message (Expand) | Author | Age | Files | Lines |
* | Class Animation: Don't animate shorthand styles. | Scott González | 2009-11-15 | 1 | -3/+16 |
* | Tabs: Removed deprecated deselctable option (use collapsible instead). | Scott González | 2009-11-13 | 1 | -6/+0 |
* | Effects: Added fade effect. Needs documentation. | Scott González | 2009-11-13 | 1 | -0/+32 |
* | Core: Preserve header in minified file. | Scott González | 2009-11-13 | 1 | -1/+1 |
* | Tabs: Never remove the ui-state-default class when switching tabs. | Scott González | 2009-11-13 | 1 | -4/+4 |
* | Effects: Cleaned up createWrapper(). | Scott González | 2009-11-10 | 1 | -15/+27 |
* | Effects: Added support for effects on elements with right and/or bottom style... | Scott González | 2009-11-10 | 1 | -4/+12 |
* | Effects core: Reorganized code, no actual changes. | Scott González | 2009-11-10 | 1 | -253/+276 |
* | Slider: Added paging - page up/down jumps by 1/5 the size of the range. | Scott González | 2009-11-09 | 1 | -0/+12 |
* | Tabs: Made detection of navigation more flexible - now the first descendant l... | Scott González | 2009-11-09 | 1 | -1/+2 |
* | Effects: Fixed a bug when animating classes and nothing should happen, e.g., ... | Scott González | 2009-11-06 | 1 | -13/+6 |
* | Effects: Added support for animating borderColor (previously only supported i... | Scott González | 2009-11-06 | 1 | -1/+1 |
* | Effects: Force a non-empty hash of properties for class animations to ensure ... | Scott González | 2009-11-06 | 1 | -1/+1 |
* | Datepicker: Added Afrikaans and English/UK localisations | Keith Wood | 2009-10-22 | 2 | -0/+46 |
* | Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem... | Richard Worth | 2009-10-17 | 1 | -1/+3 |
* | Slider: Fixed values getter to be trimmed by min and max as value method is. ... | Richard Worth | 2009-10-12 | 1 | -15/+35 |
* | slider: Removed undocumented noPropagation last arg from values method as per... | Richard Worth | 2009-10-12 | 1 | -2/+2 |
* | slider: use internal methods _valueMin() and _valueMax() | Richard Worth | 2009-10-12 | 1 | -2/+2 |
* | Slider: Fixed animation to respond to keypress as well as mouse click, animat... | Richard Worth | 2009-10-12 | 1 | -10/+24 |
* | slider: fixed two failing unit tests | Richard Worth | 2009-10-12 | 1 | -0/+2 |
* | Dialog: Fixed position parsing. | Scott González | 2009-09-30 | 1 | -28/+28 |
* | Sortable: add missed self. in uiHash. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
* | Dialog: fixes a typo. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
* | Fixed the initialization of color animations for cases where the first step o... | Scott González | 2009-09-20 | 1 | -1/+2 |
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 1 | -0/+6 |
* | dialog: fixed _position regression; wrote a test for the default positon, whi... | Jörn Zaefferer | 2009-09-19 | 1 | -27/+28 |
* | dialog: fixed enable and disable methods | Richard Worth | 2009-09-19 | 1 | -0/+5 |
* | Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't hav... | Scott González | 2009-09-18 | 1 | -28/+107 |
* | dialog: filter invalid option-position values, convert title argument to stri... | Jörn Zaefferer | 2009-09-17 | 1 | -1/+4 |
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery... | Richard Worth | 2009-09-17 | 73 | -27/+27 |
* | dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog | Ca-Phun Ung | 2009-09-15 | 1 | -1/+1 |
* | dialog: always convert value for closeText option to a string (fixes options-... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+2 |
* | progressbar: option-test fails for non-numeric values, so anything non-numeri... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+3 |
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced in... | Jörn Zaefferer | 2009-09-15 | 1 | -16/+12 |
* | resizable: make global _store variable local | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | datepicker: fixed two global variables | Jörn Zaefferer | 2009-09-15 | 1 | -2/+3 |
* | Widget factory: Namespace the remove event handler. | Scott González | 2009-09-06 | 1 | -1/+1 |
* | Widget factory: Added support for deep extending multiple option hashes on init. | Scott González | 2009-08-28 | 1 | -1/+1 |
* | Widget factory: Support passing multiple option hashes on init. Fixes #4784. | Scott González | 2009-08-26 | 1 | -0/+5 |
* | Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioni... | Scott González | 2009-08-26 | 1 | -2/+0 |
* | draggable, sortable: include originalPosition in ui hash, implements #3782 | Paul Bakaus | 2009-08-23 | 2 | -0/+2 |
* | sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991 | Paul Bakaus | 2009-08-22 | 1 | -1/+0 |
* | sortable: toArray/serialize should not include the placeholder, fixes #4138 | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
* | droppable: greedy childs that dont accept the draggable dont block propagatio... | Paul Bakaus | 2009-08-22 | 1 | -4/+7 |
* | draggable: scope option failed when no droppables within that scope exist, fi... | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
* | draggable: position and offset were undefined in start callback, fixes #4380 | Paul Bakaus | 2009-08-22 | 1 | -2/+2 |
* | draggable: made stack accept a selector instead of a complex hash, min value ... | Paul Bakaus | 2009-08-22 | 1 | -5/+6 |
* | draggable: direct removal of draggable element on drop event doesnt make used... | Paul Bakaus | 2009-08-21 | 1 | -0/+4 |
* | Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793 | Chi Cheng | 2009-08-19 | 3 | -5/+5 |
* | accordion: Fix for #4695, refactored | Jörn Zaefferer | 2009-08-11 | 1 | -2/+1 |