summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-07-18 16:18:19 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-07-18 16:20:32 +0900
commit397e0b90a2ca0e9d935fd23ccb426a0ba77c0187 (patch)
tree39e9d5ba0ae25671822f1c6edc61df2691e6f1ce /ChangeLog
parent56adc51e8333540f5b9a46437f177b407a29668f (diff)
downloadefl-397e0b90a2ca0e9d935fd23ccb426a0ba77c0187.tar.gz
edje: improve accuracy of math logic in part positioning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b69c8c23d9..85c6c8bd93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,18 +2,24 @@
* Ecore-X: add ECORE_X_SYNC env variable for xlib backend
+2013-07-18 Cedric Bail
+
+ * Edje: fix some logic in the fixed point path.
+ * Edje: improve accuracy of math part positionning.
+
2013-07-17 Guillaume Friloux
- * Fix ecore_con_server_timeout_set(). It was changing the
+
+ * Ecore_Con: fix ecore_con_server_timeout_set(). It was changing the
timeout value, but not the timer.
2013-07-17 Mike Blumenkrantz
- * Ecore-X: add error messages for xlib, ECORE_X_ATOM_XDND_DIRECTSAVE0,
+ * Ecore_X: add error messages for xlib, ECORE_X_ATOM_XDND_DIRECTSAVE0,
fix ecore_x_e_comp_pixmap_set to delete pixmap atom correctly
2013-07-15 Mike Blumenkrantz
- * Ecore-X: fix BadMatch errors in ecore_x_image_get when requested size was larger than XImage size
+ * Ecore_X: fix BadMatch errors in ecore_x_image_get when requested size was larger than XImage size
2013-07-15 Cedric Bail