2009-03-30 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 8827ea0940bcff2d3091630d3cd7d7677cf9e1cc..9fe35bf4370ed800464a27014ad5a54134e21509 100644 (file)
@@ -1,3 +1,25 @@
+2009-03-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * XplatUIX11.cs: When handling the SelectionRequest event, use
+       SelectionRequestEvent instead of SelectionEvent, so we get the right
+       data for the app asking for clipboard data. Set the member of
+       SelectioneEvent.property to indicate the place where we are storing
+       the information as well - this is specially important for gnome/kde
+       apps using the TARGETS atom to ask for the supported permission before
+       actually asking for a specific format.
+       Fixes #489393.
+
+2009-03-28  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewCell.cs: We don't support drawing all types of cell borders, 
+       so fallback and at least draw something instead of nothing.
+
+2009-03-27  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs: If the column header isn't visible allow resizing 
+       using the cell column border. Also be sure to reset the cursor properly.
+       [Fixes bug #489929]
+
 2009-03-26   Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * ToolStrip.cs: When disposing, iterate over the items in reverse