FreeRDP/client/X11
Norbert Federa 344362a8a3 clients: fix "focus in event" issues
The input->FocusInEvent callback implementations (normal and fast-path) have
always sent the mouse position even if the pointer was outside of the freerdp
client area. In addition xfreerdp used the wrong pointer coordinates which
were relative to the root window instead of its own.
On focus-in the pointer position must only be sent if the pointer is
currently within the program's client area. However, the clients had no way
to pass that information to input->FocusInEvent which required an API change.

- removed mouse pointer x, y parameters from input interface's FocusInEvent
- clients are responsible to call input->MouseEvent on focus-in if necessary
- fixed xfreerdp and wfreerdp accordingly
2015-01-16 18:40:57 +01:00
..
cli
.gitignore
CMakeLists.txt
generate_argument_docbook.c
ModuleOptions.cmake
xf_channels.c xfreerdp: cleanup and fix RemoteApp 2014-11-11 16:35:30 -05:00
xf_channels.h xfreerdp: cleanup and fix RemoteApp 2014-11-11 16:35:30 -05:00
xf_client.c Resetting disconnect flag on client start. 2015-01-13 12:43:27 +01:00
xf_client.h xfreerdp: remove dependency on libfreerdp-rail 2014-11-12 19:49:35 -05:00
xf_cliprdr.c xfreerdp: fix usage of incorrect target clipboard format id 2014-12-26 11:30:09 -05:00
xf_cliprdr.h
xf_event.c xfreerdp: smart-sizing and software-gdi fixes 2014-12-03 15:41:10 +01:00
xf_event.h xfreerdp: added smart sizing, mt gesture fixes 2014-12-01 11:56:44 +01:00
xf_gdi.c xfreerdp: fix RDP order color conversion 2014-12-15 16:34:09 +01:00
xf_gdi.h xfreerdp: fix RDP order color conversion 2014-12-15 16:34:09 +01:00
xf_gfx.c libfreerdp-core: add support for multiple redirection target addresses 2014-12-27 18:53:27 -05:00
xf_gfx.h
xf_graphics.c xfreerdp: fix RDP order color conversion 2014-12-15 16:34:09 +01:00
xf_graphics.h
xf_input.c xfreerdp: added smart sizing, mt gesture fixes 2014-12-01 11:56:44 +01:00
xf_input.h
xf_keyboard.c clients: fix "focus in event" issues 2015-01-16 18:40:57 +01:00
xf_keyboard.h
xf_monitor.c xfreerdp: fix crash with /monitor-list 2015-01-16 00:10:36 +01:00
xf_monitor.h xfreerdp: remove dependency on libfreerdp-rail 2014-11-12 19:49:35 -05:00
xf_rail.c xfreerdp: remove dependency on libfreerdp-rail 2014-11-12 19:49:35 -05:00
xf_rail.h xfreerdp: separate app windows from desktop windows 2014-11-11 22:27:33 -05:00
xf_tsmf.c xfreerdp: remove RAIL dependency on deprecated event system 2014-11-11 18:32:18 -05:00
xf_tsmf.h channels/tsmf: remove dependency on deprecated eventing system 2014-11-10 16:33:34 -05:00
xf_window.c Fixed typo. 2015-01-15 15:26:43 +01:00
xf_window.h xfreerdp: remove dependency on libfreerdp-rail 2014-11-12 19:49:35 -05:00
xfreerdp-channels.1.xml
xfreerdp-examples.1.xml
xfreerdp.1.xml.in
xfreerdp.h xfreerdp: fix RDP order color conversion 2014-12-15 16:34:09 +01:00