diff options
author | Gwanglim Lee <gl77.lee@samsung.com> | 2014-02-09 09:46:51 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-02-09 09:46:51 +0900 |
commit | 77092d94d457d35e11194e0b2ee2a2e9b90b38b9 (patch) | |
tree | 860f1b7c7e0e49ac61648471dd82ae09cf882b17 /ChangeLog | |
parent | 259f33679c38e03de3e35c3a0859b3f3f0f9c39a (diff) |
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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ | |||
1 | 2014-02-09 Gwanglim Lee | ||
2 | |||
3 | * Ecore_Evas: Added window manager rotation to manage the rotation of | ||
4 | windows by the WM. | ||
5 | - add ecore_evas_wm_rotation_supported_get | ||
6 | - add ecore_evas_wm_rotation_preferred_rotation_set | ||
7 | - add ecore_evas_wm_rotation_preferred_rotation_get | ||
8 | - add ecore_evas_wm_rotation_available_rotations_set | ||
9 | - add ecore_evas_wm_rotation_available_rotations_get | ||
10 | - add ecore_evas_wm_rotation_manual_rotation_done_set | ||
11 | - add ecore_evas_wm_rotation_manual_rotation_done_get | ||
12 | - add ecore_evas_wm_rotation_manual_rotation_done | ||
13 | |||
1 | 2013-12-02 Daniel Juyung Seo (SeoZ) | 14 | 2013-12-02 Daniel Juyung Seo (SeoZ) |
2 | 15 | ||
3 | * Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e. | 16 | * Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e. |