Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Call `._setOptionDisabled()` on init if the widget is disabled | Scott González | 2015-09-25 | 1 | -7/+16 |
| | | | | | Fixes #9151 Ref gh-1599 | ||||
* | All: Delegate to base `_getCreateOptions()`. | Scott González | 2015-09-17 | 1 | -1/+3 |
| | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598 | ||||
* | Widget: Style updates | Scott González | 2015-09-16 | 1 | -47/+73 |
| | | | | Closes gh-1597 | ||||
* | Widget: Update to use camelCase identifiers | Alexander Schmitz | 2015-09-11 | 1 | -5/+5 |
| | |||||
* | Widget: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -24/+41 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #9647 | ||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -6/+6 |
| | |||||
* | Widget: Support mixins | Scott González | 2015-05-14 | 1 | -0/+4 |
| | | | | | Fixes #12601 Closes gh-1554 | ||||
* | Widget: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -38/+38 |
| | | | | Closes gh-1500 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -14/+107 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -4/+1 |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Widget: Improve readability in `$.widget.bridge()` | Giovanni Giacobbi | 2014-12-31 | 1 | -5/+6 |
| | | | | Closes gh-1409 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Widget: Ensure window and document are defined in _getCreateOptions() | Alexander Schmitz | 2014-08-27 | 1 | -4/+5 |
| | | | | Closes gh-1320 | ||||
* | Widget: Avoid memory leaks when unbinding events with `._off()` | Scott González | 2014-08-21 | 1 | -1/+7 |
| | | | | | Ref #10056 Ref gh-1319 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 1 | -1/+1 |
| | | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars. | ||||
* | Widget: Improve performance of cleanData method | Frederik Elvhage | 2014-07-24 | 1 | -2/+9 |
| | | | | | Fixes #9546 Closes gh-1291 | ||||
* | Widget: Remove misleading comment | Scott González | 2014-05-14 | 1 | -1/+0 |
| | |||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+544 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |