| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- 2002-01-17 Miguel de Icaza <[email protected]>
- * Win32Exception.cs: Add.
- 2002-01-05 Ravi Pratap <[email protected]>
- * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
- * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
- 2001-10-27 Miguel de Icaza <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * EventHandlerList.cs: New file.
- * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
- ComponentCollection.cs, ISite.cs: New classes
|