Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -0/+19 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | |||||
| * | | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend ↵ | Scott González | 2011-06-09 | 1 | -0/+19 | |
| |/ | | | | | | | .option() to get partial nested options. | |||||
* / | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 | |
|/ | ||||||
* | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 2 | -0/+258 | |
| | ||||||
* | Widget: Added $.widget.extend() which does deep extending, but only on plain ↵ | Jörn Zaefferer | 2011-05-11 | 2 | -0/+105 | |
| | | | | objects. | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -0/+3 | |
| | ||||||
* | Widget: Moved tests out of _tickets into _core. | Scott González | 2011-03-28 | 3 | -92/+88 | |
| | ||||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 1 | -0/+24 | |
| | | | | Widget: Extend .option() to set partial nested options. | |||||
* | Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵ | Scott González | 2011-03-22 | 1 | -2/+8 | |
| | | | | Widget: Make the widget method maintain the stack. | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Widget tests: Work around a bug in jQuery core in IE 9rc. | Scott González | 2011-02-26 | 1 | -0/+2 | |
| | ||||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 2 | -2/+2 | |
| | ||||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 | |
| | ||||||
* | Widget: modified widget to throw exception on attempt to call private ↵ | William Kevin Manire | 2011-02-16 | 1 | -2/+9 | |
| | | | | methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object | |||||
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 1 | -21/+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. | |||||
* | 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 | 3 | -36/+96 | |
|\ | | | | | | | | | 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. | |||||
| * | 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 | |
| | | ||||||
| * | 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. | |||||
* | 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. | |||||
* | Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw ↵ | Scott González | 2010-12-10 | 1 | -0/+17 | |
| | | | | error for non-existent method calls. | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 | |
| | ||||||
* | Widget: Added ability to define how to find options on init. Fixes #6158 - ↵ | Scott González | 2010-10-06 | 1 | -0/+26 | |
| | | | | 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 | -10/+14 | |
| | ||||||
* | Widget: Added _setOptions method for handling normalized options setting. ↵ | Scott González | 2010-09-27 | 1 | -1/+24 | |
| | | | | Fixes #6114 - Widget: Add _setOptions() method. | |||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 2 | -1/+70 | |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+2 | |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | |||||
* | Widget tests: Coding standards. | Scott González | 2010-08-26 | 1 | -7/+7 | |
| | ||||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 2 | -0/+132 | |
| | ||||||
* | Widget Tests: Coding standards. | Scott González | 2010-08-26 | 1 | -79/+83 | |
| | ||||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 1 | -6/+89 | |
| | ||||||
* | Widget: Added tests for re-initialization. | Scott González | 2010-08-23 | 1 | -0/+29 | |
| | ||||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -6/+3 | |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -3/+6 | |
| | | | | maintain the stack | |||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 3 | -1/+48 | |
| | | | | Widget: Using inheritance overwrites the base classes options. | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 | |
| | ||||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -3/+9 | |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 | |
| | ||||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -7/+7 | |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. |