Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove uses of `jQuery.camelCase()` | Scott González | 2017-05-17 | 1 | -1/+7 |
| | | | | | Ref #15160 Ref gh-1813 | ||||
* | Effect: Fix typo | Luke Brookhart | 2016-12-16 | 1 | -1/+1 |
| | | | | Closes gh-1778 | ||||
* | Effect: Disable maxLineLength for description meta | Alexander Schmitz | 2016-04-13 | 1 | -0/+2 |
| | | | | Ref gh-1690 | ||||
* | Effect: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -17/+30 |
| | | | | Ref gh-1690 | ||||
* | Effects: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -173/+190 |
| | | | | | 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 | ||||
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Effect: Make .transfer() callback optional | Jörn Zaefferer | 2015-04-24 | 1 | -1/+3 |
| | | | | | | | Adds two tests to at least check that no exception is thrown. Fixes #12223 Closes gh-1545 | ||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -8/+0 |
| | | | | | | | | | | | 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 | ||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 1 | -130/+433 |
| | | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Effect: Create a local jQuery variable to make jQuery Color work | Scott González | 2014-07-15 | 1 | -1/+5 |
| | | | | | Fixes #10199 Closes gh-1282 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+1297 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |