2008-06-10 George Giolfan <georgegiolfan@yahoo.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 6a1ed3f680b7e662949b8e2f01a8b98551d0b232..196e8224f8c41918d9afb9f90218d51a2efc03cd 100644 (file)
@@ -1,3 +1,69 @@
+2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * DateTimePicker.cs, Theme.cs, ThemeVisualStyles.cs, ThemeWin32Classic.cs:
+       Added support for rendering with VisualStyles.
+
+2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * ComboBox.cs, Theme.cs, ThemeVisualStyles.cs, ThemeWin32Classic.cs: Added
+       support for rendering the border with VisualStyles.
+
+2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * InternalWindowManager.cs: Added ShowIcon. Fixed IconRectangleContains when
+       the icon is not shown.
+       * ThemeWin32Classic.cs: Now uses InternalWindowManager.ShowIcon instead of
+       its own logic.
+
+2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * InternalWindowManager.cs: Draw minimized windows even if they don't have
+       borders.
+
+2008-06-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ComboBox.cs, ListBox.cs: Use SetBoundsInternalCore instead of SetBounds.
+
+2008-06-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * Control.cs: Fill in the defaults for unspecified bounds in SetBounds.
+       [Fixes bug #397943]
+
+2008-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ComboBox.cs: When snaping height -because of IntegralHeight set to
+       true- with ComboBoxStyle.Simple, set the height to PreferredHeight
+       if the requested height leaves the listbox area with *less* than the
+       required are to see one item. We were setting it to PreferredHeight
+       even for values matching the height for a single item.
+       Fixes #396297.
+
+2008-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewCell.cs: Simplify GetInheritedStyle by using ApplyStyle.
+
+2008-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewCell.cs: Use property instead of field.
+
+2008-06-06  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * InternalWindowManager.cs, ThemeWin32Classic.cs: Removed useless Form.Icon
+       null checks.
+
+2008-06-06  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * Theme.cs: Added #region around the managed window code. Made the managed
+       window methods abstract.
+       * ThemeWin32Classic.cs: Added #region around the managed window code.
+
+2008-06-06  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * InternalWindowManager.cs: Now only calls Theme.DrawManagedWindowDecorations
+       if it has borders.
+       * ThemeWin32Classic.cs: Removed HasBorders checks in
+       DrawManagedWindowDecorations.
+
 2008-06-06  George Giolfan  <georgegiolfan@yahoo.com>
 
        * InternalWindowManager.cs, Theme.cs, ThemeWin32Classic.cs: Refactored: