Commit Graph

1306 Commits

Author SHA1 Message Date
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
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
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
Mike Gilbert
c676bd0ac8 ber: Add const to ber_write_octet_string input parameter. 2011-11-30 17:36:27 -05:00
Mike Gilbert
5b7fc71b37 security: Add const to table declarations. 2011-11-30 17:33:13 -05:00
Mike Gilbert
c8934ef028 crypto: Add const modifiers to input parameters. 2011-11-30 17:29:40 -05:00
Marc-André Moreau
c8c3fea163 cmake: fix for Mac OS X 10.4 2011-11-30 11:16:10 -05:00
Otavio Salvador
8a8a6667a3 Merge pull request #236 from floppym/clean-strings
Optimize storage of strings
2011-11-30 03:35:42 -08:00
Mike Gilbert
88be3c2184 ntlmssp: Remove accidental ifdef. 2011-11-29 21:26:05 -05:00
Mike Gilbert
4048ddce6d libfreerdp-core: More strings cleanup.
- Comment out unused lookup tables.
- ifdef tables where appropriate.
- Change declarations to produce read-only sections.

See also:
http://blog.flameeyes.eu/2007/12/19/array-of-pointers-and-array-of-arrays
2011-11-29 21:08:07 -05:00
Mike Gilbert
3993f54474 ntlmssp: Optimize storage of constant strings.
Based on information in flameeyes blog.
http://blog.flameeyes.eu/2007/12/19/array-of-pointers-and-array-of-arrays
2011-11-29 21:08:07 -05:00
Mike Gilbert
f176059921 errinfo.c: Cleanup global variables and strings.
This moves constant data into a read-only section and cuts around 7k out
of the resulting object code.
2011-11-29 20:34:25 -05:00
Marc-André Moreau
ac9d584de5 ntlmssp: added more debug output for AV_PAIRS 2011-11-29 19:23:08 -05:00
Marc-André Moreau
37a4ed3859 ntlmssp: add better AV_PAIRS debug output 2011-11-29 18:36:22 -05:00