Go to file
akallabeth 52786d0f12 [input] update to use new WINPR_KEYBOARD_TYPE*
* Use new enum constants with WINPR_KEYBOARD_* prefix
* Fix mapping of keycodes and scancodes, the offset of 8 is no longer
  required if the proper keyboard type is used.
2023-05-12 09:52:01 +02:00
.github [ci] add cJSON dependency 2023-03-10 16:38:07 +01:00
channels [channels] fix static linking of common libraries 2023-05-12 08:03:56 +02:00
ci/cmake-preloads
client [input] update to use new WINPR_KEYBOARD_TYPE* 2023-05-12 09:52:01 +02:00
cmake [CMake] find_feature unset RECOMMENDED 2023-03-13 08:39:46 +01:00
compat/stdbool
docs Fix readme for mingw 2023-05-04 12:56:16 +02:00
external
include fix typo 2023-05-11 16:31:42 +02:00
libfreerdp [input] update to use new WINPR_KEYBOARD_TYPE* 2023-05-12 09:52:01 +02:00
packaging packaging/rpm: Enable FFmpeg support on Fedora 36+ and RHEL 9+ 2023-03-16 14:51:12 +01:00
rdtk [pkg-config] unify exec_prefix 2023-04-24 22:01:15 +02:00
resources
scripts [build] add cJSON to android build scripts 2023-03-10 16:38:07 +01:00
server [input] update to use new WINPR_KEYBOARD_TYPE* 2023-05-12 09:52:01 +02:00
third-party
tools
uwac [pkg-config] unify exec_prefix 2023-04-24 22:01:15 +02:00
winpr [winpr,input] properly define keyboard types 2023-05-12 09:52:01 +02:00
.clang-format
.gitignore
.travis.yml
ChangeLog
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt [cmake] fix version from git tag 2023-05-02 09:34:07 +02:00
LICENSE
README.md
SECURITY.md

FreeRDP: A Remote Desktop Protocol Implementation

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.

Resources

Project website: https://www.freerdp.com/
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
Sources: https://github.com/FreeRDP/FreeRDP/
Downloads: https://pub.freerdp.com/releases/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
API documentation: https://pub.freerdp.com/api/

Security policy: https://github.com/FreeRDP/FreeRDP/security/policy

Matrix room : #FreeRDP:matrix.org (main) XMPP channel: #FreeRDP#matrix.org@matrix.org (bridged) IRC channel : #freerdp @ irc.oftc.net (bridged) Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Microsoft Open Specifications

Information regarding the Microsoft Open Specifications can be found at: https://www.microsoft.com/openspecifications/

A list of reference documentation is maintained here: https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation

Compilation

Instructions on how to get started compiling FreeRDP can be found on the wiki: https://github.com/FreeRDP/FreeRDP/wiki/Compilation