Go to file
Bernhard Miklautz 1c577e2a12 Changed return value check for XGetWindowProperty
XGetWindowProperty return None if the property isn't found.
So raise an error is None is returned. Otherwise the property
was returned.
2011-08-24 09:27:56 +02:00
channels channels/rail: fixed multithread side effect by creating full orders copy for events. 2011-08-22 02:04:21 +03:00
client Changed return value check for XGetWindowProperty 2011-08-24 09:27:56 +02:00
cmake libfreerdp-core: add support for pointer updates 2011-08-24 02:38:39 -04:00
cunit Merge pull request #57 from roman-b/rail 2011-08-22 10:11:18 -07:00
docs docs: initial commit 2011-06-30 18:41:38 -04:00
include libfreerdp-core: add support for play sound (system beep) updates 2011-08-24 02:54:46 -04:00
keymaps keymaps: initial commit 2011-06-30 16:28:36 -04:00
libfreerdp-cache libfreerdp-cache: add support for custom extra glyph data 2011-08-21 14:54:08 -04:00
libfreerdp-chanman Use named struct rdpChan. 2011-08-20 10:02:24 +08:00
libfreerdp-core libfreerdp-core: add support for play sound (system beep) updates 2011-08-24 02:54:46 -04:00
libfreerdp-gdi libfreerdp-gdi: add support for complex invalid regions 2011-08-24 01:47:43 -04:00
libfreerdp-kbd windows: export all exported api functions 2011-08-16 23:54:42 -04:00
libfreerdp-rail xfreerdp: fix window hiding 2011-08-23 15:52:17 -04:00
libfreerdp-rfx windows: export all exported api functions 2011-08-16 23:54:42 -04:00
libfreerdp-utils xfreerdp: fix window hiding 2011-08-23 15:52:17 -04:00
server server: update test server to send the first RemoteFX frame. 2011-08-23 23:28:54 +08:00
.gitignore libfreerdp-gdi: optimize multi-byte pixel blitting 2011-08-19 16:01:47 -04:00
CMakeLists.txt Merge pull request #51 from llyzs/server 2011-08-19 11:04:01 -07:00
config.h.in rdpdr/printer: migrate/redesign printer virtual channel plugin. 2011-08-17 21:57:09 +08:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README Documentation typo fix. 2011-07-25 20:27:35 +10:00

FreeRDP: A Remote Desktop Protocol Client
=========================================

FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications.

Resources
---------

Website: http://www.freerdp.com/
Wiki: http://www.freerdp.com/wiki/
Sources: http://www.freerdp.com/git/
API doc: http://www.freerdp.com/api/

IRC channel: #freerdp @ irc.freenode.net
Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Microsoft Open Specifications
-----------------------------

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

Compilation
-----------

Instructions on how to get started compiling FreeRDP can be found on the wiki:
http://www.freerdp.com/wiki/doku.php?id=compilation