Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Widget: Simplify data normalization in _trigger(). | Scott González | 2011-11-21 | 1 | -7/+2 | |
| | ||||||
* | Widget: Don't use $.event.props when creating events. | Scott González | 2011-11-21 | 1 | -13/+12 | |
| | ||||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -4/+4 | |
| | | | | from first implementation, not necessary anymore. | |||||
* | Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event ↵ | Scott González | 2011-11-10 | 1 | -0/+4 | |
| | | | | target changes under jQuery 1.7. | |||||
* | Widget: Define this.document properly when instantiating a widget on a ↵ | Scott González | 2011-11-07 | 1 | -1/+5 | |
| | | | | document or window. Fixes #7835 - Undefined property when creating widgets. | |||||
* | Widget: Use parentWindow if defaultView doesn't exist. | Scott González | 2011-10-21 | 1 | -1/+1 | |
| | | | | Thanks ronchalant | |||||
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵ | Scott González | 2011-10-20 | 1 | -0/+2 | |
| | | | | document and window properties. | |||||
* | Widget: Refactoring setOptions loop to remove unnesecary closure / that ↵ | Corey Frang | 2011-10-19 | 1 | -4/+5 | |
| | | | | reference | |||||
* | Widget: return timer value from _delay | Jörn Zaefferer | 2011-09-12 | 1 | -1/+1 | |
| | ||||||
* | Widget: Get rid of `var self` | Jörn Zaefferer | 2011-09-12 | 1 | -2/+2 | |
| | ||||||
* | Widget: Add a _delay method. Will be used in various places to replace ↵ | Jörn Zaefferer | 2011-09-12 | 1 | -0/+9 | |
| | | | | setTimeout with custom binding (mostly getting rid of var self/that) | |||||
* | Widget: Use this.widget() for event delegation. | Scott González | 2011-08-12 | 1 | -1/+1 | |
| | ||||||
* | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵ | Scott González | 2011-08-09 | 1 | -1/+4 | |
| | | | | jQuery.data throws a script error in certain circumstances. | |||||
* | Widget delegation: Small if-simplify refactoring | Jörn Zaefferer | 2011-07-28 | 1 | -3/+3 | |
| | ||||||
* | Whitespace cleanup | Jörn Zaefferer | 2011-06-20 | 1 | -7/+7 | |
| | ||||||
* | Widget delegation: Fix impl and add basisc test | Jörn Zaefferer | 2011-06-19 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into widget-delegation | Jörn Zaefferer | 2011-06-19 | 1 | -5/+9 | |
|\ | ||||||
| * | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend ↵ | Scott González | 2011-06-09 | 1 | -5/+9 | |
| | | | | | | | | .option() to get partial nested options. | |||||
* | | Widget delegation: First draft | Jörn Zaefferer | 2011-06-08 | 1 | -2/+11 | |
|/ | ||||||
* | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 1 | -3/+15 | |
| | ||||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -1/+1 | |
| | | | | version numbers on instances. | |||||
* | Tooltip: Changed custom animation demo and changed the logic for showing ↵ | Scott González | 2011-05-28 | 1 | -1/+1 | |
| | | | | tooltips so custom position options can perform animations. | |||||
* | Widget: Added $.widget.extend() which does deep extending, but only on plain ↵ | Jörn Zaefferer | 2011-05-11 | 1 | -6/+23 | |
| | | | | objects. | |||||
* | 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. |