move and doxyfy docs for ecore_x_randr_screen_primary_output_current_size_get
[framework/uifw/ecore.git] / ChangeLog
index 43d7962..82d26ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2012-05-24  Carsten Haitzler (The Rasterman)
 
-        * Add ecore_con_client_ref() and ecore_con_client_unref()
-        * Fix ecore_con to obey reference counting for con clients
-        * Fix lurking bug in ecore_ipc that had it be able to crash in
-        accessind already deleted ecore-con clients. use client
-        ref/unref to fix it. No backport of this fix as it requires a
-        new feature.
         * Fix ecore-thread scheduling issue where re-scheduled threads
         will hold a loop busy and not allow feedback workers to run,
         so now have fairer scheduling.
         directfb}_window_get return 0 if the Ecore_Evas was not created with
         the appropriate constructor.
 
+2012-05-29 Rob Bradford
+
+        * Initial cursor support for Wayland:
+        * Add api to the ecore_wl_input_ namespace to allow setting the buffer
+        to use for the pointer and for loading a named cursor from a cursor
+        theme. Under the Wayland protocol the cursor is associated with the
+        input device.
+        * Add helper functions to ecore_wl_window to set the cursor based on
+        the active pointer input device for the window.
+        * Load the cursor theme when the SHM interface is ready and provide an
+        API call to provide a wl_cursor for a given name.
+        * Add API to restore to the default cursor and then use that when the
+        pointer enters the surface to ensure compliance with the Wayland
+        protocol.
+
 2012-05-30  Cedric Bail
 
        * Force cancel of all running Ecore_Thread on shutdown.
+       * Make Ecore_Thread work reliabily when main loop isn't running.
+
+2012-05-30  Mariusz Grzegorczyk
+
+       * Small fix to ecore-evas buffer engine on resize to make the
+        right kind of buffer cavas (ARGB32 vs RGB32).
+
+2012-05-30 Leif Middelschulte (T_UNIX)
+
+        * Add ECORE_X_RANDR_OUTPUT_POLICY_ASK
+
+2012-06-04 Mike Blumenkrantz
+
+        * ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain connections
+        * Added new resolver method: dns.c -- This is used by default now when ipv6 is enabled
+          and c-ares support is disabled.
+
+2012-06-06 Rob Bradford
+
+        * Ecore_Wayland: Enhance the keyboard input handling
+        * Associate the keymap with the input device rather than the display
+        since you could could have different keymaps associated with different
+        devices.
+        * Increase the size of character arrays used for the string
+        representations of the keyname, keysym and for the string
+        representing the key.
+        * Re-enable the code that converts the keysym to a printable definition
+        - this is required where the keysym is not the same as the printable
+        definition
+
+2012-06-06 Rob Bradford
+
+       * Ecore_Wayland: Update to protocol change - axis events are now fixed point numbers
+