Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: show/hide effects added BackCompat | gnarf | 2011-05-02 | 1 | -2/+2 |
| | |||||
* | widget: Updating code for show/hide to use new effects API namespace - ↵ | gnarf | 2011-05-02 | 1 | -12/+3 |
| | | | | DRY'ed out a bit as well | ||||
* | Merge branch 'master' into tooltip-animations | Jörn Zaefferer | 2011-05-02 | 1 | -1/+4 |
|\ | |||||
| * | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -1/+4 |
| | | |||||
* | | Tooltip: Overhaul widget animations code to allow delay with plain show/hide | Jörn Zaefferer | 2011-05-02 | 1 | -5/+16 |
| | | |||||
* | | Tooltip: Add support for delaying showing/hiding. Still need to figure | jzaefferer | 2011-04-21 | 1 | -1/+3 |
| | | | | | | | | out how to combine that with non-animated show/hide. | ||||
* | | Custom tooltip animations based on widget-animations branch. | jzaefferer | 2011-04-15 | 1 | -0/+20 |
|/ | |||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 1 | -3/+18 |
| | | | | Widget: Extend .option() to set partial nested options. | ||||
* | Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate ↵ | Scott González | 2011-03-23 | 1 | -3/+8 |
| | | | | use of metadata. | ||||
* | Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵ | Scott González | 2011-03-22 | 1 | -1/+3 |
| | | | | Widget: Make the widget method maintain the stack. | ||||
* | Widget: Accept selectors and DOM elements as element-argument to _bind | jzaefferer | 2011-03-17 | 1 | -0/+2 |
| | |||||
* | Widget: modified widget to throw exception on attempt to call private ↵ | William Kevin Manire | 2011-02-16 | 1 | -6/+1 |
| | | | | methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object | ||||
* | Widget: Handle super calls when method calls go up and down the inheritance ↵ | Scott González | 2011-02-11 | 1 | -1/+11 |
| | | | | chain. | ||||
* | Widget: Only create _super and _superApply once per method, then assign on ↵ | Scott González | 2011-02-10 | 1 | -5/+9 |
| | | | | every execution. | ||||
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 1 | -11/+18 |
| | |||||
* | Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - ↵ | Scott González | 2011-02-03 | 1 | -1/+1 |
| | | | | Widget: Allow redefining a widget to create extensions. | ||||
* | Widget: Modified _trigger to invoke callbacks with apply so that handlers ↵ | Michael DellaNoce | 2011-02-01 | 1 | -3/+8 |
| | | | | 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 | 1 | -5/+20 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.widget.js | ||||
| * | Optimize widget's _createWidget method to not store data and bind remove | jzaefferer | 2011-01-31 | 1 | -7/+8 |
| | | | | | | | | when dealing with an instance without an element (element == instance). | ||||
| * | Widget: Allow this.element to be the widget instance instead of a DOM ↵ | Scott González | 2011-01-24 | 1 | -1/+1 |
| | | | | | | | | element. Fixes #6895 - Widget: Allow non-DOM based widget. | ||||
| * | Widget: Removed comment about storing instances in jQuery.data twice since ↵ | Scott González | 2011-01-23 | 1 | -2/+0 |
| | | | | | | | | we now only do it once. | ||||
| * | Widget: Allow instantiation without the new keyword. | Scott González | 2011-01-22 | 1 | -1/+13 |
| | | |||||
| * | Widget: Added ability to generate an item if no item is passed on creation. | Scott González | 2011-01-22 | 1 | -0/+2 |
| | | |||||
* | | Widget: Use focusin/focusout for ._focusable(). | Scott González | 2011-01-31 | 1 | -3/+7 |
| | | |||||
* | | Widget: Added _hoverable() and _focusable(). | Scott González | 2011-01-21 | 1 | -0/+34 |
| | | |||||
* | | Widget: Added "dynamic" bindings via ._bind() to allow for proxying. | Scott González | 2011-01-18 | 1 | -6/+3 |
| | | |||||
* | | Widget: Added ._bind() for easily binding events with correct context and ↵ | Scott González | 2011-01-18 | 1 | -0/+22 |
|/ | | | | disabled checking. Pretty much a direct copy from the previous bind branch. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Widget: destroy() now calls _destroy() so that widgets don't need to call ↵ | Scott González | 2011-01-14 | 1 | -2/+4 |
| | | | | the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method. | ||||
* | Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add ↵ | Scott González | 2011-01-14 | 1 | -2/+12 |
| | | | | _super() and _superApply() for easy access to parent methods. | ||||
* | Widget: Removed unnecessary/incorrect logic for widgetEventPrefix. | Scott González | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Widget: Removed commented out code. | Scott González | 2011-01-13 | 1 | -5/+0 |
| | |||||
* | Widget: Removed code for the remove event in jQuery < 1.4. | Scott González | 2011-01-13 | 1 | -24/+7 |
| | |||||
* | All: Use .toggleClass() instead of conditionally using .addClass() and ↵ | Xavi | 2010-12-19 | 1 | -3/+1 |
| | | | | .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ]. | ||||
* | Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw ↵ | Scott González | 2010-12-10 | 1 | -13/+9 |
| | | | | error for non-existent method calls. | ||||
* | Widget: Don't throw errors for invalid method calls (wait till 1.9 to add ↵ | Scott González | 2010-10-21 | 1 | -9/+13 |
| | | | | this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Widget: Fixed reference to element in _getCreateOptions(). | Scott González | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Widget: Simplified _getCreateOptions(). | Scott González | 2010-10-07 | 1 | -5/+1 |
| | |||||
* | Widget: Added ability to define how to find options on init. Fixes #6158 - ↵ | Scott González | 2010-10-06 | 1 | -1/+8 |
| | | | | Widget: Ability to define new methods for gathering options on init. | ||||
* | Widget: Added create event. Fixes #6126 - Widget: Add create event. | Scott González | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | Widget: Added _setOptions method for handling normalized options setting. ↵ | Scott González | 2010-09-27 | 1 | -4/+9 |
| | | | | Fixes #6114 - Widget: Add _setOptions() method. | ||||
* | Widget: Use charAt instead of substring for private method check. | Daniel Steigerwald | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 1 | -13/+23 |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -4/+9 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Widget: Refactored code for re-initialization to reduce file size. | Scott González | 2010-08-23 | 1 | -4/+1 |
| | |||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -1/+1 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -1/+1 |
| | | | | maintain the stack | ||||
* | Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: ↵ | jzaefferer | 2010-07-30 | 1 | -1/+2 |
| | | | | Use $.data instead of .data for performance reasons | ||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 1 | -1/+1 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| |