Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -52/+5 |
| | | | | | | | | | | | Fixes gh-1711 Closes gh-2011 (cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17) Conflicts: src/css.js src/effects.js | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -18/+9 |
| | | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js | ||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 1 | -24/+18 |
| | | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Ref 708764f47b0c8de152bbb444d0f608db558b76ed | ||||
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+25 |
| | | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 Ref 72119e0023dcc0d9807caf6d988598b74abdc937 | ||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -3/+6 |
| | | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js | ||||
* | Effects: Fix inline element animations | Richard Gibson | 2014-03-24 | 1 | -2/+2 |
| | | | | | Ref 80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac Ref #14848 | ||||
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 1 | -5/+10 |
| | | | | | | | | | Fixes #14848 Closes gh-1548 (cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759) Conflicts: src/effects.js | ||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-09 | 1 | -1/+4 |
| | | | | | | | (cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4) Fixes #14623 Closes gh-1473 | ||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -6/+4 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -16/+15 |
| | | | | | | | | | | | | - To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments. Conflicts: src/core.js src/css.js src/effects.js src/event.js src/manipulation.js src/offset.js | ||||
* | Ensure display: inline-block when animating width/height on inline elements. ↵ | Timmy Willison | 2013-09-10 | 1 | -3/+8 |
| | | | | Fixes #14344. | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -1/+2 |
| | | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js | ||||
* | Apply consistent ordering in all modules. -219 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -219/+219 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -15/+18 |
| | | | | | | | | | | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -1/+1 |
| | | | | | | | Conflicts: src/attributes.js src/data.js src/manipulation.js | ||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -4/+5 |
| | |||||
* | Fix #14318: Cherry-pick interrupted animation fix from master ↵ | Richard Gibson | 2013-08-30 | 1 | -1/+7 |
| | | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -115/+15 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fix #13937: Correctly scope .finish() following multi-element .animate(). ↵ | Richard Gibson | 2013-05-28 | 1 | -5/+3 |
| | | | | Thanks @gnarf37. Close gh-1279. | ||||
* | Fix #13939: Same-unit relative animations | Richard Gibson | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | Fix #13855: line-height animations. Close gh-1265. | Richard Gibson | 2013-05-13 | 1 | -61/+65 |
| | | | | (cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f) | ||||
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -4/+4 |
| | |||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -2/+4 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
| | | | | (Cherry picked from a6c358d) | ||||
* | Fix #13183: Wrong animation initial value calc. Close gh-1136. | Mike Sherov | 2013-01-15 | 1 | -2/+2 |
| | |||||
* | No ticket: compress event.js | Richard Gibson | 2013-01-12 | 1 | -2/+2 |
| | |||||
* | Fix #13103. Add .finish() method. Cherry picked from ↵ | Corey Frang | 2013-01-08 | 1 | -4/+55 |
| | | | | b6abb31df4d5be80dc13844d9988fb0c990ae5ae. | ||||
* | Pass style declarations around for performance improvements and paving the ↵ | Mike Sherov | 2012-12-11 | 1 | -2/+2 |
| | | | | | | way for the css array signature Also, simplify the jQuery.css numeric coercion signature | ||||
* | Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. | Oleg | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Fix #12803. Add jQuery.fx.start as a hook point. Close gh-1024. | Corey Frang | 2012-11-25 | 1 | -2/+8 |
| | |||||
* | Unroll the ( || ) in the math - Fixes #12497 - Thanks @lukemella ↵ | Corey Frang | 2012-11-07 | 1 | -1/+3 |
| | | | | @curiousdannii - Closes gh-1019 | ||||
* | Keep track of a hiding state for toggle based animations - Fixes #8685 | Corey Frang | 2012-11-07 | 1 | -1/+10 |
| | | | | Closes gh-1018 | ||||
* | Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparry | Corey Frang | 2012-11-07 | 1 | -0/+3 |
| | | | | | Closes gh-1022 Closes gh-1021 | ||||
* | adds strict rule to jshint options (except for test files). "use strict" is ↵ | jaubourg | 2012-10-18 | 1 | -0/+1 |
| | | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced. | ||||
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -2/+1 |
| | |||||
* | Create private methods for processing data/removeData requests. Fixes ↵ | carldanley | 2012-10-16 | 1 | -1/+1 |
| | | | | #12519, Closes gh-976 | ||||
* | fix effects tests failure | Mike Sherov | 2012-10-16 | 1 | -3/+1 |
| | |||||
* | Fix #12447: Ensure starting-point calc takes finite time. Close gh-922. | Richard Gibson | 2012-09-15 | 1 | -8/+7 |
| | |||||
* | Fix #12370. Explicitly coerce bool/undef to integer. | Dave Methvin | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895. | Corey Frang | 2012-08-19 | 1 | -1/+7 |
| | |||||
* | Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876 | Oleg | 2012-07-25 | 1 | -5/+0 |
| | |||||
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | Fix #9217. oldIE error when changing detached elements, close gh-861 | Corey Frang | 2012-07-22 | 1 | -0/+11 |
| | |||||
* | Fix the logic to set overflow:hidden on width & height animations - Fixes ↵ | Corey Frang | 2012-07-20 | 1 | -1/+1 |
| | | | | #12117 - Closes gh-869 | ||||
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Fix #11971: force numeric animation start to be numeric, closes gh-836. | Richard Gibson | 2012-07-05 | 1 | -7/+7 |
| | |||||
* | Completes #11799: Maybe .progress() was cooler than I thought. | Corey Frang | 2012-06-25 | 1 | -1/+4 |
| | | | | Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835. |