Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -1297/+0 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -2/+14 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Fix various coding style issues | Jörn Zaefferer | 2013-11-13 | 1 | -15/+11 |
| | |||||
* | Removed guard against duplicate loading. Use safe references to original ↵ | Scott González | 2013-03-08 | 1 | -32/+35 |
| | | | | functions when proxying, don't rename originals. | ||||
* | Effects: Handle the .hide/show/toggle( options ) signatures from core ↵ | Scott González | 2013-02-28 | 1 | -36/+53 |
| | | | | 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 | -2/+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 Core: make removeClass work correctly with changes jQuery 1.9.0. ↵ | David Petersen | 2013-01-29 | 1 | -2/+2 |
| | | | | Fixed #9015 - Inclusion of jQuery UI breaks removeClass | ||||
* | Updating to jQuery Color 2.1.2 | Corey Frang | 2013-01-16 | 1 | -3/+3 |
| | |||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Effects: fix backwards compatibility in animateClass for jQuery Core <1.8 | Mike Sherov | 2013-01-08 | 1 | -0/+9 |
| | |||||
* | Effects: Avoid cssHook blending in non-rgba browsers when the value is ↵ | Mike Sherov | 2013-01-03 | 1 | -3/+3 |
| | | | | "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8 | ||||
* | All: Convert single quotes to double quotes. | Mike Sherov | 2012-12-25 | 1 | -1/+1 |
| | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - ↵ | Viktor Kojouharov | 2012-11-27 | 1 | -1/+1 |
| | | | | Effects: Class animation has broken noConflict support. | ||||
* | Effects Core: Upgrading jQuery Color to 2.1.1 | Corey Frang | 2012-11-23 | 1 | -50/+58 |
| | |||||
* | Effects: Cleaned up getElementStyles(). | Scott González | 2012-11-09 | 1 | -14/+13 |
| | |||||
* | Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵ | Jörn Zaefferer | 2012-10-25 | 1 | -29/+5 |
| | | | | support for effects in $.effects[]. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Fixed some jshint errors. | Scott González | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵ | Corey Frang | 2012-10-21 | 1 | -2/+2 |
| | | | | effects - Closes gh-783 | ||||
* | Effect: fix typo in comment ft "optinos" => "options" | Andrew Couch | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Updated docs URLs for core files. | Scott González | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Effects: Cleanup. | Scott González | 2012-08-27 | 1 | -12/+17 |
| | |||||
* | Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property ↵ | Scott González | 2012-08-14 | 1 | -12/+38 |
| | | | | is buggy. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Effects: Work around jQuery 1.6.2 returning undefined for falsy values in ↵ | Scott González | 2012-07-10 | 1 | -2/+12 |
| | | | | .data(). | ||||
* | Effects: Update jQuery Color. | Scott González | 2012-07-09 | 1 | -119/+87 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Effects: Update jquery-color. | Scott González | 2012-06-28 | 1 | -15/+11 |
| | |||||
* | Upgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the ↵ | Scott González | 2012-06-25 | 1 | -103/+637 |
| | | | | background color of a document fragment can easily fail. Fixes #5215 - Effects color: Add support for rgba animations. Fixes #4372 - Animate backgroundColor to 'transparent'. Fixes #5393 - getColor reports inaccurate color for transparent elements in Webkit. Fixes #3806 - Feature request: expose getRGB and getColor. | ||||
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 1 | -0/+739 |