From 77092d94d457d35e11194e0b2ee2a2e9b90b38b9 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Sun, 9 Feb 2014 09:46:51 +0900 Subject: 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 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.1