* Form.cs: remove the try-catch's around calls to GetWindowState.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 7e05958de39065fa39e7de53de1cd3c43321f267..0cbe9de68df14db60f584626adfa84fa5a771838 100644 (file)
@@ -1,3 +1,46 @@
+2006-10-29  Chris Toshok  <toshok@ximian.com>
+
+       * Form.cs: remove the try-catch's around calls to GetWindowState.
+       We can just check the return value.
+
+       * XplatUIX11.cs: don't throw exceptions from GetWindowState.
+       Instead return -1.
+
+       * XplatUI.cs: Add note about additional return value for
+       GetWindowState.
+
+2006-10-29  Chris Toshok  <toshok@ximian.com>
+
+       * Control.cs (CreateHandle): when we create our handle, we also
+       create the handles of our child controls.  Fixes one of the
+       Control unit tests (CH11).
+
+2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
+
+       * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
+
+2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
+
+       * ThemeClearlooks.cs: A little speedup.
+
+2006-10-27  Chris Toshok  <toshok@ximian.com>
+
+       * Control.cs: implement Control.FromChildHandle in a way that
+       matches the docs (and fixes the failed test.)
+
+2006-10-27  Chris Toshok  <toshok@ximian.com>
+
+       * DataGridTableStyle.cs: reproduce buggy MS behavior (with
+       comments).
+
+       * DataGrid.cs: implement ResetForeColor such that the tests
+       succeed.
+       
+2006-10-27  Chris Toshok  <toshok@ximian.com>
+
+       * ToolBarButton.cs: setting text/tooltiptext to null results in it
+       being set to "".  Fixes bug #79759.
+
 2006-10-27  Jackson Harper  <jackson@ximian.com>
 
        * TextControl.cs: We need to clear the entire selection area when