Marc-André Moreau
91103b76b3
libfreerdp-core: modify server-side confirm active pdu receiving logic
2013-07-19 18:24:56 -04:00
Benoît LeBlanc
20d3518c6b
- MRDPView: rdpConnectError moved outside of the Framework, to the native App (in AppDelegate) This is now handled on the client side.
...
- freerdp_connect: all code paths now trigger a ConnectionResult event.
2013-07-19 16:33:20 -04:00
Benoît LeBlanc
2d90d5bb81
FreeRDP client: turned on setting to only write modified values to RDP file.
2013-07-19 10:18:33 -04:00
Benoît LeBlanc
f9a62b13be
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: wrap state transition actions
2013-07-18 21:22:59 -04:00
Benoît LeBlanc
d0a1563cb9
Fixed deadlock when closing session window.
2013-07-18 21:22:41 -04:00
Marc-André Moreau
6cde25937d
libfreerdp-core: wrap state transition actions
2013-07-18 17:15:10 -04:00
Benoît LeBlanc
e0f77968cb
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: expand comments for connection sequence, split in more steps server-side connection code
2013-07-18 15:49:46 -04:00
Benoît LeBlanc
bbfdb853f6
MacFreeRDP: connection now starts asynchronously.
...
Replaced RunLoop implementation with standard pthreads.
2013-07-18 15:41:28 -04:00
Marc-André Moreau
f27ab422e3
libfreerdp-core: expand comments for connection sequence, split in more steps server-side connection code
2013-07-18 15:18:59 -04:00
Benoît LeBlanc
a7f61bb98d
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: split licensing/capability steps in server-side RDP state machine
2013-07-18 11:26:41 -04:00
Marc-André Moreau
7e63668090
libfreerdp-core: split licensing/capability steps in server-side RDP state machine
2013-07-17 17:46:58 -04:00
C-o-r-E
808847a47e
fixed build
2013-07-17 17:02:38 -04:00
C-o-r-E
b0437473f6
merged from upstream
2013-07-17 16:44:27 -04:00
Benoît LeBlanc
87b63aa0b2
MacFreeRDP: non-blocking connect
2013-07-17 16:04:55 -04:00
Benoît LeBlanc
a2293857a4
MacFreeRDP: async rdpStart.
...
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: initialize queue objects earlier
mfreerdp: fix cursor rendering
Conflicts:
client/Mac/MRDPView.m
2013-07-17 15:58:39 -04:00
Marc-André Moreau
a55fbc7b68
libfreerdp-core: initialize queue objects earlier
2013-07-17 15:27:55 -04:00
Benoît LeBlanc
83c69da98c
MacFreeRDP: cleanup
2013-07-17 11:06:41 -04:00
Norbert Federa
1d384ce863
codec/rfx: removed unused queue TileQueue
...
Declared, created, deleted but not used:
git grep TileQueue
libfreerdp/codec/rfx_types.h: wQueue* TileQueue;
libfreerdp/codec/rfx.c: context->priv->TileQueue = Queue_New(TRUE, -1, -1);
libfreerdp/codec/rfx.c: Queue_Free(context->priv->TileQueue);
2013-07-17 10:01:56 +02:00
Marc-André Moreau
18a3f37d06
Merge pull request #1354 from awakecoding/master
...
Multitouch, MacFreeRDP, PubSub
2013-07-16 11:57:34 -07:00
Marc-André Moreau
67b972a021
mfreerdp: fix cursor rendering
2013-07-16 14:44:49 -04:00
Benoît LeBlanc
22b6878307
Custom cursor now visible on mac version. Cursor is now associated with NSView for automatic tracking area handling.
...
Makefile: updated post-build NIB file generation events to apply to all generators for Mac Client.
2013-07-16 12:16:44 -04:00
Benoît LeBlanc
8b05f11b9b
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Norbert Federa (3) and others
# Via Bernhard Miklautz (4) and Marc-André Moreau (4)
* 'master' of git://github.com/awakecoding/FreeRDP:
freerdp: merge with master
channels/disp: initial MS-RDPEDISP support (8.1 Preview build)
libfreerdp-gdi: added gdi_surface_frame_marker
Fix for Issue #1349
codec/rfx: use function pointer for rlgr codec
fixed error on compilation WITH_DEBUG_RDP ON that was raising due to wrong variable in debug statement
codec/rfx: Fixed bufferpool size used for RemoteFX
2013-07-16 10:51:37 -04:00
Marc-André Moreau
a2992b06b7
freerdp: merge with master
2013-07-15 17:37:46 -04:00
Marc-André Moreau
ba69071d04
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-07-15 17:14:40 -04:00
Marc-André Moreau
fe62e8c69b
Merge branch 'master' of github.com:mrthebunny/FreeRDP
2013-07-15 17:14:20 -04:00
Marc-André Moreau
b0450f556e
channels/disp: initial MS-RDPEDISP support (8.1 Preview build)
2013-07-15 10:43:38 -04:00
Benoît LeBlanc
43231f9b40
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
channels/rdpei: fix multitouch with Word 2013
libfreerdp-client: use PubSub for OnChannelConnected/OnChannelDisconnected
channels/disp: update
client: add option for MS-RDPEDISP (/disp)
channels/disp: initial RDP8.1 MS-RDPEDISP implementation
2013-07-15 10:18:27 -04:00
Bernhard Miklautz
738cd19478
Merge pull request #1353 from nfedera/fix-2013-07-15-01
...
libfreerdp-gdi: added gdi_surface_frame_marker
2013-07-15 06:15:37 -07:00
Norbert Federa
e0e337e278
libfreerdp-gdi: added gdi_surface_frame_marker
...
Frame markes are not really implemented. Just SendFrameAcknowledge on
SURFACECMD_FRAMEACTION_END if settings->FrameAcknowledge > 0
This fixes issue #1352
2013-07-15 15:00:18 +02:00
Bernhard Miklautz
e3de8333f8
Merge pull request #1351 from akallabeth/master
...
Fix for Issue #1349
2013-07-15 05:09:42 -07:00
Armin Novak
6e6581ab87
Fix for Issue #1349
2013-07-15 10:20:24 +02:00
C-o-r-E
89788e154f
fixed CLI issue with /gestures
2013-07-11 17:59:20 -04:00
Benoît LeBlanc
44ead029f7
MacFreeRDP: fixed incorrect invalidation region that caused "tiles". Removed unused variables.
2013-07-11 11:19:21 -07:00
Marc-André Moreau
a306d3f9fc
channels/rdpei: fix multitouch with Word 2013
2013-07-11 11:04:20 -07:00
Marc-André Moreau
5926fa36dd
libfreerdp-client: use PubSub for OnChannelConnected/OnChannelDisconnected
2013-07-11 08:53:15 -07:00
Marc-André Moreau
f5c2181218
channels/disp: update
2013-07-10 14:04:43 -07:00
Bernhard Miklautz
780d451afa
Merge pull request #1345 from nfedera/feat-2013-07-10-01
...
codec/rfx: use function pointer for rlgr codec
2013-07-10 01:00:21 -07:00
Norbert Federa
b9c8ac6527
codec/rfx: use function pointer for rlgr codec
...
Option to switch the rlgr implementation during runtime - exactly
like we do it with the ycbcr, dwt and quantization functions.
2013-07-10 07:14:26 +02:00
Marc-André Moreau
b93898e5ec
client: add option for MS-RDPEDISP (/disp)
2013-07-09 16:10:59 -04:00
Marc-André Moreau
eca98fe8cc
channels/disp: initial RDP8.1 MS-RDPEDISP implementation
2013-07-08 18:36:03 -04:00
Bernhard Miklautz
7572be0405
Merge pull request #1342 from hardeepmonty/refactor/fastpath_variable_association
...
fixed error on compilation WITH_DEBUG_RDP ON that was raising due to wrong variable in debug statement.
2013-07-08 02:23:43 -07:00
Benoît LeBlanc
163cc975d9
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libwinpr-utils: implement ListDictionary
2013-07-07 22:02:09 -04:00
Monty
f8fa2f9f5d
fixed error on compilation WITH_DEBUG_RDP ON that was raising due to wrong variable in debug statement
2013-07-07 12:14:38 +05:30
Benoît LeBlanc
f9bac0fce9
Added public API function
...
freerdp_client_write_connection_file()
For now, all settings are written to the RDP file. This can be switched with the WRITE_ALL_SETTINGS define in file.c
2013-07-05 23:20:56 -04:00
Marc-André Moreau
b3265b6958
libwinpr-utils: implement ListDictionary
2013-07-05 18:23:26 -04:00
Benoît LeBlanc
d72452b4f5
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Bernhard Miklautz (4) and others
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
libfreerdp-core: fix unused variable
libfreerdp-codec: add bitmap encoder
cmdline: unix/windows return detected error
client/common: fixed command line parsing issue
channels/serial: bring it back to life
nla: invalidate sec handle after creation
tls: updated certificate mismatch message
2013-07-05 16:35:08 -04:00
Marc-André Moreau
ef499018e2
Merge pull request #1341 from nfedera/fix-2013-07-05-01
...
codec/rfx: Fixed bufferpool size used for RemoteFX
2013-07-05 06:10:28 -07:00
Norbert Federa
df7526f888
codec/rfx: Fixed bufferpool size used for RemoteFX
...
y_r_buffer, cb_g_buffer, cr_b_buffer and dwt_buffer are all word arrays (16bit)
but obviously the bufferpool size was calculated based on the wrong assumption
that these are 32 bit values in commit 37a59efbe3
2013-07-05 12:30:13 +02:00
Marc-André Moreau
1159d55569
libfreerdp-core: fix unused variable
2013-07-04 22:39:32 -04:00
Marc-André Moreau
5f4f3af98a
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-07-04 20:33:00 -04:00