Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -510/+0 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -16/+12 |
| | | | | in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless | ||||
* | accordion: Fix for #4695, refactored | Jörn Zaefferer | 2009-08-11 | 1 | -2/+1 |
| | |||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 1 | -4/+3 |
| | |||||
* | accordion: fix for #4436 | Jörn Zaefferer | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Fixed accordion option active getter and setter. Normalized getter to ↵ | Richard Worth | 2009-08-11 | 1 | -0/+6 |
| | | | | number, 0-based index. | ||||
* | accordion: fix for #4754; related tests were failing before, fixed them, too ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -1/+1 |
| | | | | (checked to correct sizes in Firebug) | ||||
* | Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ↵ | Scott González | 2009-07-31 | 1 | -6/+10 |
| | | | | accordion steals header clicks. | ||||
* | Fixed the regression introduced in r2861 | Jörn Zaefferer | 2009-07-15 | 1 | -1/+3 |
| | |||||
* | accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵ | Jörn Zaefferer | 2009-07-03 | 1 | -13/+15 |
| | | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed | ||||
* | Fix for #4222 | Jörn Zaefferer | 2009-05-11 | 1 | -5/+28 |
| | |||||
* | Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not ↵ | Scott González | 2009-04-18 | 1 | -7/+1 |
| | | | | work (Accordion). | ||||
* | Accordion: Gracefully falling back to a linear animation for any ↵ | Scott González | 2009-04-17 | 1 | -0/+3 |
| | | | | non-existant animation specified for the animated option. Fixes #4392 - Accordion: option animated true causes JavaScript error. | ||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -0/+5 |
| | | | | factory should auto detect getters. | ||||
* | Fixed #4331 - Accordion requires theme CSS to function in IE | Richard Worth | 2009-03-18 | 1 | -1/+1 |
| | |||||
* | accordion: call .blur() so ui-state-focus class gets removed from ↵ | Richard Worth | 2009-03-02 | 1 | -1/+1 |
| | | | | last-focused header. See r1945 | ||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | accordion: chaining breaks if value in height() is negative (fixes #4102) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | accordion defaults in alpha order | Richard Worth | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | accordion: use synced animations only when animating two elements; optimize ↵ | Jörn Zaefferer | 2009-02-02 | 1 | -16/+13 |
| | | | | for only-one | ||||
* | Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵ | Scott González | 2009-02-02 | 1 | -1/+9 |
| | | | | demos, tests, and using alwaysOpen on init. | ||||
* | accordion: deprecated alwaysOpen option, introduced collapsible option ↵ | Paul Bakaus | 2009-02-02 | 1 | -8/+14 |
| | | | | (invert value) (fixes #3969) | ||||
* | Accordion: Added focus state to headers. | Scott González | 2009-02-01 | 1 | -1/+3 |
| | |||||
* | accordion: another partial fix for #4011, fixes ↵ | Jörn Zaefferer | 2009-01-31 | 1 | -2/+10 |
| | | | | tests/visual/accordion/width.html in FF, IE still buggy | ||||
* | Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false. | Scott González | 2009-01-31 | 1 | -9/+17 |
| | | | | | Removed some browser snifing. Added support for non-px units. | ||||
* | accordion: partial fix for #4011 | Jörn Zaefferer | 2009-01-30 | 1 | -4/+2 |
| | |||||
* | accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -1/+6 |
| | | | | no more potential scope issues | ||||
* | accordion: fix for the previous commit; event triggering still somewhat ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -16/+12 |
| | | | | crippled, a few tests failing | ||||
* | accordion: better default for header-option | Jörn Zaefferer | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | Accordion: Fixed destroy method with new markup. | Scott González | 2009-01-30 | 1 | -3/+1 |
| | |||||
* | Accordion: only animate height and padding. | Scott González | 2009-01-30 | 1 | -3/+1 |
| | |||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 1 | -20/+29 |
| | | | | allowing accordions to work with dl's and ul's again. | ||||
* | accordion: overflow is set to hidden during calculations for fillSpace in ↵ | Paul Bakaus | 2009-01-27 | 1 | -1/+4 |
| | | | | IE6 (fixes #3845) | ||||
* | accordion: navigation option wasn't working (fixes #3944) | Paul Bakaus | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | accordion: fix for newContent/oldContent in the UI object that was pointing ↵ | Paul Bakaus | 2009-01-25 | 1 | -2/+2 |
| | | | | to the workaround wrapper (temporary, until we remove the wrapper completely) | ||||
* | whitespace | Richard Worth | 2009-01-22 | 1 | -49/+49 |
| | |||||
* | accordion: fixed always open regression introduced by r1715 | Richard Worth | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | accordion: fix for #3896 | Jörn Zaefferer | 2009-01-21 | 1 | -1/+1 |
| | |||||
* | accordion: removal of selectedClass option (fixes #3886) | Paul Bakaus | 2009-01-20 | 1 | -7/+6 |
| | |||||
* | accordion: added missing defaults (fixes #3884) | Paul Bakaus | 2009-01-20 | 1 | -0/+4 |
| | |||||
* | accordion: fixed calling activate with -1 and alwaysOpen: false not properly ↵ | Paul Bakaus | 2009-01-19 | 1 | -0/+2 |
| | | | | removing classes (fixes #3785) | ||||
* | accordion: fixed two small variable issues related to the rewrite | Paul Bakaus | 2009-01-19 | 1 | -3/+2 |
| | |||||
* | accordion: partial refactor and cleanup, all proviously outer functions are ↵ | Paul Bakaus | 2009-01-19 | 1 | -224/+253 |
| | | | | now part of the widget (no change in logic) | ||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -18/+11 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -11/+18 |
| | |||||
* | accordion: all classes added should have a 'ui-' prefix (fixes #3705) | Paul Bakaus | 2009-01-07 | 1 | -4/+4 |
| | |||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -3/+3 |
| | |||||
* | accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; ↵ | Jörn Zaefferer | 2008-12-26 | 1 | -3/+4 |
| | | | | added demo |