Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed widget factory to keep generic css framework class -state-disabled ↵ | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful | ||||
* | Widget: Fixed a problem with the .remove() proxy. | Scott González | 2010-02-06 | 1 | -6/+10 |
| | | | | Fixes #5143 - .remove() proxy doesn't work properly. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget: removed console.log call. | Scott González | 2010-01-19 | 1 | -2/+1 |
| | |||||
* | Widget: Only trigger remove event if keepData is not set to true. | Scott González | 2010-01-19 | 1 | -7/+8 |
| | | | | Fixes #5076 - Using effects kills widget instances with jQuery 1.4. | ||||
* | Widget: _create() doesn't actually take any arguments. | Scott González | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -10/+11 |
| | |||||
* | Widget factory: Removed support for old usage; it doesn't make sense to keep ↵ | Scott González | 2010-01-15 | 1 | -5/+0 |
| | | | | partial support around since we can't get full backward-compatibility. | ||||
* | Widget: Make subsequent "init" calls useful by delegating to the option and ↵ | Scott González | 2010-01-15 | 1 | -7/+11 |
| | | | | | | _init methods. Fixes #5064 - Widget: make multiple instantiation more useful. | ||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -87/+100 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -6/+6 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -59/+89 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -6/+6 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+189 |