Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -1/+1 |
| | | | | Ref gh-1528 | ||||
* | Effects: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -32/+2 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Effects: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 1 | -16/+35 |
| | | | | | | | | | | | | | | | | | | 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: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -16/+16 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Test: Update effects_core test, since puff-effect and size-effect now have ↵ | Rafael Xavier de Souza | 2013-06-22 | 1 | -0/+2 |
| | | | | its own files | ||||
* | Effects: Handle the .hide/show/toggle( options ) signatures from core ↵ | Scott González | 2013-02-28 | 1 | -0/+2 |
| | | | | properly. Fixes #9126 - .show()/.hide() do not support all of core's options. | ||||
* | Effects: Delegate to core show/hide when the element is already in the ↵ | Scott González | 2013-02-26 | 1 | -1/+3 |
| | | | | correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent. | ||||
* | Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵ | Jörn Zaefferer | 2012-10-25 | 1 | -3/+0 |
| | | | | support for effects in $.effects[]. | ||||
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 1 | -14/+14 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -6/+5 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -14/+21 |
| | |||||
* | Effects Core: Do not overwrite css or class changes that aren't animated ↵ | ddstreet | 2011-10-25 | 1 | -0/+10 |
| | | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -14/+11 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -2/+2 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -23/+50 |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Tests: Adding visual/unit tests for scale effect. | gnarf | 2011-06-14 | 1 | -30/+46 |
| | | |||||
| * | effects.core: Convert elements height/width to px and restore after ↵ | tomykaira | 2011-06-09 | 1 | -0/+11 |
| | | | | | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects | ||||
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
|/ | |||||
* | Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵ | gnarf | 2011-05-18 | 1 | -0/+3 |
| | | | | IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var | ||||
* | Unit Tests: effects: adding some animateClass tests | gnarf | 2011-05-12 | 1 | -1/+19 |
| | |||||
* | Unit Tests: Adding some basic unit tests for effects.* modules | gnarf | 2011-05-01 | 1 | -5/+5 |
| | |||||
* | unit tests: updating unit test boilerplate for effects | gnarf | 2011-03-29 | 1 | -28/+33 |
| | |||||
* | unit tests: adding an empty effects unit test page | gnarf | 2011-03-29 | 1 | -0/+50 |