aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect.js
Commit message (Collapse)AuthorAgeFilesLines
* Effect: Fix typoLuke Brookhart2016-12-161-1/+1
| | | | Closes gh-1778
* Effect: Disable maxLineLength for description metaAlexander Schmitz2016-04-131-0/+2
| | | | Ref gh-1690
* Effect: Fix line length issuesAlexander Schmitz2016-04-131-17/+30
| | | | Ref gh-1690
* Effects: Style updatesAlexander Schmitz2015-08-211-173/+190
| | | | | Ref #14246 Ref gh-1588
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-1/+1
| | | | Ref #9647
* Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Effect: Make .transfer() callback optionalJörn Zaefferer2015-04-241-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.xJörn Zaefferer2015-01-131-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 noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Effects: RewriteMike Sherov2014-12-101-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 filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-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 workScott González2014-07-151-1/+5
| | | | | Fixes #10199 Closes gh-1282
* All: Updating copyright year to 2014TJ VanToll2014-01-281-2/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+1297
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029