* X11Dnd.cs: Early implementation to support winforms being a drag
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 35d026991d6e08c754c4aafd319fd17833f68348..fa306a1d3793df63e561560de7b75ae3cd818f4e 100644 (file)
@@ -1,3 +1,69 @@
+2005-10-28  Jackson Harper  <jackson@ximian.com>
+
+       * X11Dnd.cs: Early implementation to support winforms being a drag
+       source for data on X11. Also restructured the converters so they
+       can go both ways now.
+       * XplatUIX11.cs: Tie ins to the the Dnd stuff.
+       
+2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
+         clipboard requests
+
+2005-10-27  Jackson Harper  <jackson@ximian.com>
+
+       * TreeNode.cs: Implement serialization so my DnD examples will work.
+
+2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
+         TreeView.cs: Don't dispose objects that are not owned.
+         
+2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
+         should retrieve the current cursor and report that, but XplatUI
+         doesn't (yet) have an interface for that (and I'm not sure I even
+         can, on X11)
+       * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
+         until any message loop processing is done (and the WM_SETCURSOR
+         replaces the cursor to the proper one)
+       * XplatUIX11.cs: 
+         - Fixed override behaviour, we can't set the cursor globally on X11, 
+           just for our windows.
+         - Invalidating the System.Drawing X11 display handle when we are
+           shutting down
+       * Control.cs: Fix to make csc happy
+
+2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * TextBoxBase.cs: 
+         - get_Text: Add last line (without trailing newline) to returned
+           value (Fixes 76212)
+         - get_TextLength: Count last line in returned length
+         - ToString: Call Text property instead of duplicating code
+
+2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: Dispose ImageAttributes objects.
+
+2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: Use attribute constructors with less arguments where
+         possible.
+
+2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
+         Use typeof instead of strings when assembly is referenced. Added
+         some more comments.
+
+2005-10-21  Jackson Harper  <jackson@ximian.com>
+
+       * ListView.cs: Raise a double click event. Also tried to somewhat
+       fix when the selectedindexchanged event is raised. Its still
+       broken though.
+
 2005-10-21  Jackson Harper  <jackson@ximian.com>
 
        * TreeView.cs: New method to invalidate the plus minus area of a