FreeRDP/client/Windows
Pascal Nowack 1087a5e1a6 clients: Use the correct wheel rotation value
For the negative scrolling direction, RDP uses the two's complement,
instead of the positive wheel value with the negative flag.
xfreerdp currently uses the positive wheel value in addition to the
negative flag, which results in a wrong wheel value on the server side
(136 instead of 120).

Fix this, by using the correct wheel rotation value, which is in the
two's complement.
2021-02-11 09:54:03 +01:00
..
cli client: Fix exit codes for /help and similar option (#6741) 2021-01-22 09:44:55 +01:00
resource Windows client: Suppress minimize and restore buttons in float bar when toggle-fullscreen is false, added window title to float bar, improved overall appearance with gradients, shadow and transparent icons. 2018-12-07 15:22:28 +01:00
CMakeLists.txt Add msimg32 library through CMake 2019-01-09 09:52:27 +01:00
FreeRDP.ico wfreerdp: fix icon 2013-03-19 11:11:14 -04: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
resource.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_channels.c Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_channels.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_client.c Fixed call to GetKeyboardLayout 2020-12-15 11:29:51 +01:00
wf_client.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_cliprdr.c Fixed clipboard 'called with invalid type' warning 2020-05-06 13:31:57 +02:00
wf_cliprdr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_event.c clients: Use the correct wheel rotation value 2021-02-11 09:54:03 +01:00
wf_event.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_floatbar.c Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_floatbar.h Refactored floatbar, extended command line settings. 2018-12-07 15:22:28 +01:00
wf_gdi.c Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_gdi.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_graphics.c Fixed #6121: Use correct destination color format 2020-04-28 12:40:03 +02:00
wf_graphics.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_rail.c Fixed #6696: Implement HandshakeEx in windows client 2021-01-19 17:13:40 +01:00
wf_rail.h Fixed #6696: Implement HandshakeEx in windows client 2021-01-19 17:13:40 +01:00
wfreerdp.rc Windows client: Suppress minimize and restore buttons in float bar when toggle-fullscreen is false, added window title to float bar, improved overall appearance with gradients, shadow and transparent icons. 2018-12-07 15:22:28 +01:00