FreeRDP/client/Mac
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 [MAC] Keep original return value for client termination 2021-01-22 11:25:18 +01:00
en.lproj mfreerdp: integrate benoit's refactored mac client 2013-05-31 12:48:40 -04:00
.gitignore mfreerdp: integrate benoit's refactored mac client 2013-05-31 12:48:40 -04:00
CMakeLists.txt Fixed glitches with certificate dialog. 2018-12-06 10:17:05 +01:00
CertificateDialog.h Reformatted to new style 2019-11-07 10:53:54 +01:00
CertificateDialog.m Reformatted to new style 2019-11-07 10:53:54 +01:00
CertificateDialog.xib Fixed compile issue 2018-12-06 10:17:05 +01:00
Clipboard.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
Clipboard.m Fixed clipboard 'called with invalid type' warning 2020-05-06 13:31:57 +02:00
Credits.rtf Remove execute bit from many files 2014-07-20 00:52:35 -04:00
Info.plist Added permission checks for mac audio backend. 2020-10-21 19:44:09 +02:00
Keyboard.h Updated mac build. 2018-12-06 10:17:05 +01:00
Keyboard.m Reformatted to new style 2019-11-07 10:53:54 +01:00
MRDPCursor.h Reformatted to new style 2019-11-07 10:53:54 +01:00
MRDPCursor.m mfreerdp: code style cleanup 2013-03-11 12:14:44 -04:00
MRDPView.h clients: Use the correct wheel rotation value 2021-02-11 09:54:03 +01:00
MRDPView.m clients: Use the correct wheel rotation value 2021-02-11 09:54:03 +01: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
PasswordDialog.h Reformatted to new style 2019-11-07 10:53:54 +01:00
PasswordDialog.m Reformatted to new style 2019-11-07 10:53:54 +01:00
PasswordDialog.xib Run password dialog as a modal sheet and set window title to server:port 2016-10-19 17:11:40 -04:00
main.m Fixed mac app termination and warnings 2020-10-21 19:44:09 +02:00
mf_client.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_client.m Fixed mac app termination and warnings 2020-10-21 19:44:09 +02:00
mfreerdp.h Reformatted to new style 2019-11-07 10:53:54 +01:00