Commit Graph

764 Commits

Author SHA1 Message Date
Anthony Tong
5381976352 The previous malloc fix was too large. 2011-09-02 11:09:29 -04:00
Anthony Tong
fe207a5858 Revert "The previous malloc fix was too large."
This reverts commit 82e62778bc.
2011-09-02 11:08:50 -04:00
Marc-André Moreau
f6a3f636ec Merge pull request #76 from roman-b/rail
Rail Local Move/Size initial support.
2011-09-02 07:55:08 -07:00
Anthony Tong
82e62778bc The previous malloc fix was too large. 2011-09-02 10:53:27 -04:00
Marc-André Moreau
1df96f3bb1 Merge pull request #77 from LK2000/master
Folks, here is the first cut of the MPCC code which has been unit tested but not yet integrated into FreeRdp
2011-09-02 07:18:15 -07:00
Vic Lee
466d57e9ab libfreerdp-utils/stream: ensure initial buffer is clean. 2011-09-02 22:15:54 +08:00
Anthony Tong
0742eb4ecb Merge remote branch 'upstream/master' 2011-09-02 10:09:43 -04:00
Vic Lee
3ce4079388 Merge pull request #74 from chihchun/master
fixed cmake and rdpsnd/pulseaudio playback issue
2011-09-01 22:40:37 -07:00
Laxmikant Rashinkar
e3ff817533 First checkin for Microsoft Point to Point compression (MPCC) protocol. This is still under development. So far we have written the decompression code for RDP 5 and unit tests to test the code 2011-09-01 21:20:08 -07:00
Vic Lee
f08d7c226b libfreerdp-rfx: follow mstsc to use codecId 3 for RemoteFX. 2011-09-02 11:15:36 +08:00
Marc-André Moreau
802f1c3d60 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-09-01 23:00:22 -04:00
Marc-André Moreau
19c60c04ae libfreerdp-utils: added util to dump images to bitmap files 2011-09-01 23:00:07 -04:00
Vic Lee
1f4b73b69d libfreerdp-rfx: add header composing in separated API. 2011-09-02 09:47:46 +08:00
roman-b
9b7eb7934f Merge remote-tracking branch 'upstream/master' into rail 2011-09-02 01:24:45 +03:00
roman-b
e244300347 xfreerdp: added initial Local Move/Size (by using _NET_WM_MOVERESIZE). 2011-09-02 01:08:53 +03:00
roman-b
3c78705515 xfreerdp: added sending Window Move Order to server. 2011-09-02 01:02:22 +03:00
Anthony Tong
5db8919c98 fix memory corruption issue 2011-09-01 15:13:19 -04:00
Marc-André Moreau
d98789d7b7 libfreerdp-utils: fix certificate store matching function 2011-09-01 12:29:23 -04:00
Rex Tsai
96b7418e56 rdpsnd/pulse: Fix default device name. 2011-09-01 22:36:26 +08:00
Rex Tsai
dcfeedaa6c cmake: install freerdp-rfx-sse2.so 2011-09-01 22:29:27 +08:00
Rex Tsai
a75b4f8162 cmake: Install all extra headres. 2011-09-01 22:28:48 +08:00
Rex Tsai
ecbe24ca9a cmake: make linking type as option. 2011-09-01 22:18:58 +08:00
Rex Tsai
093ed8383a cmake: Install keymap data files. 2011-09-01 22:10:11 +08:00
Marc-André Moreau
0c7abe3e57 server: replay RemoteFX session in original time 2011-08-31 20:56:17 -04:00
Marc-André Moreau
c72ab1456d libfreerdp-gdi: add support for blitting bitmaps of using codec none (0) 2011-08-31 20:36:46 -04:00
roman-b
a966cc30c7 xfreerdp: preparation for Local Window Move/Size. 2011-09-01 01:22:21 +03:00
roman-b
9a3b91cb99 xfreerdp: fix some debug output. 2011-09-01 01:04:18 +03:00
roman-b
72631d04e1 xfreerdp: added handlers for MinMax and Local Move/Size orders. 2011-09-01 01:02:22 +03:00
Marc-André Moreau
0de7b3dfa4 Merge pull request #73 from awakecoding/master
Windows Porting
2011-08-31 08:49:19 -07:00
Otavio Salvador
d5f029d26b Merge pull request #72 from nils-a/ebuild-prep
switched to find_optional_package to require or ignore opional packages
2011-08-31 07:42:28 -07:00
Marc-André Moreau
aee51a7e2e xfreerdp: fix after refactoring libfreerdp-rail on windows 2011-08-31 02:01:49 -04:00
Marc-André Moreau
13bdbc0744 wfreerdp: initial commit 2011-08-31 05:59:03 -04:00
Marc-André Moreau
e49a690d46 windows: fix compilation and linking of all libraries 2011-08-31 04:35:50 -04:00
Marc-André Moreau
b56962d254 xfreerdp: start handling multiple monitors in xf_monitor.c 2011-08-30 20:59:42 -04:00
Nils Andresen
6063a352b7 move from find_package and find_opitonal_package (old version) to find_required_package, find_suggested_package and find_opitonal_package (new version) 2011-08-30 22:39:46 +02:00
roman-b
585b436915 Merge remote-tracking branch 'upstream/master' into rail 2011-08-30 23:16:21 +03:00
Marc-André Moreau
9d7fce9194 xfreerdp: fix listing of RemoteApp windows in taskbar 2011-08-30 15:06:50 -04:00
Nils Andresen
3adf0875ca inserted find_optional_package to require or ignore opional packages 2011-08-30 20:38:05 +02:00
Marc-André Moreau
219979c064 Merge pull request #71 from nils-a/manpage
client/X11: Do not break compilation, if xmlto is not available
2011-08-30 11:28:31 -07:00
Nils Andresen
bc28606f01 client/X11: Do not break compilation, if xmlto is not available 2011-08-30 20:24:28 +02:00
Marc-André Moreau
a9a06abcc3 xfreerdp: stabilizing RemoteApp, fix window styles 2011-08-30 14:21:16 -04:00
Marc-André Moreau
81cac9c787 libfreerdp-core: cleanup of certificate store 2011-08-30 12:20:36 -04:00
Marc-André Moreau
5d91c6d928 Merge pull request #69 from nils-a/manpage
client/X11/xfreerdp: rudimentary version of a man-page.
2011-08-30 08:30:15 -07:00
Marc-André Moreau
f2d1444fa3 Merge pull request #68 from jiten19/master
Certificate verification and store thumbprint
2011-08-30 08:29:57 -07:00
Vic Lee
559e610b80 cmake: fix installation of all headers. 2011-08-30 16:00:09 +08:00
Vic Lee
bd5fb5c62a rdpsnd/pulse: add a pointer check. 2011-08-30 10:59:30 +08:00
Nils Andresen
18614a53d0 client/X11/xfreerdp: rudimentary version of a man-page. 2011-08-29 21:59:29 +02:00
cool
88a839b207 remove temporarily added unnecessary code 2011-08-28 19:06:05 -11:00
cool
85e7562910 bug fix 2011-08-28 18:55:16 -11:00
Vic Lee
9f98b55087 server/test: accept one argument to enable replay session. 2011-08-29 11:39:04 +08:00