2008-05-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index dcca4b3842c2894c9e9a69821e0d2860caa92f2e..fb97939cf193543f439e28867834742217160909 100644 (file)
@@ -1,3 +1,35 @@
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XplatUIX11.cs : when we call WM_SETFOCUS, call X11Keyboard
+         FocusIn() too. This should fix the issue on switching
+         scim keyboards.
+
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * X11Keyboard.cs : set XIM font size to somewhat reasonable
+         number (ideally the input textbox size, but that could be
+         too messy).
+
+2008-05-22  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolStripTextBox.cs: List for the TextBox's TextChanged and fire
+       the ToolStripItem's TextChanged.  [Fixes bug #393597]
+
+2008-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TabControl.cs: When invalidating in SelectedIndex and we need to
+       inflate to take into account the border of the tabs, make sure that
+       the invalidated rect doesn't overflow the control bounds, since that
+       would avoid updating at all.
+
+2008-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TabControl.cs: Don't substract scroller width from the row width,
+       since we need to take into account the total width of the control when
+       calculating the position of the tabs. This avoids showing scroller
+       when it is actually not needed.
+       Fixes part of #322325.
+
 2008-05-21  George Giolfan  <georgegiolfan@yahoo.com>
 
        * ThemeVisualStyles.cs: Added support for TextBoxBase.