Send mouse move event before mouse down event in ecore_extn.
[profile/ivi/ecore.git] / ChangeLog
index ee58894..03de1ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2011-12-29 Carsten Haitzler (The Rasterman)
 
-        * Fix massive post data probile in ecore-con that would cause
+        * Fix massive post data problem in ecore-con that would cause
         post data to be corrupted (as it was never copied into the
         ecore con url struct) or could cause crashes if the memory
         pointed to became invalid.
 
         * Improve callbacks in ecore_evas to use typedefs for readability.
 
-2012-02-20  Cedric Bail
-
-       * Rewrite internal of Ecore_Thread to use Eina_Lock and ecore_main_loop_thread_safe_call_async.
-
 2012-02-23  Cedric Bail
 
        * Move to Evas buffer engine for Ecore_Evas SDL software backend.
 
         * 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.
+
+2012-03-26  Jihoon Kim (jihoon)
+
+        * scim-immodule: fix bug candidate window covers the preedit string when preedit string appears in 2 line.
+
+2012-03-29 Carsten Haitzler (The Rasterman)
+
+        * Fix range of issues with ecore_fb and even ecore_evas where
+        it didn't work right on the fb. (timestamps wrong, focus
+        handling etc.). This makes it work fully again.
+
+2012-04-13 Gustavo Sverzut Barbieri (k-s)
+
+       * remove EAPI from _ecore_event_signal_user_new(). It should never
+       be exported outside of libecore.so
+       * stop leaking every system signal event.
+
+2012-04-16  Shinwoo Kim
+
+       * Check control charater and convert into printing character on Windows
+
+2012-04-20  Vincent Torri
+
+       * Add override_set() support in ecore_evas_win32.
+
+2012-05-10  Jiyoun Park
+
+       * Send mouse move event before mouse down event in ecore_extn