FreeRDP/client
Norbert Federa c82d8c9c6b xfreerdp: fix cliprdr SelectionNotify enless loop
xf_cliprdr_process_selection_notify calls xf_cliprdr_send_client_format_list
if the SelectionNotify event property was None.
xf_cliprdr_send_client_format_list called XConvertSelection even if there
was no clipboard owner. In that case the XServer generates a SelectionNotify
event to the requestor (us) with property None and so on ...

The most obvious fix is to ensure that XConvertSelection is not called if
the owner is None which is done in this commit.
2014-12-04 00:19:23 +01:00
..
Android Merge branch 'master' of github.com:FreeRDP/FreeRDP 2014-11-15 12:37:29 -05:00
common xfreerdp: added smart sizing, mt gesture fixes 2014-12-01 11:56:44 +01:00
DirectFB Fixed compiler warnings. 2014-09-15 08:55:00 +02:00
iOS Call redraw only when region is invalidated 2014-11-19 11:48:12 -08:00
Mac mfreerdp: fix cliprdr copy with Windows XP 2014-11-20 16:05:13 -05:00
Sample freerdp: remove deprecated eventing system 2014-11-12 13:18:18 -05:00
Wayland wlfreerdp: add keyboard and mouse wheel support, fix bugs 2014-11-26 10:46:05 +01:00
Windows Replaced fprintf error messages with WLog. 2014-11-16 12:21:38 +01:00
X11 xfreerdp: fix cliprdr SelectionNotify enless loop 2014-12-04 00:19:23 +01:00
.gitignore freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
CMakeLists.txt wlfreerdp: initial Wayland client 2014-10-13 12:23:23 +02:00