aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widget.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-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 noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Widget: Improve readability in `$.widget.bridge()`Giovanni Giacobbi2014-12-311-5/+6
| | | | Closes gh-1409
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-271-4/+5
| | | | Closes gh-1320
* Widget: Avoid memory leaks when unbinding events with `._off()`Scott González2014-08-211-1/+7
| | | | | Ref #10056 Ref gh-1319
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-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 methodFrederik Elvhage2014-07-241-2/+9
| | | | | Fixes #9546 Closes gh-1291
* Widget: Remove misleading commentScott González2014-05-141-1/+0
|
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+544
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029