Marc-André Moreau
f30d7cf66a
Merge pull request #2024 from repzilon/master
...
uclibc build fixes and recompressed images
2014-08-18 13:08:52 -04:00
Norbert Federa
3c8700f62d
Merge pull request #1963 from akallabeth/async-update-to-lib
...
Moved update thread from client to library.
2014-08-14 17:46:43 +02:00
Marc-André Moreau
2ea151e136
Merge pull request #1983 from ntwerdochlib/fileclip-updates
...
clipboard: File clipping updates
2014-08-11 19:00:00 -04:00
Rene Rheaume
15ad357e1a
Recompressed images with FileOptimizer 6.8 (an open-source mass file recompression tool for Windows)
2014-08-08 20:12:25 -04:00
Armin Novak
0780c0993e
Replaced fprintf(stderr with DEBUG_WARN
2014-08-07 22:21:07 +02:00
Nicholas Twerdochlib
15ddbb0881
clipboard: Update disabling call of cliprdr_send_tempdir() since there is now guarantee the TEMP path on the client will be accessible by the server.
...
Perhaps this should be a command line option?
2014-07-23 09:37:24 -04:00
Nicholas Twerdochlib
53b86829b0
clipboard: Update to file clipping to remove use of old style clipboard chain.
2014-07-23 09:35:42 -04:00
Armin Novak
689902c995
Moved update thread from client to library.
2014-07-14 19:27:50 +02:00
Armin Novak
ad3255354d
Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without
...
SOVERSION information. (required by Android)
2014-07-11 11:53:58 +02:00
Bernhard Miklautz
6a49bcfe40
winpr: always build "monolitic"
...
winpr is now always build as single library.
The build option MONOLITHIC_BUILD doesn't influence this behavior anymore.
The only exception is winpr-makecert-tool which is still build as extra
library.
This obsoletes complex_libraries for winpr.
2014-07-10 11:10:58 +02:00
Marc-André Moreau
ac7d23b9a3
libfreerdp-gdi: migrate to _aligned_malloc/_aligned_free
2014-07-08 15:07:19 -04:00
Marc-André Moreau
2a82684521
channels: cleanup unused freerdp channels global functions
2014-06-11 16:27:31 -04:00
Marc-André Moreau
53639dea0b
channels: reduce dependency on svc_plugin.h
2014-06-11 15:09:28 -04:00
Marc-André Moreau
4bac8374de
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2014-05-21 11:17:58 -04:00
Marc-André Moreau
94a836078f
Merge pull request #1854 from zhangzl2013/floatbar
...
wfreerdp-floatbar: fix bug in non-fullscreen mode.
2014-05-21 11:02:16 -04:00
Marc-André Moreau
422a279682
Merge pull request #1853 from zhangzl2013/async
...
wfreerdp: add async input, update, transport and channels' events
2014-05-21 11:01:53 -04:00
Bernhard Miklautz
92f74d15e8
Merge pull request #1762 from zhangzl2013/wfreerdp
...
wfreerdp: fix incorrect line color.
2014-05-21 11:21:02 +02:00
Zhang Zhaolong
5415577bde
wfreerdp-floatbar: fix bug in non-fullscreen mode.
2014-05-21 16:13:55 +08:00
Zhang Zhaolong
4fc7a3c9ad
wfreerdp: add async input, update, transport and channels' events handling.
2014-05-21 14:52:57 +08:00
Hardening
5aa5dd4609
Merge pull request #1430 from sukhodolin/Fixes
...
Fix debug output on Win32
2014-05-20 15:14:22 +02:00
Marc-André Moreau
ee282a931b
freerdp: fix build warnings on Windows
2014-05-10 09:50:36 -04:00
Zhang Zhaolong
92c77d0134
wfreerdp: port auto reconnection to Windows.
2014-04-27 20:52:45 +08:00
Zhang Zhaolong
d3d3a21079
wfreerdp: fix incorrect line color.
2014-03-28 09:59:56 +08:00
Zhang Zhaolong
55dc60f956
wfreerdp: kbd: fix ctrl/alt syncronization.
2014-03-17 15:01:15 +08:00
Marc-André Moreau
e0966bbfff
Merge branch 'master' of github.com:mrthebunny/FreeRDP
2014-03-10 23:08:17 -04:00
Zhang Zhaolong
bb2e5c5cb9
clipboard: wfreerdp: implement file clipping.
2014-03-10 14:25:59 +08:00
Zhang Zhaolong
193c0409b7
wfreerdp: fix warning.
2014-03-10 14:25:58 +08:00
Zhang Zhaolong
9df4541c5c
clipboard: wfreerdp: implement COM objects for file clipping.
2014-03-10 14:25:58 +08:00
Zhang Zhaolong
1571ed5c67
clipboard: wfreerdp: add COM objects for file clipping.
2014-03-10 14:25:57 +08:00
Zhang Zhaolong
edd3bff950
clipboard: implement file clipping on XP.
...
add temp directory.
use %TEMP% directory as file transfering temprorary directory.
if %TEMP% directory is in C:\, driver C:\ should be redirected in order
to enable file clipping on XP.
2014-03-10 14:25:56 +08:00
Zhang Zhaolong
353b4f8ba3
clipboard: add events for file clipping.
2014-03-10 14:25:56 +08:00
Benoît LeBlanc
557c082458
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
2014-03-05 16:35:22 -05:00
Marc-André Moreau
bb47eb3604
Merge pull request #1711 from zhangzl2013/wfreerdp
...
wfreerdp run-time fix.
2014-03-05 11:27:32 -05:00
Maks Naumov
012a729878
fix "mcode" check in cliprdr_thread_func()
...
Priority of the '!=' is higher than '=' operator
2014-03-05 15:24:42 +02:00
Zhang Zhaolong
cee1807bd2
wfreerdp: fix screen crash when connecting to XP desktop with some resolution.
2014-03-04 15:35:21 +08:00
Zhang Zhaolong
dcc4477e64
wfreerdp: disable fullscreen toggle in fix size mode.
2014-03-04 13:54:27 +08:00
Zhang Zhaolong
83f8d47d20
wfreerdp: floatbar: minor cleanup.
2014-03-04 13:54:27 +08:00
Marc-André Moreau
951368a1ce
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2014-02-27 13:58:29 -05:00
Marc-André Moreau
b75acd4dce
Merge pull request #1703 from zhangzl2013/wfreerdp-floatbar
...
wfreerdp floatbar
2014-02-27 13:52:33 -05:00
Zhang Zhaolong
4254100a10
wfreerdp: floatbar: code reduce.
2014-02-27 14:30:58 +08:00
Zhang Zhaolong
c0ac3ee927
wfreerdp: floatbar: fix lose position after fullscreen toggling.
...
minor code cleanup.
2014-02-27 13:44:49 +08:00
Zhang Zhaolong
491490f505
wfreerdp: floatbar: fix lock behavior.
2014-02-27 12:21:59 +08:00
Zhang Zhaolong
53ed501d14
wfreerdp: floatbar: rename functions.
2014-02-27 12:17:41 +08:00
Zhang Zhaolong
169a0cd671
wfreerdp: floatbar: add files to CMakeLists.
2014-02-27 11:45:11 +08:00
Zhang Zhaolong
96562e533f
wfreerdp: floatbar: enabled.
2014-02-27 11:43:52 +08:00
Zhang Zhaolong
9f6dbed05b
wfreerdp: floatbar: add implementation.
2014-02-27 11:40:21 +08:00
Zhang Zhaolong
4a6c2ecfce
wfreerdp: floatbar: add bmp resources ids.
2014-02-27 11:38:21 +08:00
Zhang Zhaolong
131627fb2b
wfreerdp: floatbar: add bmp resources.
2014-02-27 11:37:17 +08:00
Zhang Zhaolong
07c0d82671
wfreerdp: fix fullscreen.
2014-02-26 11:34:48 +08:00
Zhang Zhaolong
600fa04bec
wfreerdp: fix gdi polyline mistake.
2014-02-10 14:43:58 +08:00