FreeRDP/client/Windows
garbb 24fc77a073 fix mouse button "stuck" down when dragged out of window
If user presses mouse button down within window and then moves it
outside of window before releasing, host will still see mouse
button as "stuck down" because mouse up event is not sent. So use
`SetCapture()`/`ReleaseCapture()` to capture mouse events until
button is released.
Also, since coordinates from WM_* events are signed values,
need to prevent negative values from being sent.
2022-09-21 09:59:22 +02:00
..
cli Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
resource Added smartcard emulation layer 2022-01-11 12:34:43 +01:00
CMakeLists.txt Explicitly link NTDLL for windows client 2022-05-02 09:08:10 +02:00
ModuleOptions.cmake freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
wf_channels.c Unify encomsp request control code 2022-09-13 09:22:41 +02:00
wf_channels.h Cleaned up PubSub 2022-01-19 09:24:57 +01:00
wf_client.c add windows client assistance request control menu item 2022-09-16 08:47:06 +02:00
wf_client.h add windows client assistance request control menu item 2022-09-16 08:47:06 +02:00
wf_cliprdr.c fix can not copy file after last copy 2022-09-20 11:56:35 +02:00
wf_cliprdr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_event.c fix mouse button "stuck" down when dragged out of window 2022-09-21 09:59:22 +02:00
wf_event.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_floatbar.c Use a client/common context component 2022-02-22 09:44:13 +01:00
wf_floatbar.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
wf_gdi.c fix scaling of update rect on windows client 2022-09-12 08:40:10 +02:00
wf_gdi.h Update wf_gdi.h 2022-09-12 08:40:10 +02:00
wf_graphics.c reformatted 2022-06-23 08:48:39 +02:00
wf_graphics.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_rail.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_rail.h Fixed #6696: Implement HandshakeEx in windows client 2021-01-19 17:13:40 +01:00