Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow higher cyclomatic complexity in functions that sanely use switch ↵ | Scott González | 2012-12-06 | 1 | -0/+1 |
| | | | | statements. | ||||
* | Accordion: Use .css() to clear the height, instead of .height(). | Scott González | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - ↵ | David Petersen | 2012-11-11 | 1 | -87/+126 |
| | | | | Accordion: ability to add/remove panels | ||||
* | Accordion: Removed overflow workaround for IE6. | Scott González | 2012-10-26 | 1 | -13/+1 |
| | |||||
* | Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵ | Scott González | 2012-10-25 | 1 | -38/+0 |
| | | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event. | ||||
* | Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵ | Scott González | 2012-10-25 | 1 | -34/+0 |
| | | | | option. | ||||
* | Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -3/+0 |
| | | | | resize method. | ||||
* | Accordion: Removed deprecated activate method and expanded active option. ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -19/+0 |
| | | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option. | ||||
* | Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -17/+0 |
| | | | | icons.headerSelected. | ||||
* | Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -32/+0 |
| | | | | Remove navigation options. | ||||
* | Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -45/+0 |
| | | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options. | ||||
* | Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵ | Maciej Mroziński | 2012-10-23 | 1 | -7/+0 |
| | | | | collapsible Accordions won't work together. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Accordion: Fix back-compat for active option. | Scott González | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null ↵ | David Petersen | 2012-10-18 | 1 | -2/+2 |
| | | | | allows panels to be collapsible. | ||||
* | Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵ | Scott González | 2012-10-01 | 1 | -2/+2 |
| | | | | that punch .animate(). | ||||
* | Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ↵ | Scott González | 2012-10-01 | 1 | -17/+23 |
| | | | | animation a bit jumpy in some browsers. | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on ↵ | Scott González | 2012-06-14 | 1 | -2/+1 |
| | | | | and _off. | ||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -3/+3 |
| | |||||
* | Accordion: Update activate and beforeActivate event properties to ↵ | Jörn Zaefferer | 2012-05-30 | 1 | -7/+17 |
| | | | | newPanel/oldPanel (instead of content). Fixes #6840 and #6842 | ||||
* | Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 ↵ | Scott González | 2012-05-24 | 1 | -9/+16 |
| | | | | - Accordion: Collapsed accordion is removed from tab order. | ||||
* | Accordion: Coding standards. | Scott González | 2012-05-24 | 1 | -4/+3 |
| | |||||
* | Accordion: Use .show()/.hide() for initial panel visibility. | Scott González | 2012-05-23 | 1 | -2/+5 |
| | |||||
* | Accordion: Don't change corner classes on the collapsing panel's header ↵ | Scott González | 2012-05-08 | 1 | -5/+8 |
| | | | | until after the animation completes. Fixed #8224 - bug: Accordion corner style applying order. | ||||
* | Accordion: Removed unused variables. | Scott González | 2012-04-25 | 1 | -4/+2 |
| | |||||
* | Use length property, instead of the deprecated size() method. | Shahyar G | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | Accordion: Fixed indentation. | Scott González | 2012-04-22 | 1 | -4/+5 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -17/+19 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Accordion: Fixed post-init changes to event option and added tests for ↵ | Scott González | 2012-03-27 | 1 | -11/+10 |
| | | | | keyboard support. | ||||
* | Accordion: Fixed ARIA support and added proper keyboard support. | Hans Hillen | 2012-03-27 | 1 | -18/+78 |
| | |||||
* | Merge branch 'accordion-cleanup' | Jörn Zaefferer | 2012-03-18 | 1 | -10/+10 |
|\ | |||||
| * | Accordion: Use _bind for event option. Refactor other _bind call to go into ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -9/+10 |
| | | | | | | | | _setupEvents as well, simplifying unbinding a lot. Also add missing semicolon | ||||
| * | Accordion: Remove disabled check in _keydown, covered by _bind | Jörn Zaefferer | 2012-03-07 | 1 | -2/+1 |
| | | |||||
| * | Accordion: Fix unbinding of accordion event option when dealing with ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -2/+1 |
| | | | | | | | | multiple events. Make sure to unbind only those namespaced to .accordion | ||||
| * | Accordion: Use _bind for keydown handler | Jörn Zaefferer | 2012-03-07 | 1 | -2/+3 |
| | | |||||
* | | Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: ↵ | Scott González | 2012-03-14 | 1 | -5/+3 |
| | | | | | | | | Remove ui-accordion-disabled class. | ||||
* | | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | | |||||
* | | Accordion: Added missing semicolon. | Scott González | 2012-03-07 | 1 | -1/+1 |
|/ | |||||
* | Accordion: Code review. | Scott González | 2012-03-02 | 1 | -9/+13 |
| | |||||
* | Update data naming for Accordion. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 1 | -9/+0 |
| | | | | associated ui-accordion-heading class). | ||||
* | Accordion: Reset height prior to calculations on refresh. | Scott González | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | Accordion: Don't toggle icons if the accordion doesn't have icons. | Scott González | 2012-02-26 | 1 | -4/+10 |
| | |||||
* | Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵ | Scott González | 2012-02-16 | 1 | -160/+107 |
| | | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed. | ||||
* | Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ↵ | Scott González | 2012-02-12 | 1 | -30/+29 |
| | | | | of 'var self = this;' |