2002-06-15 Gonzalo Paniagua Javier * TypeConverter.cs: * ITypeDescriptorContext.cs: * TypeDescriptor.cs: implemented minimal set of features needed by xsp, which uses ColorConverter. 2002-05-12 Daniel Morgan * IComponent.cs * ISite.cs: added using System * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException to // TODOs and added using System. The throwing of the exceptions prevented System.Data from running. 2002-05-10 Rodrigo Moya * EventDescriptorCollection.cs (this[index]): call eventList[index], not this[index], which issues an 'ambigous call' error on Linux. 2002-05-07 Rodrigo Moya * EventDescriptor.cs: added missing constructors. * EventDescriptorCollection.cs: fixed interface methods implementation * IDataErrorInfo.cs: * IEditableObject.cs: new interfaces. 2002-05-05 Gonzalo Paniagua Javier * System.ComponentModel/AttributeCollection.cs: added a cast to make it compile. 2002-05-03 Rodrigo Moya * AttributeCollection.cs: * EventDescriptor.cs: * EventDescriptorCollection.cs: * ICustomTypeDescriptor.cs: new files. 2002-05-01 Duncan Mak * ListChangedType.cs: * ListChangedEventHandler.cs: * ListChangedEventArgs.cs: Added to fix build. 2002-05-01 Miguel de Icaza * PropertyDescriptorCollection.cs: Added the IList explicit implementation methods. lots of bug fixes to get the build to compile again. 2002-05-01 Duncan Mak * ListSortDirection.cs: EnumChecked. 2002-05-01 Rodrigo Moya * ListSortDirection.cs: new enumeration. Please, somebody run EnumCheck on it, as I don't have a windows machine. * PropertyDescriptorCollection.cs: new class. * ITypedList.cs: * IBindingList.cs: new interfaces. 2002-04-28 Duncan Mak * CollectionChangeAction.cs: Changed enum layout to fit the MS implementation. Please use EnumCheck! 2002-04-28 Rodrigo Moya * CollectionChangeAction.cs: new enumeration. * CategoryAttribute.cs: moved the 'return' keyword to the end of the method, to avoid compilation errors on Linux for all CategoryAttribute properties. 2002-04-28 Rodrigo Moya * IListSource.cs: * ISupportInitialize.cs: * MarshalByValueComponent.cs: new stubs, needed for System.Data compilation. * PropertyChangedEventArgs.cs: * CollectionChangeEventHandler.cs: * CollectionChangeEventArgs.cs: implemented. 2002-04-28 Lawrence Pit * Added error code 11001 to Win32Exception, used by Dns.c 2002-04-04 Dick Porter * ISynchronizeInvoke.cs: Needed by Process 2002-01-23 Dick Porter * Win32Exception.cs: implement, with support for looking up runtime errors. 2002-01-17 Miguel de Icaza * Win32Exception.cs: Add. 2002-01-05 Ravi Pratap * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto. 2001-10-27 Miguel de Icaza * DesignerSerializationVisibilityAttribute.cs: Implemented. * DesignerSerializationVisibility.cs: New enumeration. * LocalizableAttribute.cs: Implemented. * BrowsableAttribute.cs: Implemented. * DesignOnlyAttribute.cs: Implemented. * DescriptionAttribute.cs: Implement. * MemberDescriptor.cs: Implemented. * CategoryAttribute.cs: implemented. 2001-08-21 Nick Drochak * Component.cs: Eliminated compile errors by removing redundant fields and using the ISite member instead. Also raised the Disposed event, but not sure if it's correct now. Look for FIXME in the comments. 2001-08-02 Miguel de Icaza * EventHandlerList.cs: New file. * Container.cs, Component.cs, IContainer.cs, IComponent.cs, ComponentCollection.cs, ISite.cs: New classes