| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 1 | -1/+1 |
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ... | Scott González | 2011-01-14 | 1 | -3/+1 |
* | Accordion: Force the width of the accordion panel during animation when anima... | Scott González | 2011-01-14 | 1 | -11/+23 |
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ... | Scott González | 2011-01-14 | 1 | -2/+5 |
* | Accordion: Cleaned up _createIcons(). | Scott González | 2011-01-13 | 1 | -6/+6 |
* | Accordion: Use event.preventDefault() instead of return false when handling k... | Scott González | 2011-01-13 | 1 | -6/+2 |
* | Accordion: call event.preventDefault() inside the _eventHandler() instead of ... | Scott González | 2011-01-13 | 1 | -6/+9 |
* | Accordion - Make sure we have an element before trying to modify the classNam... | Scott González | 2011-01-13 | 1 | -1/+3 |
* | Merge branch 'accordion-activate' | Scott González | 2011-01-13 | 1 | -57/+68 |
|\ |
|
| * | Accordion: Moved handling for programmatically collapsing the accordion out o... | Scott González | 2011-01-13 | 1 | -42/+35 |
| * | Accordion: Added note about supporting negative values for active option in 2.0. | Scott González | 2011-01-13 | 1 | -1/+1 |
| * | Accordion: Reduced valid active options to numbers and falsey. Added compatib... | Scott González | 2011-01-13 | 1 | -13/+21 |
| * | Accordion: Handle invalid values for the active option. | Scott González | 2011-01-11 | 1 | -11/+22 |
| * | Accordion: First pass at deprecating the activate method. Renamed _clickHandl... | Scott González | 2011-01-11 | 1 | -12/+11 |
* | | Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ... | Alex Dovenmuehle | 2011-01-12 | 1 | -0/+2 |
|/ |
|
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi... | Alex Dovenmuehle | 2011-01-11 | 1 | -5/+20 |
* | Accordion: Start the accordion animation before changing classes. Fixes #6720... | Scott González | 2011-01-11 | 1 | -16/+19 |
* | All: Use .toggleClass() instead of conditionally using .addClass() and .remov... | Xavi | 2010-12-19 | 1 | -2/+1 |
* | Accordion: Move code for deprecated height options into an extension at the b... | Scott González | 2010-12-19 | 1 | -30/+46 |
* | Accordion: Don't include the height of absolute/fixed positioned siblings whe... | Scott González | 2010-12-19 | 1 | -1/+7 |
* | Accordion: Handle changes to deprecated options: autoHeight, clearStyle, fill... | Scott González | 2010-12-19 | 1 | -1/+6 |
* | Accordion: API Redesign. Made style changes and changed 'fill' implementation... | Alex Dovenmuehle | 2010-12-17 | 1 | -22/+27 |
* | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ... | Alex Dovenmuehle | 2010-12-16 | 1 | -7/+25 |
* | Accordion: Split out navigation options into an extension. Fixes #5869 - Acco... | Scott González | 2010-12-11 | 1 | -18/+36 |
* | Accordion: Added .ui-accordion-heading class to header's first child. Fixes #... | Alex Dovenmuehle | 2010-12-10 | 1 | -0/+2 |
* | Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accor... | Scott González | 2010-09-20 | 1 | -1/+2 |
* | Accordion: minor cleanup. | Scott González | 2010-07-27 | 1 | -91/+93 |
* | Accordion: Coding standards. | Scott González | 2010-07-22 | 1 | -207/+280 |
* | Accordion: Use this.headers instead of parsing the DOM to find headers when d... | Scott González | 2010-07-20 | 1 | -1/+1 |
* | Accordion: Use .addClass() instead of .toggleClass() during init so the class... | Scott González | 2010-07-16 | 1 | -1/+3 |
* | Use .children() instead of .find() to manipulate accordion icons. Fixes #4645... | jzaefferer | 2010-07-15 | 1 | -4/+4 |
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
* | Add support for multiple events, along with hoverintent demo. Fixes #3614 - A... | jzaefferer | 2010-07-14 | 1 | -1/+1 |
* | Accordion: Add disabled class to headers and panels to fix styling in IE. Fix... | Scott González | 2010-07-14 | 1 | -7/+11 |
* | Accordion: Animate padding when only showing/hiding a single panel. Fixes #55... | Scott González | 2010-07-14 | 1 | -2/+2 |
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
* | Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resiz... | Scott González | 2010-07-13 | 1 | -1/+1 |
* | Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion he... | Scott González | 2010-07-13 | 1 | -5/+18 |
* | Accordion: Prevent the navigation filter from finding multiple elements. Fixe... | Scott González | 2010-07-13 | 1 | -1/+1 |
* | Updated copyright headers to make it clear that you can choose between MIT an... | Scott González | 2010-07-09 | 1 | -3/+3 |
* | Removed case-sensitive .nodeName check.
| Scott González | 2010-04-27 | 1 | -3/+1 |
* | Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test... | jzaefferer | 2010-04-03 | 1 | -2/+2 |
* | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest... | jzaefferer | 2010-03-27 | 1 | -5/+0 |
* | Accordion: Fixed oldContent and newContent for events. | Scott González | 2010-02-24 | 1 | -2/+2 |
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
* | Accordion: Check for division by zero error during animation. | Scott González | 2010-01-20 | 1 | -2/+3 |
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m... | Scott González | 2010-01-07 | 1 | -21/+20 |
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+1 |
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery... | Richard Worth | 2009-09-17 | 1 | -0/+510 |