2009-06-16 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 105cb7c89bb354015000c77b73aaba9e81df2e04..7228bf0d74a3b912172fcbd39ce94c11847c7755 100644 (file)
@@ -1,3 +1,41 @@
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs: Scrolling fixes.
+       [Fixes bug #512816]
+
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs, DataGridViewRowCollection.cs: Clean up a bit and 
+       optimize for batch adding rows.
+
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs: Avoid calling ReBind twice during the initial data 
+       binding.
+       [Fixes bug #512807]
+
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs: Suppress invalidation during data binding.
+       [Fixes part of bug #512807]
+
+2009-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * PrintPreviewDialog.cs: Tune the navigation among the buttons and
+       controls that are part of our ToolBar, so we can mimic the behaviour
+       observed in .Net, by handling also the arrow keys and doing the
+       preprocess for them too.
+       Fixes the remaining bits of #509142.
+
+2009-06-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolBar.cs: Expose the current item as internal.
+       * PrintPreviewDialog.cs: Tune the TabStop property for
+       PrintPreviewControl/ToolBar so we match the .net scenario regarding
+       Tab navigation. Also implement support to navigate throughout the
+       items in the ToolBar.
+       Fixes #509142.
+
 2009-06-09  Ivan N. Zlatev  <contact@i-nz.net>
 
        * DataGridViewComboBoxCell.cs, DataGridViewComboBoxColumn.cs: