Updated change log
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index 2303b14e67b4ecce537188edbfa1c76f9b5c4bfd..1a4815845098cef41140ca154b5e11fc718f99ca 100644 (file)
@@ -1,3 +1,129 @@
+2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
+       * PropertyGrid.cs: Added some event calls
+       * PropertyGridView.cs: Change drawing code to use double buffering
+       * PropertyGridTextBox.cs: Changed Text property name
+       * GridItem.cs: Added Bounds property.
+       * GridEntry.cs: Added Bounds property.
+
+
+2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
+       since GetType() may not return the correct type if the object is
+       a remoting proxy.
+
+2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * TreeNodeCollection.cs: fixes get/set item ranges
+       
+2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
+               
+2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ComboBox.cs: Fix item range comparation
+       * ListView.cs: Fix item range comparation
+
+2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
+
+       * FontDialog.cs:
+         - Clear example panel when OnPaint is called
+         - Better solution for displaying the example panel text
+         - Select default indexes in the ListBoxes
+
+2005-05-11  Geoff Norton  <gnorton@customerdna.com>
+
+       * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
+
+2005-05-11  Peter Bartok  <pbartok@novell.com>
+
+       * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
+       * SelectionRangeConverter.cs: Implemented
+       * PropertyGrid.cs: Fixed attribute value
+       * Control.cs:
+         - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
+         - Added Sebastien Pouliot's CAS Stack Propagation fixes
+       * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
+         that's common to all drivers. First methods to go there are
+         Sebastien Pouliot's CAS Stack Propagation helper methods
+       * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
+         Sebastien Pouliot for CAS Stack Propagation
+
+2005-05-11  Geoff Norton  <gnorton@customerdna.com>
+
+       * OSXStructs.cs:
+         XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
+
+2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * DataGridTextBoxColumn.cs: fixed some members
+       * GridColumnStylesCollection.cs: indexed column is case insensitive
+       * DataGridTableStyle.cs: fixes
+       * ThemeWin32Classic.cs: add new theme parameter
+       * Theme.cs: add new theme parameter
+       * DataGridDrawingLogic.cs: Datagrid's drawing logic
+       * DataGrid.cs: fixes, new internal properties, etc.
+       * DataGridColumnStyle.cs: allows to set grid value
+       *
+
+2005-05-10  Peter Bartok  <pbartok@novell.com>
+
+       * AccessibleObject.cs:
+         - Removed MonoTODO attribute on help, method is correct
+         - Fixed Bounds property
+       * AxHost.cs: Moved MonoTODO
+       * ButtonBase.cs: Now setting AccessibleObject properties
+       * RadioButton.cs: Setting proper AccessibleObject role
+       * CheckBox.cs: Setting proper AccessibleObject role
+       * ControlBindingsCollection.cs: Added properties, methods and attributes
+       * DataFormats.cs: Fixed awkward internal API, and changed to enable
+         userdefined DataFormats.Format items as well
+       * ListControl.cs: Removed data_member from the public eye
+       * OpenFileDialog.cs:
+         - Made class sealed
+         - Added missing attributes
+       * SaveFileDialog.cs: Added missing attributes
+       * ImageListStreamer.cs: Fixed code that caused warnings
+       * LinkLabel.cs: Removed unreachable code
+       * TreeView.cs: Fixed code that caused warnings
+       * PropertyGridView.cs: Fixed code that caused warnings
+       * GridColumnStylesCollection.cs: Added missing attributes
+       * GridTableStylesCollection: Added missing attribute
+       * PropertyManager: Added .ctor
+       * SecurityIDType: Added
+       * DataObject.cs: Implemented class
+       * LinkArea.cs: Added missing attribute
+
+2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * RadioButton.cs: call base method to allow to fire OnClick event
+       * UpDownBase.cs: OnMouseUp call base method
+       * CheckedListBox.cs: call base method before returning
+       * TrackBar.cs: call base method before returning
+       
+
+2005-05-10  Peter Bartok  <pbartok@novell.com>
+
+       * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
+         for messages
+
+2005-05-10  Peter Bartok  <pbartok@novell.com>
+
+       * DataFormats.cs: Implemented
+       * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
+         XplatUIX11.cs: Added Clipboard APIs
+       * XplatUIWin32.cs: Implemented Clipboard APIs
+       * FolderBrowserDialog.cs: Added missing event, attributes
+
+2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * CheckBox.cs: call base method to allow to fire OnClick event
+
+2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
+
 2005-05-06  Peter Bartok  <pbartok@novell.com>
 
        * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop