FreeRDP/client
akallabeth 752ac3b479
Fix #7793: Do not expose internal input API (#7794)
* Fixed GetFileInformationByHandle initializers

* Fix #7793: Do not expose internal input API

Slow-Path input uses UINT16 for scancodes on wire, but only the
lower byte is actually used. (the extended fields are sent in
keyboardFlags field)
Hide this implementation detail and adjust the API to use UINT8
for the code instead just like the corresponding Fast-Path PDU

* Added a warning for problematic slow path keyCodes
2022-04-13 09:34:05 +02:00
..
Android Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
common Updated doc regarding proxy URL syntax 2022-04-05 09:22:48 +02:00
iOS Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
Mac Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
Sample Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
Wayland Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
Windows wfreerdp-client: make keyboard work when /parent-window is provided 2022-04-10 20:10:54 +02:00
X11 X11/cliprdr: Clear selection requests, when they become invalid 2022-03-29 13:39:07 +02:00
.gitignore Removed DirectFB client as it is unmaintained 2018-11-22 14:40:19 +01:00
CMakeLists.txt moving android client build to be part of aFreeRDP.apk gradle build 2022-03-28 19:30:12 +02:00
freerdp-client.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00