* Makefile (EXTRA_DISTFILES): Distribute all *.resx and *.resources.prebuilt.
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
index 981b81699dda435b986946dc951faeb7a8300907..5ad76c2f51134f776f6c79d889a3edbabc51d455 100644 (file)
@@ -1,8 +1,144 @@
+2005-02-18  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
+       *.resources.prebuilt.
+
+2005-02-17  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
+         DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
+         ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
+
+2005-02-15  Peter Bartok  <pbartok@novell.com>
+
+       * Makefile: Altered, following Harinath's suggestion of trying to
+         build and handling the failure by copying prebuilt resources in
+         place
+
+2005-02-15  Peter Bartok  <pbartok@novell.com>
+
+       * Makefile: Removed resources as automatic target; to build
+         .resource files 'make resources' must be invoked. This removes
+         the libgdiplus installed requirement. Instead, the compiled files
+         are checked in as well.
+
+2005-02-13  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
+         OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
+       * System.Windows.Forms.dll.resources: Added 
+       * Makefile: Added support for generating resources
+
+2005-02-12  Geoff Norton  <gnorton@customerdna.com>
+
+       * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
+       
+2005-02-03  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
+         PropertyGridView.cs
+
+2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
+
+       * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
+         DateTimePickerFormat.cs
+         
+2005-01-29  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
+         ArrangeStartingPosition.cs
+       * SWF.csproj: Updated
+
+2005-01-28  Peter Bartok  <pbartok@novell.com>
+
+       * SWF.csproj: Updated with all the latest files
+       * build-csproj: Added, allows to autogenerate SWF.csproj
+       * Makefile: Added rule to automatically call build-csproj (Thanks
+         to Geoff Norton for review and a simpler rule)
+
+2005-01-26  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
+         GridItem.cs, GridItemCollection.cs, GridItemType.cs,
+         PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
+         PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
+         PropertyValueChangedEventHandler.cs, 
+         SelectedGridItemChangedEventArgs.cs,
+         SelectedGridItemChangedEventHandler.cs
+
+2005-01-26  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
+
+2005-01-16  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
+
+2005-01-16  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added Cursors.cs
+
+2005-01-11  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
+
+2005-01-05  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
+         IDataGridColumnStyleEditingNotificationService.cs,
+         IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
+         NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
+         OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
+
+2004-12-27  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added
+         System.Windows.Forms.Design/ComponentEditorForm.cs,
+         System.Windows.Forms.Design/ComponentEditorPage.cs,
+         System.Windows.Forms.Design/EventsTab.cs,
+         System.Windows.Forms.Design/IUIService.cs,
+         System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
+         System.Windows.Forms.Design/PropertyTab.cs,
+         System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
+         ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
+         DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
+         DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
+         GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
+         IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
+         SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
+
+2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * System.Windows.Forms.dll.Sources: Added ComboBox.cs and 
+         ComboBoxStyle.cs
+
+2004-12-20  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
+
+2004-12-16  Peter Bartok  <pbartok@novell.com>
+
+       * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
+         TextControl.cs
+
+2004-12-15  Peter Bartok  <pbartok@novell.com>
+
+       * Design: Updated to reflect Mac Driver; added mention
+         of System.Drawing patches for MWF support
+
+       * README: Credited Geoff Norton with the Mac driver
+
+2004-12-15  Jackson Harper  <jackson@ximian.com>
+
+       * System.Windows.Forms.dll.sources: Add keyboard love to the build.
+
+2004-12-08  Peter Bartok  <pbartok@novell.com>
+
+       * SWF.csproj: Added XplatUIOSX.cs to build list
+
 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
 
-       * System.Windows.Forms.dll.soruces:  Add the XplatUIOSX.cs driver.
-         System.Windows.Forms/XplatUIOSX.cs: Initial checkin
-         System.Windows.Forms/XplatUI.cs: Use the Quartz driver if the environment is set to use it
+       * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
 
 2004-12-07  Ravindra  <rkumar@novell.com>