aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
Commit message (Expand)AuthorAgeFilesLines
* JavaScript "strict mode" fixesjdomnitz2012-02-121-1/+1
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-25/+49
* Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...Scott González2012-01-211-1/+2
* Widget: Set guid on event handler proxies so direct unbinding works.Scott González2012-01-071-0/+7
* Widget: Simplify data normalization in _trigger().Scott González2011-11-211-7/+2
* Widget: Don't use $.event.props when creating events.Scott González2011-11-211-13/+12
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-4/+4
* Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target...Scott González2011-11-101-0/+4
* Widget: Define this.document properly when instantiating a widget on a docume...Scott González2011-11-071-1/+5
* Widget: Use parentWindow if defaultView doesn't exist.Scott González2011-10-211-1/+1
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-0/+2
* Widget: Refactoring setOptions loop to remove unnesecary closure / that refer...Corey Frang2011-10-191-4/+5
* Widget: return timer value from _delayJörn Zaefferer2011-09-121-1/+1
* Widget: Get rid of `var self`Jörn Zaefferer2011-09-121-2/+2
* Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-121-0/+9
* Widget: Use this.widget() for event delegation.Scott González2011-08-121-1/+1
* Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...Scott González2011-08-091-1/+4
* Widget delegation: Small if-simplify refactoringJörn Zaefferer2011-07-281-3/+3
* Whitespace cleanupJörn Zaefferer2011-06-201-7/+7
* Widget delegation: Fix impl and add basisc testJörn Zaefferer2011-06-191-1/+1
* Merge branch 'master' into widget-delegationJörn Zaefferer2011-06-191-5/+9
|\
| * Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...Scott González2011-06-091-5/+9
* | Widget delegation: First draftJörn Zaefferer2011-06-081-2/+11
|/
* Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-301-3/+15
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-1/+1
* Tooltip: Changed custom animation demo and changed the logic for showing tool...Scott González2011-05-281-1/+1
* Widget: Added $.widget.extend() which does deep extending, but only on plain ...Jörn Zaefferer2011-05-111-6/+23
* Widget: show/hide effects added BackCompatgnarf2011-05-021-2/+2
* widget: Updating code for show/hide to use new effects API namespace - DRY'ed...gnarf2011-05-021-12/+3
* Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-021-1/+4
|\
| * Widget: define a null default for the create callback.Scott González2011-04-251-1/+4
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-5/+16
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-211-1/+3
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-151-0/+20
|/
* Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...Scott González2011-03-241-3/+18
* Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate us...Scott González2011-03-231-3/+8
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...Scott González2011-03-221-1/+3
* Widget: Accept selectors and DOM elements as element-argument to _bindjzaefferer2011-03-171-0/+2
* Widget: modified widget to throw exception on attempt to call private methods...William Kevin Manire2011-02-161-6/+1
* Widget: Handle super calls when method calls go up and down the inheritance c...Scott González2011-02-111-1/+11
* Widget: Only create _super and _superApply once per method, then assign on ev...Scott González2011-02-101-5/+9
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-101-11/+18
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...Scott González2011-02-031-1/+1
* Widget: Modified _trigger to invoke callbacks with apply so that handlers are...Michael DellaNoce2011-02-011-3/+8
* Merge branch 'master' into widget-eventsScott González2011-01-311-5/+20
|\
| * Optimize widget's _createWidget method to not store data and bind removejzaefferer2011-01-311-7/+8
| * Widget: Allow this.element to be the widget instance instead of a DOM element...Scott González2011-01-241-1/+1
| * Widget: Removed comment about storing instances in jQuery.data twice since we...Scott González2011-01-231-2/+0
| * Widget: Allow instantiation without the new keyword.Scott González2011-01-221-1/+13
| * Widget: Added ability to generate an item if no item is passed on creation.Scott González2011-01-221-0/+2