2006-08-08 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 8 Aug 2006 16:40:04 +0000 (16:40 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 8 Aug 2006 16:40:04 +0000 (16:40 -0000)
commit2a916d7a85295981f7f22f00b85f2a596e3fa6f2
treeb6943b3db8e4d9c8e74d5bd40832fe5f89776bfb
parentb74464d46966e0e9b9ae72dead8e23dba15dd934
2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>

* ComboBox.cs: Added focus reflection for popup window
* XplatUIX11.cs:
  - Removed transient setting for non-app windows for now, not sure it
    was needed
  - Fixed logic checking if we have captions when deciding
    override_redirect, WS_CAPTION is two bits and a 0 check was not
    sufficient
  - Removed the WINDOW_TYPE stuff, it was unneeded and making things
    complicated
* Form.cs:
  - AddOwnedForm: Don't just add the form to the list, call the property
    to ensure the driver is informed about the ownership as well
  - CreateHandle: Set the TopMost status in the driver if we have an owner
* XplatUI.cs: Fixed debug statement

svn path=/trunk/mcs/; revision=63492
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs