Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 2 | -23/+41 |
| | |||||
* | Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - ↵ | Scott González | 2011-02-03 | 1 | -0/+21 |
| | | | | Widget: Allow redefining a widget to create extensions. | ||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+3 |
| | |||||
* | Accordion: Added tests for custom header option. | Scott González | 2011-02-03 | 1 | -1/+13 |
| | |||||
* | Accordion: Update active option when programmatically collapsing the accordion. | Scott González | 2011-02-03 | 1 | -4/+3 |
| | |||||
* | Accordion: Handle negative values for active option on init. | Scott González | 2011-02-03 | 1 | -4/+3 |
| | |||||
* | Accordion: Properly handle collapsible: false and active: false by changing ↵ | Scott González | 2011-02-03 | 1 | -11/+10 |
| | | | | active to 0. | ||||
* | Widget: Modified _trigger to invoke callbacks with apply so that handlers ↵ | Michael DellaNoce | 2011-02-01 | 1 | -0/+48 |
| | | | | are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently. | ||||
* | Merge branch 'master' into widget-events | Scott González | 2011-01-31 | 14 | -476/+1079 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.widget.js | ||||
| * | Update wigdet test for previous change. No stored intance via data for | jzaefferer | 2011-01-31 | 1 | -2/+1 |
| | | | | | | | | element == instance. | ||||
| * | Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵ | Scott González | 2011-01-25 | 2 | -2/+40 |
| | | | | | | | | Accordion: Allow canceling the beforeActivate event. | ||||
| * | Accordion: Renamed changestart and change events to beforeActivate and ↵ | Scott González | 2011-01-25 | 3 | -13/+105 |
| | | | | | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate. | ||||
| * | Accordion: More tests. | Scott González | 2011-01-24 | 2 | -25/+94 |
| | | |||||
| * | Tests: Fixed erroneous refernece to accordion. | Scott González | 2011-01-24 | 1 | -2/+2 |
| | | |||||
| * | Widget tests: Remove workaround for old QUnit bug. | Scott González | 2011-01-24 | 1 | -5/+1 |
| | | |||||
| * | Widget tests: Cleanup. | Scott González | 2011-01-24 | 3 | -32/+26 |
| | | |||||
| * | Accordion test: Fixed an icon test. | Scott González | 2011-01-24 | 1 | -1/+1 |
| | | |||||
| * | Accordion tests: Cleaned up deprecated tests. | Scott González | 2011-01-24 | 2 | -133/+193 |
| | | |||||
| * | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 11 | -261/+369 |
| | | |||||
| * | Accordion tests: Getting really ghetto in an attempt to get deprecated tests ↵ | Scott González | 2011-01-24 | 3 | -15/+15 |
| | | | | | | | | to run in TestSwarm. | ||||
| * | Accordion: Test cleanup. | Scott González | 2011-01-24 | 6 | -82/+73 |
| | | |||||
| * | Accordion: First pass at splitting out tests for deprecated functionality. | Scott González | 2011-01-24 | 7 | -184/+369 |
| | | |||||
| * | Widget: Allow this.element to be the widget instance instead of a DOM ↵ | Scott González | 2011-01-24 | 1 | -1/+31 |
| | | | | | | | | element. Fixes #6895 - Widget: Allow non-DOM based widget. | ||||
| * | Widget: Added tests for defaultElement and element normalization between ↵ | Scott González | 2011-01-23 | 1 | -0/+41 |
| | | | | | | | | jQuery objects, elements and selectors. | ||||
* | | Widget: Use focusin/focusout for ._focusable(). | Scott González | 2011-01-31 | 1 | -8/+12 |
| | | |||||
* | | Widget: Added tests for ._hoverable() and ._focusable(). | Scott González | 2011-01-24 | 1 | -2/+64 |
| | | |||||
* | | Widget: Added "dynamic" bindings via ._bind() to allow for proxying. | Scott González | 2011-01-18 | 1 | -2/+2 |
| | | |||||
* | | Widget: Added ._bind() for easily binding events with correct context and ↵ | Scott González | 2011-01-18 | 1 | -0/+93 |
|/ | | | | disabled checking. Pretty much a direct copy from the previous bind branch. | ||||
* | Datepicker: Update parseDate to properly handle a string value in ↵ | Ivan Peters | 2011-01-18 | 1 | -10/+15 |
| | | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly. | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2011-01-17 | 1 | -1/+1 |
|\ | |||||
| * | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | | |||||
* | | Renamed glob.js to jquery.global.js to match actual plugin filenames. | jzaefferer | 2011-01-17 | 1 | -1/+1 |
|/ | |||||
* | Spinner: Moved ARIA to input and fixed tests. | Scott González | 2011-01-15 | 3 | -10/+10 |
| | |||||
* | Autocompete tests: Added missing menu dependency. | Scott González | 2011-01-14 | 1 | -0/+1 |
| | |||||
* | Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add ↵ | Scott González | 2011-01-14 | 1 | -0/+53 |
| | | | | _super() and _superApply() for easy access to parent methods. | ||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 1 | -2/+2 |
| | | | | resize method to refresh. | ||||
* | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 1 | -1/+1 |
| | | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid. | ||||
* | Accordion: First pass at deprecating the activate method. Renamed ↵ | Scott González | 2011-01-11 | 4 | -8/+8 |
| | | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method. | ||||
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵ | Alex Dovenmuehle | 2011-01-11 | 2 | -1/+20 |
| | | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader. | ||||
* | Compound visual test: Added missing reference to autocomplete. | Scott González | 2011-01-10 | 1 | -1/+2 |
| | |||||
* | Fixed broken reference to theme file. | Scott González | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 3 | -3/+3 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 3 | -3/+3 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 14 | -25/+661 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 4 | -22/+33 |
| | | |||||
| * | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 2 | -9/+15 |
| | | |||||
| * | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 2 | -14/+0 |
| | | | | | | | | .tooltip("widget").addClass("whatever") instead | ||||
| * | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 2 | -15/+30 |
| | | |||||
| * | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 1 | -0/+21 |
| | | | | | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton. | ||||
| * | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 1 | -0/+7 |
| | |