Commit message (Collapse) | 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 | |
| | | | | widgets with simple destroy methods. | |||||
* | Accordion: Force the width of the accordion panel during animation when ↵ | Scott González | 2011-01-14 | 1 | -11/+23 | |
| | | | | | | animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all. The animation code should be refactored. | |||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 1 | -2/+5 | |
| | | | | resize method to refresh. | |||||
* | Accordion: Cleaned up _createIcons(). | Scott González | 2011-01-13 | 1 | -6/+6 | |
| | ||||||
* | Accordion: Use event.preventDefault() instead of return false when handling ↵ | Scott González | 2011-01-13 | 1 | -6/+2 | |
| | | | | keydown. | |||||
* | Accordion: call event.preventDefault() inside the _eventHandler() instead of ↵ | Scott González | 2011-01-13 | 1 | -6/+9 | |
| | | | | in each individual event handler. | |||||
* | Accordion - Make sure we have an element before trying to modify the ↵ | Scott González | 2011-01-13 | 1 | -1/+3 | |
| | | | | className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error. | |||||
* | Merge branch 'accordion-activate' | Scott González | 2011-01-13 | 1 | -57/+68 | |
|\ | ||||||
| * | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 1 | -42/+35 | |
| | | | | | | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid. | |||||
| * | 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 ↵ | Scott González | 2011-01-13 | 1 | -13/+21 | |
| | | | | | | | | compatibility layer for previously allowed values. | |||||
| * | 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 ↵ | Scott González | 2011-01-11 | 1 | -12/+11 | |
| | | | | | | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method. | |||||
* | | Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ↵ | Alex Dovenmuehle | 2011-01-12 | 1 | -0/+2 | |
|/ | | | | Accordion header margins disappear in IE 8 | |||||
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵ | Alex Dovenmuehle | 2011-01-11 | 1 | -5/+20 | |
| | | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader. | |||||
* | Accordion: Start the accordion animation before changing classes. Fixes ↵ | Scott González | 2011-01-11 | 1 | -16/+19 | |
| | | | | | | #6720 - Accordion: ol numbering bug. Thanks Tony Ross. | |||||
* | All: Use .toggleClass() instead of conditionally using .addClass() and ↵ | Xavi | 2010-12-19 | 1 | -2/+1 | |
| | | | | .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ]. | |||||
* | Accordion: Move code for deprecated height options into an extension at the ↵ | Scott González | 2010-12-19 | 1 | -30/+46 | |
| | | | | bottom of the plugin. | |||||
* | Accordion: Don't include the height of absolute/fixed positioned siblings ↵ | Scott González | 2010-12-19 | 1 | -1/+7 | |
| | | | | when calculating size for heightStyle: fill. | |||||
* | Accordion: Handle changes to deprecated options: autoHeight, clearStyle, ↵ | Scott González | 2010-12-19 | 1 | -1/+6 | |
| | | | | fillSpace. | |||||
* | Accordion: API Redesign. Made style changes and changed 'fill' ↵ | Alex Dovenmuehle | 2010-12-17 | 1 | -22/+27 | |
| | | | | implementation to use $.siblings() | |||||
* | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ↵ | Alex Dovenmuehle | 2010-12-16 | 1 | -7/+25 | |
| | | | | new option called heightStyle | |||||
* | Accordion: Split out navigation options into an extension. Fixes #5869 - ↵ | Scott González | 2010-12-11 | 1 | -18/+36 | |
| | | | | Accordion: Deprecate navigation options. | |||||
* | Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵ | Alex Dovenmuehle | 2010-12-10 | 1 | -0/+2 | |
| | | | | #6743 - Accordion: Add .ui-accordion-heading class. | |||||
* | Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - ↵ | Scott González | 2010-09-20 | 1 | -1/+2 | |
| | | | | Accordion: 1.8.5 not fully compatible with core 1.3.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 ↵ | Scott González | 2010-07-20 | 1 | -1/+1 | |
| | | | | determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present. | |||||
* | Accordion: Use .addClass() instead of .toggleClass() during init so the ↵ | Scott González | 2010-07-16 | 1 | -1/+3 | |
| | | | | classes can be added by the user. | |||||
* | Use .children() instead of .find() to manipulate accordion icons. Fixes ↵ | jzaefferer | 2010-07-15 | 1 | -4/+4 | |
| | | | | #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header | |||||
* | 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 - ↵ | jzaefferer | 2010-07-14 | 1 | -1/+1 | |
| | | | | Accordion: support multiple events being set at the same time | |||||
* | Accordion: Add disabled class to headers and panels to fix styling in IE. ↵ | Scott González | 2010-07-14 | 1 | -7/+11 | |
| | | | | Fixes #5332 - Accordion: Disabled accordion doesn't look disabled in IE. | |||||
* | Accordion: Animate padding when only showing/hiding a single panel. Fixes ↵ | Scott González | 2010-07-14 | 1 | -2/+2 | |
| | | | | #5540 - Accordion: Jumpy animation when opening a panel after closing all. | |||||
* | 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 ↵ | Scott González | 2010-07-13 | 1 | -1/+1 | |
| | | | | resize not working. | |||||
* | Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion ↵ | Scott González | 2010-07-13 | 1 | -5/+18 | |
| | | | | headers still show rollover when disabled. | |||||
* | Accordion: Prevent the navigation filter from finding multiple elements. ↵ | Scott González | 2010-07-13 | 1 | -1/+1 | |
| | | | | Fixes #4889 - Navigation parameter can open multiple sections. | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 | |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | |||||
* | Removed case-sensitive .nodeName check. | Scott González | 2010-04-27 | 1 | -3/+1 | |
| | | | Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems. | |||||
* | Accordion: Fixed case for tabIndex (was tabindex), fixes failing ↵ | jzaefferer | 2010-04-03 | 1 | -2/+2 | |
| | | | | destroy-test in IE6 | |||||
* | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 1 | -5/+0 | |
| | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | |||||
* | Accordion: Fixed oldContent and newContent for events. | Scott González | 2010-02-24 | 1 | -2/+2 | |
| | | | | Fixes #4469 - Accordion: newContent/oldContent misbehaving. | |||||
* | 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 | |
| | | | | Fixes #4382 - Accordion does not function in IE7/WinXP. | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 | |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -21/+20 | |
| | | | | menu; including menu static tests). | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+1 | |
| | | | | Fixes #5023 - Split mouse code into its own file. | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+510 | |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |