Tagging the 1.5rc1 release.
[jquery.git] / src / effects.js
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-30 Colin SnoverRemove patch for very early versions of Opera 9 that...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnReorders condition at L65 for efficiency
2010-12-09 louisremiPrecising the unit part of rfxnum regex
2010-11-10 jeresigBacking out commit 795e880bba1f7f949df58748f7fd92e50296...
2010-11-10 rwldrnFixes #7397; Adds 4 supporting unit tests.
2010-11-09 rwldrnClean #7397; Removed unnec. var declaration
2010-11-09 rwldrnFixes #7397; 4 supporting unit tests
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-28 John ResigFix quotes in comment.
2010-10-27 jeresigCalling .hide().show() on a stylesheet-hidden element...
2010-10-26 Karl SwedbergFor .show() with no arguments, only set display of...
2010-10-25 lrbabe.cur() doesn't take any boolean parameter since 1.4.3
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-11 John ResigMerge branch 'animateHooks' of github.com/lrbabe/jquery...
2010-10-11 Colin SnoverFix olddisplay was inappropriately set when calling...
2010-10-11 lrbabeMake $.fn.animate compatible with jQuery.cssHooks
2010-10-09 Colin SnoverFixed code convention issues. Reduced size of overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to only keep overflow set to hidden...
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverTiny cleanup to remove some superfluous code that was...
2010-10-05 Colin SnoverUpdate $.fn.animate to restore overflow-x and overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-09-24 jeresigMake sure that a clone of the animate speed properties...
2010-09-24 J. Ryan StinnettAllow named animation speed to be 0. Fixes #6579.
2010-09-24 lrbabeMake the interval between two animations tick public...
2010-09-22 Karl SwedbergAdded full support for easing in all shorthand effects...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigSimplifying the camelCase logic used in the CSS and...
2010-09-17 John ResigjQuery.css() returns a string value - handle this prope...
2010-09-17 John ResigBringing in the rdashAlpha/fcamelCase private var tweak...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-13 John ResigMaking some more adjustments to handle auto CSS properties.
2010-09-09 jeresigAdding in a couple private variables to effects.js...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-01-23 Karl SwedbergMade .show() and .hide() use .animate() only if speed...
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-21 jeresigMoved logic for handling .animate({}), doesn't queue...
2009-12-18 jeresigBringing the effects module closer to being inline...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...