summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGwanglim Lee <gl77.lee@samsung.com>2014-02-09 09:46:51 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-02-09 09:46:51 +0900
commit77092d94d457d35e11194e0b2ee2a2e9b90b38b9 (patch)
tree860f1b7c7e0e49ac61648471dd82ae09cf882b17 /ChangeLog
parent259f33679c38e03de3e35c3a0859b3f3f0f9c39a (diff)
downloadefl-77092d94d457d35e11194e0b2ee2a2e9b90b38b9.tar.gz
ecore_evas: added window manager rotation to manage the rotation of windows by the WM.
Summary: The window manager rotation allows the WM to controls the rotation of application windows. It is designed to support synchronized rotation for the multiple application windows at same time. Reviewers: raster, seoz, cedric, Hermet Reviewed By: raster CC: cedric Differential Revision: https://phab.enlightenment.org/D529
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a772e501d2..6c1bd85175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-02-09 Gwanglim Lee
+
+ * Ecore_Evas: Added window manager rotation to manage the rotation of
+ windows by the WM.
+ - add ecore_evas_wm_rotation_supported_get
+ - add ecore_evas_wm_rotation_preferred_rotation_set
+ - add ecore_evas_wm_rotation_preferred_rotation_get
+ - add ecore_evas_wm_rotation_available_rotations_set
+ - add ecore_evas_wm_rotation_available_rotations_get
+ - add ecore_evas_wm_rotation_manual_rotation_done_set
+ - add ecore_evas_wm_rotation_manual_rotation_done_get
+ - add ecore_evas_wm_rotation_manual_rotation_done
+
2013-12-02 Daniel Juyung Seo (SeoZ)
* Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e.