Commit Graph

1467 Commits

Author SHA1 Message Date
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
Marc-André Moreau
904a9a7c6a xfreerdp: add -X option for reparenting window 2011-12-09 13:53:19 -05:00
Marc-André Moreau
80add94130 Merge pull request #263 from atong-tcs/rdpdr
initial wildcard rdpdr support
2011-12-09 10:13:33 -08:00
Marc-André Moreau
08c1043753 Merge pull request #256 from sunds/master
Don't make dialogs override_redirect
2011-12-06 18:01:03 -08:00
Not Nyguen Doze
4d341f27a5 Do not make windows with borders transient
Z
2011-12-06 16:39:53 -08:00
Marc-André Moreau
51ac100c57 Merge pull request #254 from sunds/master
Finish implementation of local move; fix transient windows
2011-12-06 15:51:29 -08:00
Not Nyguen Doze
51bd226cf3 Complete local move support. Use a state machine to keep track of XEvents to infer local move start and finish. 2011-12-06 15:43:38 -08:00
Not Nyguen Doze
a70ca93c43 Add option for WITH_DEBUG_WND for window order updating, already existing in code
Correct sign on variables in xf_rail_paint
2011-12-06 15:43:38 -08:00
Not Nyguen Doze
8f38bdb87a Make popups transient, use local window manager for moves.
This fixes a number if issues on Ubuntu in particular.
2011-12-06 15:43:38 -08:00
David Sundstrom
31cbac201d Add a function to synchronize the RDP server with the local window position and size when the window is moved locally.
Complete implementation for initiating RAIL local move support, however, this is still disabled until a method is found to tell when local moves complete on the X server.
2011-12-06 15:43:38 -08:00
David Sundstrom
354b00711b After local X window manager has moved a window to a different location than what the RDP server expects, send a client update to the RDP server to inform the server of the new window position. 2011-12-06 15:43:38 -08:00
Anthony Tong
ac55807e1a add additional debugging 2011-12-06 11:03:24 -05:00
Otavio Salvador
600834ce18 Merge pull request #253 from floppym/cmake-gnuinstalldirs
Use new GNUInstallDirs module
2011-12-06 06:36:57 -08:00
Mike Gilbert
46fd30ac4b cmake: Default LIBDIR to lib${LIB_SUFFIX}. 2011-12-06 00:40:25 -05:00
Mike Gilbert
3b479ee810 cmake: Add a wrapper module for GNUInstallDirs. 2011-12-06 00:12:10 -05:00
Mike Gilbert
7cf1ea6a29 cmake: Use new GNUInstallDirs module for BINDIR and LIBDIR.
Should automatically correct libdir handling for 64 bit linux distros.

See also:
http://public.kitware.com/Bug/view.php?id=3976
http://public.kitware.com/Bug/view.php?id=11964
2011-12-05 23:34:29 -05:00
Anthony Tong
9104cef59c rdpdr: initial pattern matching for directory query 2011-12-05 21:04:27 -06:00
Marc-André Moreau
806df4aea4 Merge pull request #250 from bmiklautz/no_xdamage_build_fix
xfreerdp-server: fix compilation when xdamage is disabled
2011-12-05 08:46:12 -08:00
Bernhard Miklautz
3dd19782fe xfreerdp-server: fix compilation when xdamage is disabled 2011-12-05 15:31:16 +01:00
Marc-André Moreau
a50ef84c21 wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
Otavio Salvador
b93b196e82 Merge pull request #248 from llyzs/fastpath
fastpath: refactor fastpath updates and merge fragmented codes.
2011-12-03 02:18:57 -08:00
Vic Lee
28d1abdd62 fastpath: refactor fastpath updates and merge fragmented codes. 2011-12-03 14:55:17 +08:00
Marc-André Moreau
cd7fd9e8d6 Merge pull request #247 from blu3bird/master
-T option to set window title
2011-12-02 15:26:47 -08:00
Vic Lee
667afaa8d3 server: add pointer updates. 2011-12-03 08:54:02 +08:00
bluebird
a40f5c1718 xfreerdp, wfreerdp: Add -T option to set window title 2011-12-02 15:58:38 +01:00
Otavio Salvador
c900284014 Merge pull request #246 from ydal/patch-16
dfreerdp : enable polyline order support via gdi
2011-12-02 00:43:55 -08:00
Youngdal Kwon
6a174c655e dfreerdp : enable polyline order support 2011-12-02 17:29:30 +09:00
Marc-André Moreau
dc0699fc8f Merge pull request #245 from ydal/patch-15
gdi : fix polyline function
2011-12-01 20:33:18 -08:00
Youngdal Kwon
feee0a5338 gdi : fix polyline function 2011-12-02 12:59:23 +09:00
Otavio Salvador
ea087c103a Merge pull request #243 from atong-tcs/master
mark --nsc as experimental
2011-12-01 09:15:18 -08:00
Anthony Tong
273b370a57 mark --nsc as experimental 2011-12-01 11:56:12 -05:00
Otavio Salvador
a0a25a61d8 Merge pull request #238 from ydal/patch-12
dfreerdp : assign correct order_support settings like xfreerdp.
2011-12-01 03:10:39 -08:00
ydal
526c55720b dfreerdp : assign correct order_support settings like xfreerdp. 2011-12-01 15:48:33 +09:00
Marc-André Moreau
e84e383456 Merge pull request #237 from floppym/const-cleanup
More cleanup of constant values and global variables
2011-11-30 20:51:36 -08:00
Mike Gilbert
062cfe62b7 DirectFB: Add static to a few global variables. 2011-11-30 19:23:56 -05:00
Mike Gilbert
affd83c905 xfreerdp: Add static to a few global variables. 2011-11-30 19:22:22 -05:00
Mike Gilbert
bde19474a9 X11/xf_event: Optimize storage of constant strings. 2011-11-30 19:21:04 -05:00
Mike Gilbert
ce28e06158 channels: Optimize storage of string tables. 2011-11-30 19:11:27 -05:00
Mike Gilbert
1965d749ea libfreerdp-rail/window: Add static const to global tables. 2011-11-30 18:56:10 -05:00
Mike Gilbert
7646b86a69 libfreerdp-kbd: Add static const to layout/variant tables. 2011-11-30 18:51:29 -05:00
Mike Gilbert
b4adefc0d4 gdi: Make rop3_code_table static. 2011-11-30 18:17:06 -05:00
Mike Gilbert
6be782f73e libfreerdp-codec/bitmap: Add const to bitmasks. 2011-11-30 18:13:36 -05:00
Mike Gilbert
b456a4ea0a libfreerdp-utils: Add const to a few global strings. 2011-11-30 18:00:39 -05:00
Mike Gilbert
bc3f8dfa53 libfreerdp-core: Finish cleanup of constant string arrays. 2011-11-30 17:40:36 -05:00