David Sundstrom
49303c8969
Fix compile error on Solaris
...
Fix few small issues with local move race conditions
Add missing --gdi option to command-line help
2011-12-16 15:10:07 -06:00
Marc-André Moreau
8e8d62e067
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-12-16 14:43:33 -05:00
Marc-André Moreau
8bb1554851
wfreerdp: fix RemoteFX
2011-12-16 14:43:14 -05:00
Marc-André Moreau
5d1df8a342
libfreerdp-core: add connection type settings
2011-12-16 12:14:16 -05:00
Marc-André Moreau
338359eb36
libfreerdp-core: added more fine-tuned performance flag options
2011-12-16 12:04:09 -05:00
Marc-André Moreau
120ab2f681
libfreerdp-cache: fix pointer updates with --no-fastpath
2011-12-16 11:14:55 -05:00
Vic Lee
5502cfe25a
server: add frame marker update.
2011-12-16 07:26:32 +08:00
Vic Lee
f788581586
server: server must store the pointer cache size from client.
2011-12-16 07:08:40 +08:00
Marc-André Moreau
1def0258ca
Merge pull request #280 from nfedera/fullscreenfix
...
xfreerdp: fix non-xinerama fullscreen issue (issue #266 )
2011-12-15 07:04:27 -08:00
Norbert Federa
f52526f120
xfreerdp: fix non-xinerama fullscreen issue (issue #266 )
...
If fullscreen==true then settings->width and settings->height are
calculated in xf_monitor.c based on the vscreen->area which is in
turn calculated using xinerama functions.
Thus if xinerama is not used this will result in width=height=1.
2011-12-15 10:45:50 +01:00
Marc-André Moreau
2edfcb50fb
libfreerdp-core: fix glyph cache, enable it by default
2011-12-14 17:08:22 -05:00
Marc-André Moreau
0ed4709167
libfreerdp-core: add server-side capabilities callback
2011-12-14 15:08:09 -05:00
Marc-André Moreau
949fc88989
libfreerdp-core: fix performance flags for RemoteFX and smooth fonts
2011-12-14 14:35:37 -05:00
Marc-André Moreau
9fbeebe77a
Merge pull request #277 from bmiklautz/osx_plugin_load_fix
...
libfreerdp-utils/core: use "dylib" as plugin extension on OSX
2011-12-13 17:35:40 -08:00
Bernhard Miklautz
a0fad066dc
libfreerdp-utils/core: use "dylib" as plugin extension on OSX
2011-12-14 02:28:12 +01:00
Marc-André Moreau
a7d4a900af
Merge pull request #275 from sunds/master
...
Issue #274 Wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE
2011-12-13 17:02:47 -08:00
Marc-André Moreau
49be8eeb70
Merge pull request #276 from bmiklautz/osx_buildfix
...
libfreerdp-core: fixed compilation issue on OSX
2011-12-13 17:02:38 -08:00
David Sundstrom
031482a5ba
Issue #274 - wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE
2011-12-13 18:47:21 -06:00
Bernhard Miklautz
e902508e70
libfreerdp-core: fixed compilation issue on OSX
2011-12-14 01:42:10 +01:00
Marc-André Moreau
64f5ccaca2
libfreerdp-core: fix connection type if composition is enabled
2011-12-13 17:54:50 -05:00
Marc-André Moreau
fec031ebe5
libfreerdp-core: fix sending of font capabilities, fix encoding of bitmap cache cell info
2011-12-13 15:56:06 -05:00
Marc-André Moreau
6e4086e977
xfreerdp: improve glyph drawing
2011-12-13 12:18:11 -05:00
Marc-André Moreau
bdc181ecbe
libfreerdp-gdi: fix opaque rect color with --gdi sw
2011-12-13 11:36:05 -05:00
Marc-André Moreau
d454037298
libfreerdp-kbd: fix keyboard layout detection based on locale
2011-12-12 21:29:18 -05:00
Marc-André Moreau
f2172bff70
libfreerdp-core: tweak capabilities to be closer to 0.9
2011-12-12 19:57:24 -05:00
Marc-André Moreau
243090323d
libfreerdp-core: fix offscreen cache capabilities, add --composition option
2011-12-12 19:20:52 -05:00
Marc-André Moreau
f8a4b21979
Merge pull request #271 from filofel/711f4b2202bc866458fefa71c18ade80cf88ce61
...
Long due changes in color.h, color.c, bitmap.c
2011-12-12 07:06:26 -08:00
Marc-André Moreau
654600dc91
Merge pull request #270 from llyzs/wtsvc
...
Server virtual channel API
2011-12-12 07:05:33 -08:00
Vic Lee
fd806cfdd2
server/test: add debug channel thread for channel testing.
2011-12-12 22:37:48 +08:00
Vic Lee
f3c06defb1
libfreerdp-utils/wait_obj: add attached wait_obj type.
2011-12-12 22:36:11 +08:00
Vic Lee
d3fc3ff2e6
wtsvc: implement channel reading.
2011-12-12 22:34:59 +08:00
Philippe Auphelle
711f4b2202
Refactored bitmap_flip in bitmap.c to use freerdp_bitmap_flip in color.c. Added in place "bitmap flip" in freerdp_bitmap_flip, changed bitmap_decompress (in bitmap.c) to use it.
2011-12-12 14:41:31 +01:00
Vic Lee
228ebb83cd
wtsvc: implement channel writing.
2011-12-12 18:16:49 +08:00
Vic Lee
b1ee431a3e
wtsvc: implement channel open/close.
2011-12-12 16:23:42 +08:00
Marc-André Moreau
9d1f13e82e
libfreerdp-core: set SO_KEEPALIVE socket option
2011-12-11 19:51:58 -05:00
Marc-André Moreau
aec2b492e4
libfreerdp-core: set TCP_NODELAY socket option
2011-12-11 18:59:35 -05:00
Marc-André Moreau
fcd03260d6
xfreerdp: added select() timeout
2011-12-11 18:05:32 -05:00
Marc-André Moreau
2ef315820f
libfreerdp-core: apply NTLMv2 authentication patch by Dmitrij Jasnov
2011-12-11 16:53:24 -05:00
Vic Lee
3b3c27648d
wtsvc: add public API.
2011-12-11 19:50:26 +08:00
Marc-André Moreau
25a3a6e68f
libfreerdp-core: provide more descriptive warning message for certificate check failure
2011-12-10 11:23:48 -05:00
Marc-André Moreau
52cff6de04
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-12-10 10:54:18 -05:00
Marc-André Moreau
9e6a5d6821
libfreerdp-core: fix autologon for non-NLA authentication
2011-12-10 10:54:09 -05:00
Marc-André Moreau
cdc3235feb
Merge pull request #265 from dubrsl/master
...
Fix unresolved symbols
2011-12-10 07:40:52 -08:00
Vic Lee
703e253e9f
libfreerdp-core: add channel data sending/receiving for server.
2011-12-10 16:41:29 +08:00
Vic Lee
2ee03f035a
libfreerdp-core: change channel_send argument in order to be shared with server code.
2011-12-10 16:23:27 +08:00
Slava Dubrovskiy
e44e42e2b8
Fix unresolved symbols
2011-12-10 01:09:36 -05:00
Marc-André Moreau
31d47302ef
xfreerdp: fix unused variables warnings
2011-12-09 18:20:23 -05:00
Marc-André Moreau
0d6be282ee
Merge pull request #264 from sunds/master
...
fixes to rail drawing issues
2011-12-09 12:46:35 -08:00
David Sundstrom
6bd2b736aa
allow updates from cached pixmap during local moves
2011-12-09 14:26:11 -06:00
David Sundstrom
b17fe2e60e
Do not do XMoveWindow after local_move event from RDP server
...
Do not update window area of RDP and local X window are not synchronized
Use RootWindowOfScreen for translate coordinates
2011-12-09 14:26:11 -06:00