Tagging the 1.5rc1 release.
[jquery.git] / src / css.js
2011-01-14 jeresigRevert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
2011-01-09 Colin SnoverRevert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
2011-01-05 rwldrnBug #7608 elem.runtimeStyle throws exception in Opera
2010-11-10 jeresigNeed to also handle the case where 'auto' is being...
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigOpera doesn't give height/width of display: none elemen...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-11 Scott GonzálezFixed getting styles from disconnected nodes. Fixes...
2010-10-09 John ResigMerge branch 'animate-nonblock' of github.com/csnover...
2010-10-09 jeresigMake sure null/NaN values aren't set in .css(). Fixes...
2010-10-09 Colin SnoverPrevent IE from throwing errors when setting RGBA value...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-28 John ResigMake sure that mixed case alpha filters are handled...
2010-09-28 John ResigMake setting .css(name, undefined) a no-op. Fixes ...
2010-09-27 jeresigMake sure that opacity is being reset properly on a...
2010-09-27 jeresigWe can just use isNaN for this check in the IE opacity...
2010-09-27 jeresigMake sure the currentStyle property exists before attem...
2010-09-21 John ResigMake sure that non-px values aren't manipulated before...
2010-09-17 John ResigSimplifying the camelCase logic used in the CSS and...
2010-09-17 John ResigCleaning up some un-needed CSS code and adding back...
2010-09-17 John ResigMake sure that empty height/width values are still...
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 jeresigOnly set height/width if it's a non-negative number...
2010-09-09 jeresigAnother logic bug caught by furf in ad950c8c5992937640a...
2010-09-09 jeresigMake sure that the CSS hook getter isn't called if...
2010-09-09 jeresigMake sure that string values are returned from the...
2010-09-09 jeresigLanding a bunch of bug fixes from furf's pull request...
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 ResigBroke more of the property-specific CSS logic out of...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-09-05 John ResigBroke apart some of the browser-specific logic for...
2010-09-05 John ResigSome more minor formatting tweaks.
2010-09-05 John ResigTweaking the formatting from the previous commit.
2010-09-03 Brandon AaronFirst look at css hooks. These hooks provide a way...
2010-08-26 John ResigOnly attempt to use the IE technique for setting opacit...
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...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-10 John ResigMake sure that the defaultView exists before attempting...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 jeresigMinor syntactical changes to :visible and :hidden.
2009-12-05 Yehuda KatzFixes a bug I introduced
2009-12-03 jeresigRemoving unnecessary parens from :hidden.
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-27 Karl Swedbergadded missing radix parameter for parseInt()
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-07-19 John ResigBroke out some of the inline RegExp from css.js. Goes...
2009-07-19 John ResigFixed various formatting issues in css.js.
2009-07-19 John ResigMove cases of .replace(re, Function) out from inline...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-05-14 Brandon Aarontidy up fix for #3981, thanks matt kruse
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-22 Brandon Aaronfix for #3546. css now works with other windows than...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method