From 4ae6a02be950ea588b39ae6d979e6bb1cb993697 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 27 Mar 2012 02:36:00 +0000 Subject: [PATCH] Ecore: Update ChangeLog SVN revision: 69647 --- legacy/ecore/ChangeLog | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 9cce3c9418..bd7a0885d6 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -567,27 +567,12 @@ * Add ecore_con_url_status_code_get() to check return code at any time -2012-03-09 Carsten Haitzler (The Rasterman) - - * Fix ecore_thread_feedback_run to work as the documentation and logic tell us. - -2012-03-10 Cedric Bail - - * Fix double free at end of execution of Ecore_Thread with feedback. - -2012-03-13 Leif Middelschulte (T_UNIX) - - * Fix ecore_x_randr_modes_info_get to not cut off the trailing '\0' - anymore - -2012-03-20 Vincent Torri - - * Rename ecore_win32_window_focus_set() to ecore_win32_window_focus() - to match ecore_x API. - * Add ecore_wince_window_focus(), ecore_wince_window_focus_get() - and ecore_win32_window_focus_get(). - -2012-03-26 Shinwoo Kim - - * Do not autorepeat Ctrl, Shift, Alt and Win keys on Windows +2012-03-26 Christopher Michael (devilhorns) + Ecore_Wayland: + * Add ecore_wl_dpi_get + * Implement functions for input grab/ungrab + * Implement setting surface input & opaque regions + * Implement popup windows + * Implement ecore_wl_window_transparent_set function + * Implement function to allow setting Ecore_Wl_Window type.