Tagging the 1.5rc1 release.
[jquery.git] / src / dimensions.js
2011-01-19 scottjehlRevised the Nokia support fallback. It turns out that...
2011-01-13 scottjehlset name to lowercase, since it's passed as initial...
2011-01-13 scottjehlMerge branch 'master' of https://github.com/jquery...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-22 scottjehlGetting window dimensions currently fails in Nokia...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-09-22 jeresigUnify the means of detecting a window across the librar...
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigCleaning up some un-needed CSS code and adding back...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-09 jeresigMake sure that height/width methods return numbers...
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-01-24 jeresigAdded in .height(fn) and .width(fn) support. Fixes...
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-07-18 John ResigSwitching to use a better check for if the node is...
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aaronfix for #4399, removing unused variables
2009-03-06 Ariel Fleslerjquery dimensions: removed redundant code
2009-02-13 John ResigAdded some significant speed-ups to height/width checks...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-05-15 Ariel Fleslerjquery dimensions & offset: moving the local function...
2008-05-14 Ariel Fleslerjquery dimensions: reducing the code size.
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-04-30 Scott Gonzálezcore: make sure all source files end with a single...
2008-04-29 Scott Gonzálezcore: Adding missing radix for paresInt.
2008-04-29 Brandon AaronMerged dimensions with core