chlog++ - and yes i know. backport to 1.0.1 - as i said already. will
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Mar 2011 12:13:25 +0000 (12:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Mar 2011 12:13:25 +0000 (12:13 +0000)
go over these when i get to it.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index c9e39b7..3cf24bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-03-10  Sung W. Park
 
        * Fix bug with yinvert handling of native surfaces.
+
+2011-03-10  Carsten Haitzler (The Rasterman)
+
+       * Fix issue with loading alpha BMP's with "check if all pixel alpha
+        are 0 or not and then force alpha off if all are 0". This
+        means you can never have a 100% empty/transparent BMP though
+        in 32bpp mode.