efl/legacy/ecore/src/lib
Michal Pakula vel Rutka 0a8bed1b66 From: Michal Pakula vel Rutka <m.pakula@samsung.com>
Subject: [E-devel] [Patch] [Ecore] Allow to send SelectionNotify event
if there is no data from XGetWindowProperty.

The issue I want to fix is that elementary clipboard does not return 
paste callback if selection does not contain any data.
Currently when ecore_x_window_prop_property_get function is called
asking for AnyProperty it returns 0 if there is no data (number of
items stored equals 0). This causes ecore_x_event_handle_selection
_notify to exit before SelectionNotify event is added and eventually
elementary paste callback is not fired.
My patch removes this condition and changes behaviour of this function
by allowing to add SelectionNotify event even if data returned is empty.



SVN revision: 77732
2012-10-10 09:17:21 +00:00
..
ecore Porting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, Ecore_Poll 2012-10-10 08:19:58 +00:00
ecore_cocoa rever part of stefan's coverage patch - not related to the other bits 2012-08-12 02:40:49 +00:00
ecore_con ecore_con_socks: split version check from cast 2012-10-09 08:27:55 +00:00
ecore_config rever part of stefan's coverage patch - not related to the other bits 2012-08-12 02:40:49 +00:00
ecore_directfb rever part of stefan's coverage patch - not related to the other bits 2012-08-12 02:40:49 +00:00
ecore_evas Wayland_SHM: Add listener to frame callback 2012-10-08 14:22:17 +00:00
ecore_fb rever part of stefan's coverage patch - not related to the other bits 2012-08-12 02:40:49 +00:00
ecore_file From: Patryk Kaczmarek <patryk.k@samsung.com> 2012-09-19 10:39:27 +00:00
ecore_imf ecore_imf: Add ECORE_IMF_PREEDIT_TYPE_SUB4~7 style 2012-09-10 04:48:28 +00:00
ecore_imf_evas oh oops - err needs a var ecore doesn ecport. use the eina log macro 2012-09-19 14:04:33 +00:00
ecore_input ecore: include Eina.h as we need it. 2012-09-21 13:10:01 +00:00
ecore_input_evas ecore/ecore_input - Conceptually, PASS_ON is right. 2012-07-10 14:26:16 +00:00
ecore_ipc add error check code. service name have to be given. 2012-09-03 06:09:34 +00:00
ecore_psl1ght Ecore: Send joypad buttons as key down/up events and properly send the quit request 2012-01-18 06:15:52 +00:00
ecore_sdl Ecore-Sdl: Must set the mouse event's multi struct to 0 2011-09-16 07:08:53 +00:00
ecore_wayland Wayland_SHM: Add listener to frame callback 2012-10-08 14:22:17 +00:00
ecore_win32 ecore_win32: fix doc 2012-05-23 20:46:52 +00:00
ecore_wince Cleanup Doxygen Warnings - ecore 5 2012-04-23 20:09:58 +00:00
ecore_x From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
Makefile.am Ecore: Add Ecore_Wayland (Wayland backend like ecore_x). 2011-12-26 23:27:20 +00:00