rdesktop/doc
Peter Åstrand 3a949d3127 Re-worked the support for SeamlessRDP window stacking:
* Since many window managers cannot properly restack a window between
two other windows, we need to check for this at startup.

* A new utility function, sw_wait_configurenotify, is used to wait for
the WM to process our restacking request.

* We are using XReconfigureWMWindow instead of XRestackWindows and
XRaiseWindow, to easier meet the demands of ICCCM. Restacking between
is only done if the WM is not broken, though.

* The error handler does not ignore BadMatch from ConfigureWindow
requests any longer. I haven't found any WM that gives BadMatch for
XReconfigureWMWindow.

* The test cases has been updated to test more stacking cases.


A somewhat related bug fix wrt focus handling is also included, which
prevents FOCUS messages when reverting focus from a destroyed window


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1458 423420c4-83ab-492f-b58f-81f9feb106b5
2008-03-26 16:44:55 +00:00
..
AUTHORS Changed my email 2007-02-08 12:56:38 +00:00
ChangeLog Changed my email 2007-02-08 12:56:38 +00:00
HACKING Let's allow C99 in SeamlessRDP. The current code is not compatible with C89 anyway. 2008-03-06 15:28:32 +00:00
ipv6.txt Make IPv6-support easily configurable 2004-02-14 22:54:38 +00:00
keymap-names.txt keymap-names.txt has CRLF line breaks 2003-10-12 20:51:44 +00:00
keymapping.txt We still had some problems with the shift key getting stuck. The new 2007-10-08 12:34:05 +00:00
keynums.png Added keynums.png 2002-11-19 13:57:48 +00:00
licensing.txt Changed my email 2007-02-08 12:56:38 +00:00
lspci-channel.txt Added support for a new virtual channel, lspci, which makes it 2006-03-02 15:22:25 +00:00
patches.txt Updated info about vincent_8bpp.patch. 2002-09-18 12:28:26 +00:00
rdesktop.1 Documented that the title needs to be in UTF-8 2007-01-19 13:47:35 +00:00
rdpsnd-rec.txt Add experimental extension to the RDPSND protocol that allows recording. 2007-01-02 16:30:06 +00:00
rdpsnd.txt Even more information learned from Microsoft's client. 2007-01-02 16:24:36 +00:00
redirection.txt Disk redirection actually uses share names; not drive letters. 2004-08-09 13:50:41 +00:00
seamlessrdp-channel.txt Re-worked the support for SeamlessRDP window stacking: 2008-03-26 16:44:55 +00:00
TODO Added TODO about reconnecting and icons 2008-03-25 15:13:47 +00:00