fix long standing layer set bug
[profile/ivi/evas.git] / ChangeLog
index 8618a81..e4dda37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-07-11  Tom Hacohen (TAsn)
 
        * Fixed runtime emboldenment with bitmap fonts.
+
+2012-07-16  Hermet (ChunEon Park)
+
+       * Fixed to do pre render for the children of mapped object.
+
+2012-07-17  Cedric Bail
+
+       * Fix garbage left by mapped smart object when they fly away from the canvas.
+       * Fix map life cycle.
+
+2012-07-18  Carsten Haitzler (The Rasterman)
+
+        * Fix evas box to not skip dealing with size hint changes
+          while it lays out objects. This breaks elementary badly and it should
+          never have done this. This broke the general logic of size
+          hint handling.
+
+2012-07-19  Jiyoun Park(jypark)
+
+        * Fix jpeg save bug related with error handler
+
+2012-07-22  Cedric Bail
+
+       * Don't crash when calling evas_object_smart_type_check without type.
+
+2012-07-24  Ingvaldur Sigurjonsson
+
+       * Fix typoe in docs
+<<<<<<< .mine
+
+2012-07-24  Hermet (ChunEon Park)
+
+       * Fixed evas_gl resource list have cleared properly when it is released
+       so it would be no problem when it is reinitialized in one same process.
+
+2012-07-24  Cedric Bail
+
+       * Handle Proxy with the right context.
+
+2012-07-24  Carsten Haitzler (The Rasterman)
+
+        * Fix long-standing bug when changing layer of a smart object,
+        its children dont change their layer value and pointer with it, thus
+        getting layer from them get you the wrong one.
+