Go to file
David Sundstrom c5b9667825 Remove xf_rail_FilterWindowInfo() function. This function incorrectly calculated a new width for windows that had a negative origin (that is, windows partially off the desktop to the left). The function subtracted twice the window offset from the width. To be correct this function needed to keep track of the old and new window positions and just subtract the difference.
It turns out none of this was necessary.  X will handle windows placed partially off-screen and draw them correctly, just as it does for windows dragged partially off the screen to the left.  Removing this function fixed a number of drawing issues including tool tips being incorrectly drawn and windows not being drawn correctly after they'd been placed partially off-screen to the right.
2011-11-02 18:31:14 -05:00
build wfreerdp: update client for rdpContext usage 2011-10-16 16:47:50 -04:00
channels cliprdr: add support for long format names 2011-11-01 01:09:38 -04:00
client Remove xf_rail_FilterWindowInfo() function. This function incorrectly calculated a new width for windows that had a negative origin (that is, windows partially off the desktop to the left). The function subtracted twice the window offset from the width. To be correct this function needed to keep track of the old and new window positions and just subtract the difference. 2011-11-02 18:31:14 -05:00
cmake add cmake option for redirection debug and fix a segmentation fault in redirection 2011-10-26 10:47:32 +02:00
cunit cliprdr: add more detailed debug output 2011-10-31 19:15:27 -04:00
docs docs: update visio document with core graphical objects 2011-10-25 02:46:24 -04:00
include xfreerdp: handle -g X% 2011-11-01 19:09:20 -05:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache libfreerdp-cache: fix bitmap_cache_free 2011-10-30 22:19:38 -05:00
libfreerdp-channels libfreerdp-core: cleanup of freerdp interface 2011-10-16 21:02:28 -04:00
libfreerdp-codec libfreerdp-codec: replace GetGRCode by macro (was most called function according to callgrind) 2011-11-02 22:26:00 -04:00
libfreerdp-core server: follow context_size change. 2011-10-30 13:43:04 +08:00
libfreerdp-gdi rfx: add rfx_context_set_cpu_opt() APi to replace passing rdpSettings. 2011-10-29 22:01:50 +08:00
libfreerdp-kbd Add missing includes for Solaris 2011-10-28 11:27:09 -05:00
libfreerdp-rail libfreerdp-core: refactoring of context pointers into rdpContext 2011-10-16 00:50:10 -04:00
libfreerdp-utils xfreerdp: handle -g X% 2011-11-01 19:09:20 -05:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server server: follow context_size change. 2011-10-30 13:43:04 +08:00
.gitignore libfreerdp-core: refactoring of core bitmap objects 2011-10-20 17:28:59 -04:00
CMakeLists.txt cmake/sse2: initial sse2 detect 2011-10-25 00:32:06 -05:00
config.h.in add cmake option for redirection debug and fix a segmentation fault in redirection 2011-10-26 10:47:32 +02:00
freerdp.pc.in freerdp.pc: freerdp-chanman renamed to freerdp-channels. 2011-10-30 22:00:27 +08:00
freerdp.spec update build for rpm spec 2011-10-19 07:21:14 -05: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