Commit Graph

747 Commits

Author SHA1 Message Date
Vic Lee
af0c5e514d server: PostConnect should not be called again during reactivation. 2011-09-06 18:28:03 +08:00
Vic Lee
8a8e5fc5a4 server: some client capabilities should be ignored by server. 2011-09-06 18:23:09 +08:00
Vic Lee
8a2bfe6a03 server/test: add desktop resize test. 2011-09-06 17:19:59 +08:00
Vic Lee
1cb5a73922 server: add desktop resize support. 2011-09-06 17:19:16 +08:00
Vic Lee
ccebb5bb3d xfreerdp: process actual desktop window resizing. 2011-09-06 16:22:53 +08:00
Vic Lee
2150325421 libfreerdp-core: process desktop resize sequence. 2011-09-06 16:22:08 +08:00
Vic Lee
f2249b2f4d libfreerdp-core/capabilities: client must respect server's color depth. 2011-09-06 15:08:07 +08:00
Vic Lee
6f32175f9f libfreerdp-rfx: fix bitstream writing. 2011-09-06 22:29:29 +08:00
Vic Lee
01939cbd28 xfreerdp: add missing event mask. 2011-09-06 00:06:49 +08:00
Vic Lee
97ead04b12 libfreerdp-rfx: fix rounding in quantization encoding. 2011-09-05 15:21:09 +08:00
Marc-André Moreau
08765a910d libfreerdp-core: parsing of glyph fragments 2011-09-04 16:49:22 -04:00
Marc-André Moreau
65e0cc4eca Merge pull request #79 from roman-b/rail
RemoteApp Local Move/Size improvements and some fixes with DEBUG_ macroses.
2011-09-03 23:53:16 -07:00
Marc-André Moreau
d53bd1cafa libfreerdp-core: add support for token-based server redirection 2011-09-03 18:21:21 -04:00
Marc-André Moreau
bca678dd61 libfreerdp-core: test and fix server redirection (IP-based, not token-based yet) 2011-09-03 17:59:52 -04:00
Marc-André Moreau
e4c7662148 libfreerdp-core: initial server redirection support 2011-09-03 17:02:26 -04:00
roman-b
34e1210f63 Merge remote-tracking branch 'upstream/master' into rail 2011-09-03 23:40:09 +03:00
roman-b
14ce6ae7f0 xfreerdp: RemoteApp Local Move/Size improvements.
Issues:
fast mouse moving after left button pressing is create "windows shake" effect.
Slow mouse speed after left button press allows to discard this effect.
2011-09-03 23:38:01 +03:00
Marc-André Moreau
d7917f9db5 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-09-03 16:36:37 -04:00
Marc-André Moreau
ac128313a9 libfreerdp-core: further improvements to server redirection code 2011-09-03 16:36:27 -04:00
Vic Lee
4a25533599 libfreerdp-rfx: fix rounding of fixed-point number.
The rounding of fixed-point numbers must be done in quantization phase, otherwise the differential result will be wrong.
2011-09-04 02:34:49 +08:00
roman-b
69b4b0318c xfreerdp: fix usage of new DEBUG_ macroses for RAIL and X11 Client. 2011-09-03 19:50:26 +03:00
Vic Lee
7997865e66 libfreerdp-rfx: fix another DWT mirror lifting (SSE2). 2011-09-04 00:05:29 +08:00
Vic Lee
676dd1b152 libfreerdp-rfx: fix DWT mirror lifting (SSE2). 2011-09-03 23:53:46 +08:00
Vic Lee
9b74b24087 libfreerdp-rfx: fix DWT mirror lifting. 2011-09-03 23:45:21 +08:00
Vic Lee
9feff5da7c libfreerdp-rfx: increase decoding bitmap number precision. 2011-09-03 22:28:49 +08:00
roman-b
f44798230b keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
Vic Lee
bfaff0448d libfreerdp-rfx: fix encoding bitmap quality by increasing number precision. 2011-09-03 21:39:50 +08:00
Marc-André Moreau
54c5e06e47 libfreerdp-core: started implementation of server redirection 2011-09-02 21:34:51 -04:00
Marc-André Moreau
6fdecdb01b debug: cleanup printf's all over the place 2011-09-02 13:29:17 -04:00
Marc-André Moreau
bc2e0c6d11 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-09-02 12:40:05 -04:00
Marc-André Moreau
e649a68047 xfreerdp: stabilizing RemoteApp 2011-09-02 12:39:56 -04:00
Marc-André Moreau
186fd30b98 Merge pull request #78 from atong-tcs/master
fix polyline memory corruption issue
2011-09-02 08:47:09 -07:00
Vic Lee
7341991ad4 cmake: fix find_suggested_package option. 2011-09-02 23:27:44 +08:00
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