Commit Graph

144 Commits

Author SHA1 Message Date
Vic Lee
b6a10ea451 libfreerdp-core/fastpath: add FastPath Input, enabled by default. 2011-08-16 14:37:11 +08:00
Marc-André Moreau
2b4cd32390 libfreerdp-rail: processing window altsec orders 2011-08-16 00:22:00 -04:00
Marc-André Moreau
3316fde2e8 libfreerdp-rail: initial commit 2011-08-15 23:37:43 -04:00
Marc-André Moreau
1353637886 windows: fix compilation on all platforms after refactoring 2011-08-15 17:19:59 -04:00
Marc-André Moreau
0efc0c5a44 windows: start fixing windows compilation 2011-08-15 17:05:48 -04:00
Marc-André Moreau
200b4c4493 Merge pull request #42 from llyzs/rdpsnd
Migrate rdpsnd channel plugin.
2011-08-15 12:21:34 -07:00
Marc-André Moreau
9961038649 include: restructuring and cleanup of header files 2011-08-15 14:33:04 -04:00
Marc-André Moreau
6f8af2515b libfreerdp-core: fix window altsec orders negotiation 2011-08-14 17:05:34 -04:00
Vic Lee
c3d75fd5b4 libfreerdp-utils/svc_plugin: add interval feature. 2011-08-14 22:32:12 +08:00
Vic Lee
3da340492a libfreerdp-utils: migrate dsp module. 2011-08-14 21:46:02 +08:00
Vic Lee
aa35cb4ae3 libfreerdp-core/fastpath: add --fastpath argument and trivial naming cleanup. 2011-08-13 13:35:58 +08:00
Vic Lee
460dd38cad rail: support passing multiple apps and arguments using plugin data. 2011-08-13 11:16:44 +08:00
Vic Lee
7da790a1fa libfreerdp-utils/stream: minimize the times of memory reallocation. 2011-08-12 17:12:57 +08:00
Marc-André Moreau
53981e9dba rail: fix bugs uncovered by increased warning level 2011-08-11 14:06:19 -04:00
Vic Lee
b4282cfeb0 libfreerdp-chanman: accept arbitrary data pointer in API. 2011-08-11 15:26:27 +08:00
Vic Lee
4ce70e03d1 libfreerdp-chanman: name argument is not necessary when sending events. 2011-08-11 11:36:10 +08:00
Vic Lee
d7e502dbe1 Add event_class in event object. 2011-08-11 11:14:07 +08:00
Marc-André Moreau
d9b7d29e3d Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-10 16:33:29 -04:00
Marc-André Moreau
b680ac1ecc rail: started new cleaner RAIL orders parsing/encoding code 2011-08-10 16:33:15 -04:00
Vic Lee
00b2b135a8 Merge branch 'master' into remotefx
Conflicts:
	libfreerdp-utils/CMakeLists.txt
2011-08-11 00:21:37 +08:00
Vic Lee
e414a7d9cc libfreerdp-rfx: initial migration. 2011-08-10 17:09:11 +08:00
Marc-André Moreau
21aa8ad9a8 libfreerdp-utils: added RAIL utils 2011-08-10 02:24:06 -04:00
Vic Lee
184bfc2482 libfreerdp-core: use memory instead of stream in surface_bits callback. 2011-08-10 10:48:17 +08:00
Vic Lee
708c6096c9 libfreerdp-utils: migrate profiler. 2011-08-10 09:58:42 +08:00
Marc-André Moreau
f3d08326ec Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-09 17:42:20 -04:00
Marc-André Moreau
b782189569 rail: started integrating Roman's RAIL virtual channel plugin 2011-08-09 17:42:10 -04:00
Vic Lee
2065a7dc13 Merge branch 'master' into remotefx
Conflicts:
	include/freerdp/update.h
2011-08-10 00:44:04 +08:00
Vic Lee
a2added869 libfreerdp-core: add update->SurfaceBits call. 2011-08-10 00:38:52 +08:00
Vic Lee
9b52d59f09 libfreerdp-core: add FastPath and RemoteFX related capabilities. 2011-08-09 23:45:55 +08:00
Marc-André Moreau
510fb93b99 libfreerdp-core: update core <-> client interface for window alternate secondary drawing orders 2011-08-09 03:01:40 -04:00
Marc-André Moreau
5132224cac Merge pull request #34 from llyzs/svc
Reimplement rdpdr/disk redirection
2011-08-07 19:10:30 -07:00
Marc-André Moreau
b9c9d31451 libfreerdp-cache: fix brush cache 2011-08-07 21:12:36 -04:00
Vic Lee
0ac3d908f5 libfreerdp-utils/stream: add stream_seek_uintt64. 2011-08-07 22:21:34 +08:00
Vic Lee
9d349a2667 libfreerdp-utils/stream: fix stream_write_uint64. 2011-08-07 15:06:11 +08:00
Vic Lee
d821869a67 libfreerdp-utils: enhance thread module to simplify threading codes. 2011-08-06 16:24:36 +08:00
Marc-André Moreau
ff20b0fcbc Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-05 16:56:49 -04:00
Marc-André Moreau
809338d213 libfreerdp-cache: added bitmap_v2 cache 2011-08-05 16:56:40 -04:00
Marc-André Moreau
109e79a030 Merge pull request #33 from llyzs/svc
rdpdr: completing main module and creating initial disk module sketelon
2011-08-05 11:27:11 -07:00
Marc-André Moreau
2d5ade5c92 libfreerdp-cache: added brush cache 2011-08-05 13:58:46 -04:00
Vic Lee
52870ea1e0 Fix incorrect stream_seek_* 2011-08-05 23:05:03 +08:00
Marc-André Moreau
6bdc9042a4 libfreerdp-core: fix bounds parsing 2011-08-05 02:19:17 -04:00
Marc-André Moreau
6f193a8dbf libfreerdp-core: fix primary orders parsing 2011-08-05 01:21:32 -04:00
Marc-André Moreau
46126a7d24 libfreerdp-gdi: started using libfreerdp-cache 2011-08-04 22:43:36 -04:00
Marc-André Moreau
1dcc1c2be2 libfreerdp-cache: started offscreen bitmap cache 2011-08-04 16:22:15 -04:00
Vic Lee
7c597ac278 libfreerdp-utils/list: rewrite using functions instead of macros. 2011-08-04 22:18:01 +08:00
Marc-André Moreau
38a76ea232 cunit: extend orders unit tests 2011-08-04 03:23:53 -04:00
Marc-André Moreau
c01ea2e57c cunit: added tests for bitmap caching orders 2011-08-03 23:33:44 -04:00
Marc-André Moreau
38e2a2fc47 libfreerdp-core: added MultiOpaqueRect 2011-08-03 17:09:12 -04:00
Marc-André Moreau
87b48855da Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-08-03 03:30:08 -04:00
Marc-André Moreau
abaa1752bf libfreerdp-core: fix some order parsing bugs 2011-08-03 03:29:56 -04:00