FreeRDP/client
bjcollins d4a9a2d3a8 Remove override redirect flag for fullscreen with keyboard grab enabled. Window manager should always know about the main window.
Small cleanup of passing around decorations flag.
Limit PercentScreen to single monitor vs. entire desktop. IMO - this is better behavior in a multimonitor environment.

Handle fullscreen windows better:
1. Ensure that size hints are set to allow resizing before setting a window to fullscreen as some window managers do not behave properly.
2. Handle fullscreen toggles without destroying and recreating window.
3. Use NET_WM_STATE_FULLSCREEN Extended Window Manager Hint for fullscreen functionality
4. Use the NET_WM_FULLSCREEN_MONITORS Extended Window Manager Hint when appropriate
5. When a single monitor fullscreen is requested - use the current monitor(as determined from mouse location)
6. Handle cases where there is no local monitor at coordinate 0,0. The Windows server expect there to be a monitor at this location, so we maintain offset if necessary between our local primary monitor and the server side primary monitor located at 0,0.
2015-02-23 11:22:28 -06:00
..
Android client/Android: fix coords calculation in previous commit 2015-02-23 11:50:32 +03:00
common Fix the command line argument array setup for decorations argument. The initial value was set for the wrong field in the structure. The decorations is correctly initialized to on 2015-02-13 14:57:52 -06:00
DirectFB Using freerdp_channels_disconnect now. 2015-01-20 11:24:14 +01:00
iOS Fixed iOS undeclared identifier error. 2015-01-20 12:42:02 +01:00
Mac mfreerdp: fix build with latest cmake 2015-01-11 19:29:50 +01:00
Sample libfreerdp-core: further abstract multiple connections used internally by tsg from rdpTransport 2015-02-15 10:06:17 -05:00
Wayland wlfreerdp: fix unused variable warning 2015-02-04 11:40:19 -05:00
Windows freerdp: add event handle usage instead of file descriptors 2015-01-29 22:57:58 -05:00
X11 Remove override redirect flag for fullscreen with keyboard grab enabled. Window manager should always know about the main window. 2015-02-23 11:22:28 -06:00
.gitignore freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
CMakeLists.txt build: cmake 3.1 compatibility 2014-12-12 19:26:22 +01:00