efl/legacy/ecore/src/lib/ecore_x/xcb
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
..
Makefile.am From: Sung-Jin Park <sj76.park@samsung.com> 2011-11-04 12:44:28 +00:00
ecore_xcb.c ecore_x: Fix typo 2012-08-18 19:18:53 +00:00
ecore_xcb_atoms.c Ecore_X(cb): Remove old references to the _prefetch functions. 2012-09-18 13:05:20 +00:00
ecore_xcb_composite.c From: Jérôme Pinot <ngc891@gmail.com> 2012-04-12 03:51:36 +00:00
ecore_xcb_cursor.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_damage.c From: Jérôme Pinot <ngc891@gmail.com> 2012-03-31 12:03:05 +00:00
ecore_xcb_dnd.c Ecore_X (xcb): Make sure we have a valid connection before checking 2012-10-10 06:47:54 +00:00
ecore_xcb_dpms.c From: Jérôme Pinot <ngc891@gmail.com> 2012-04-12 03:51:36 +00:00
ecore_xcb_drawable.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_e.c add 2 new illume sgs's and bump ecore version to 1.8 in svn as thats 2012-09-03 09:42:18 +00:00
ecore_xcb_error.c ecore - revert 71421 cause of posibility of abi break 2012-05-29 02:42:13 +00:00
ecore_xcb_events.c From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
ecore_xcb_extensions.c From: Sung-Jin Park <sj76.park@samsung.com> 2011-11-04 12:44:28 +00:00
ecore_xcb_gc.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_gesture.c Ecore_X(cb): Fix compiler warnings when building without gesture 2011-11-08 21:09:33 +00:00
ecore_xcb_icccm.c ecore - Various patches in ecore's doc 2012-01-17 11:37:35 +00:00
ecore_xcb_image.c oooh fix nasty bug never found to date in ecore-x - gettign if image 2012-09-21 12:12:54 +00:00
ecore_xcb_input.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_keymap.c ecore: Rename Mode to AltGr 2012-06-28 07:30:32 +00:00
ecore_xcb_mwm.c Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb 2011-11-11 18:51:53 +00:00
ecore_xcb_netwm.c Ecore_X: Merge Tizen changes to upstream EFL. 2012-07-03 07:36:55 +00:00
ecore_xcb_pixmap.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_private.h ecore_x: Make x modifiers public 2012-06-27 17:54:01 +00:00
ecore_xcb_randr.c Ecore_X(cb): Add more trapping for build when randr is not 2012-06-06 08:15:29 +00:00
ecore_xcb_region.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_render.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_screensaver.c Fix typo (a period != a comma) ;) 2012-10-09 09:51:21 +00:00
ecore_xcb_selection.c From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
ecore_xcb_shape.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_sync.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_textlist.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_vsync.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_window.c ecore: Rename Mode to AltGr 2012-06-28 07:30:32 +00:00
ecore_xcb_window_prop.c this should be correct for xcb - it seems that it packs card32's into 2011-11-12 08:59:28 +00:00
ecore_xcb_window_shadow.c Cleanup Doxygen Warnings - ecore 4 2012-04-23 20:09:55 +00:00
ecore_xcb_window_shape.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_xdefaults.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_xfixes.c Ecore_X(cb): Remove old references to the _prefetch functions. 2012-09-18 13:05:20 +00:00
ecore_xcb_xinerama.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00
ecore_xcb_xtest.c ecrustify on ecore-x. 2011-10-21 05:40:59 +00:00