Marc-André Moreau
2ea151e136
Merge pull request #1983 from ntwerdochlib/fileclip-updates
...
clipboard: File clipping updates
2014-08-11 19:00:00 -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
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
Marc-André Moreau
d64f86d52c
wfreerdp: fix 64-bit build
2014-02-10 00:34:17 -05:00
Benoît LeBlanc
9d929469d2
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau (27) and others
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP: (48 commits)
afreerdp: fix build on Android
libwinpr-wtsapi: include wtsapi32.h on Windows
wfreerdp: fix target exporting
wfreerdp: fix building against OpenSSL with MONOLITHIC_BUILD and shared libraries
wfreerdp: fix test build issues
libwinpr-crypto: implement CryptProtectMemory/CryptUnprotectMemory
libwinpr-memory: add missing definitions
libwinpr-memory: start stubbing
Increased size of stream on GCC conference create request from 512 to 1024. For large numbers of static virtual channels, the stream was being overflowed and was causing crashes.
Fixes to process new command line options (autodetect, heartbeat, multitransport), join the MCS message channel and process auto-detect PDUs during the connection sequence.
wfreerdp: fix build against static openssl library
winpr-hash: fix building against openssl in static mode
libfreerdp-gdi: fix invalidation of region with line drawing
mfreerdp: fix hungarian keyboard '0' and 'i' key inversion
Fixes build issue on Windows
libwinpr-synch: add active/inactive linked list for timer queue
libwinpr-synch: improve timer queue implementation
libwinpr-synch: make use of head's expiration time in timer queue
libwinpr-synch: make use of timespec for timer queue
libwinpr-synch: improve timer queue implementation
...
Conflicts:
client/common/CMakeLists.txt
2014-02-04 11:37:40 -05:00
Marc-André Moreau
17665378a9
wfreerdp: fix target exporting
2014-02-02 22:37:54 -05:00
Benoit LeBlanc
b142bd4e4d
Added PubSub notification on mouse events (only triggered in Windows)
2014-01-17 18:17:10 -05:00