From kde-commits Thu Aug 18 15:22:31 2005 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Thu, 18 Aug 2005 15:22:31 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/khtml Message-Id: <1124378551.805848.22093.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112437856309349 SVN commit 450585 by luis_pedro: Scale images correctly (adjust both height and width) when max-width is used. M +4 -0 ChangeLog --- branches/KDE/3.5/kdelibs/khtml/ChangeLog #450584:450585 @@ -1,3 +1,7 @@ +2005-08-18 Luís Pedro Coelho + * rendering/render_image.cpp: Scale images correctly (adjust both height and width) + when max-width is used. + 2005-08-10 Dawit Alemayehu * ecma/xmlhttprequest.cpp: Convert a 304 (Not Modified) HTTP response in XMLHttpRequest to a 200 (OK) response to make KHTML conform to IE's and