Armin Novak
a7eb657db2
Using freerdp_channels_disconnect now.
2015-01-20 11:26:00 +01:00
Armin Novak
0700b806c1
Using freerdp_channels_disconnect now.
2015-01-20 11:25:14 +01:00
Armin Novak
5bc1e41109
Using freerdp_channels_disconnect now.
2015-01-20 11:24:58 +01:00
Armin Novak
c935b4390e
Using freerdp_channels_disconnect now.
2015-01-20 11:24:36 +01:00
Armin Novak
817c5a1a17
Using freerdp_channels_disconnect now.
2015-01-20 11:24:26 +01:00
Armin Novak
be2cf5595e
Using freerdp_channels_disconnect now.
2015-01-20 11:24:14 +01:00
Armin Novak
28da3ea620
Using freerdp_channels_disconnect now.
2015-01-20 11:24:03 +01:00
Armin Novak
ddd8a1da80
Prettiefied WLog messages.
2015-01-20 11:23:12 +01:00
Armin Novak
54fa77a06a
Prettiefied WLog messages.
2015-01-20 11:20:38 +01:00
Armin Novak
90b46bf987
Prettiefied WLog messages.
2015-01-20 11:20:09 +01:00
Armin Novak
a1a2cf2257
Added freerdp_channels_disconnect
2015-01-20 11:10:39 +01:00
Armin Novak
a217e02924
Prettiefied WLog messages.
2015-01-20 11:10:16 +01:00
Armin Novak
a295a42664
Prettiefied WLog messages.
2015-01-20 11:10:03 +01:00
Armin Novak
595680d169
Prettiefied WLog messages.
2015-01-20 11:09:54 +01:00
Armin Novak
015bfeb897
Prettiefied WLog messages.
2015-01-20 11:08:41 +01:00
Armin Novak
4f42a7955f
Prettiefied WLog messages.
2015-01-20 11:06:26 +01:00
Armin Novak
feeb4e4713
Prettiefied WLog messages.
2015-01-20 11:05:56 +01:00
Armin Novak
bab7fe50a7
Prettiefied WLog messages.
2015-01-20 11:05:45 +01:00
Armin Novak
4b2e6f0ad2
Prettiefied WLog messages.
2015-01-20 11:05:32 +01:00
Armin Novak
9903c87ed2
Prettiefied WLog messages.
2015-01-20 11:05:18 +01:00
Armin Novak
122d1c43f4
Prettiefied WLog messages.
2015-01-20 11:04:23 +01:00
Armin Novak
5075aec5a2
Added function WTSErrorToString to get a string from an error code.
2015-01-20 11:03:21 +01:00
Marc-André Moreau
73cfa920a9
libwinpr-smartcard: add SCARD_ATTR_CHANNEL_ID
2015-01-19 14:56:02 -05:00
Marc-André Moreau
e47f1c8b80
channels/smartcard: minor robustness fixes
2015-01-19 12:04:23 -05:00
Marc-André Moreau
1c227350bd
Merge pull request #2316 from nfedera/fix-2015-01-16-01
...
clients: fix "focus in event" issues
2015-01-19 07:43:44 -05:00
Marc-André Moreau
c62d32dbfa
Merge pull request #2317 from bmiklautz/wayland_detection
...
build: improve wayland detection
2015-01-19 07:43:00 -05:00
Bernhard Miklautz
9f27000518
build: improve wayland detection
...
* add support to check wayland client version
* set minimum required version to 0.95
2015-01-18 22:23:50 +01:00
Norbert Federa
344362a8a3
clients: fix "focus in event" issues
...
The input->FocusInEvent callback implementations (normal and fast-path) have
always sent the mouse position even if the pointer was outside of the freerdp
client area. In addition xfreerdp used the wrong pointer coordinates which
were relative to the root window instead of its own.
On focus-in the pointer position must only be sent if the pointer is
currently within the program's client area. However, the clients had no way
to pass that information to input->FocusInEvent which required an API change.
- removed mouse pointer x, y parameters from input interface's FocusInEvent
- clients are responsible to call input->MouseEvent on focus-in if necessary
- fixed xfreerdp and wfreerdp accordingly
2015-01-16 18:40:57 +01:00
Marc-André Moreau
8d32a86318
Merge pull request #2312 from bmiklautz/cmd_line_tests
...
Command line tests and fixes
2015-01-16 07:30:10 -05:00
Marc-André Moreau
4a3488a224
Merge pull request #2313 from akallabeth/test_fix
...
Fixed SetLastError test.
2015-01-16 07:29:17 -05:00
Marc-André Moreau
c7961a8e91
Merge pull request #2314 from akallabeth/synch_test_fix
...
Fixed a race condition at thread creation
2015-01-16 07:28:48 -05:00
Armin Novak
44904ad5d2
Fixed a race condition at thread creation
...
The thread structure was incorrectly updated after the thread
function was already running. This caused a race condition with
thread exiting. When the thread function returned before the structure
was correctly updated, the exit routine cleaned up the handle as
it was incorrectly marked not started.
2015-01-16 11:26:31 +01:00
Armin Novak
052b4b4365
Fixed SetLastError test.
...
WLog initialisation checks environment variables, which may not exist
and therefore set an error. So initialise it before doing tests.
2015-01-16 10:45:34 +01:00
Bernhard Miklautz
1b18e97d7e
TestClientCmdLine: fix formating
2015-01-16 00:54:45 +01:00
Bernhard Miklautz
c70293aa60
Fix clang compiler warnings
2015-01-16 00:41:57 +01:00
Bernhard Miklautz
ddd96d0968
Add test for client command line
...
TestClientCmdLine tests if the client command line parsing
works for new and legacy command line syntax.
2015-01-16 00:25:13 +01:00
Bernhard Miklautz
5d4de15401
xfreerdp: fix crash with /monitor-list
...
Catch the case when /monitor-list was used but the X display couldn't
be opened or wasn't available.
2015-01-16 00:10:36 +01:00
Marc-André Moreau
5046b1d035
Merge pull request #2311 from awakecoding/master
...
Gateway Disconnect, Ring Buffer Fixes
2015-01-15 15:11:48 -05:00
Marc-André Moreau
fa538911ca
libfreerdp-core: fix build on Windows
2015-01-15 15:04:35 -05:00
Marc-André Moreau
1fc70fd3e1
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2015-01-15 14:55:32 -05:00
Marc-André Moreau
31f3c7278b
Merge pull request #2310 from akallabeth/compatibility_cmdline_fix
...
Compatibility cmdline fix
2015-01-15 14:55:13 -05:00
Marc-André Moreau
54f3f304ec
Merge pull request #2309 from akallabeth/x11_utf8_fix
...
Added patch for UTF8 window titles, fixes #1364
2015-01-15 14:53:49 -05:00
Marc-André Moreau
701186e461
libfreerdp-core: silence false error on server disconnect
2015-01-15 14:52:35 -05:00
Armin Novak
9863ccfe66
Fixed memory leak.
2015-01-15 17:19:39 +01:00
Armin Novak
dfb6176df6
Fixed multiple parsing errors for compatibility command line.
2015-01-15 17:14:29 +01:00
Armin Novak
f86ed3ffef
Fixed windows command line
...
freerdp_detect_windows_style_command_line_syntax returns negative values
in error but also in help and version case... oh boy
2015-01-15 16:01:57 +01:00
Armin Novak
e10b42e305
Fixed typo.
2015-01-15 15:26:43 +01:00
Armin Novak
9767f7f042
Added patch for UTF8 window titles, fixes #1364
2015-01-15 14:25:43 +01:00
Armin Novak
241848038c
Fixed missing NULL pointer check.
2015-01-15 14:08:33 +01:00
Armin Novak
20f7e4d301
Fixed clang warnings.
...
Fixed check for compatibility command line.
2015-01-15 13:57:28 +01:00