| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- 2002-07-22 Tim Coleman <[email protected]>
- * TypeConverter.cs: Fixed bad stubb function
- GetConvertToException ()
- 2002-07-22 Tim Coleman <[email protected]>
- * ComponentCollection.cs: Added reference to
- ReadOnlyCollectionBase to make sure
- that we inherit the appropriate methods.
- Not sure why the Dispose() method is
- required, but left for now.
- 2002-07-22 Tim Coleman <[email protected]>
- * TypeConverter.cs: Added new stubbs
- * BindableAttribute.cs: Added
- * BindableSupport.cs: Added
- * NotifyParentPropertyAttribute.cs: Added
- * ExpandableObjectConverter.cs: Added
- 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
- * MemberDescriptor.cs: implemented Attributes and Category.
- * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
- * PropertyDescriptorCollection.cs: fixed indexers declaration.
- * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
- fixed value for Yes.
- * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
- * TypeConverter.cs: added SimplePropertyDescriptor class.
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * ToolboxItemAttribute.cs: New file.
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * DefaultEventAttribute.cs: new file.
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: fixlet.
- 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: finished implementation.
- * TypeDescriptor.cs: implemented GetAttributes (object).
- 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: initialize member variables.
- * RefreshEventArgs.cs: implemented.
- * RefreshEventHandler.cs: New file.
- * TypeDescriptor.cs: fully stubbed out the remaining method.
- 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
- * DefaultPropertyAttribute.cs: New file.
- 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverter.cs: flushed local changes.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * StringConverter.cs: stubbed out.
- * TypeConverter.cs: stubbed the rest out and added some implementation.
- Five errors left when compiling System.Web in linux.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverterAttribute.cs: attribute used by
- TypeDescriptor.Getconverter ().
- * TypeDescriptor.cs: implemented GetConverter in the right way.
- 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverter.cs:
- * ITypeDescriptorContext.cs:
- * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
- which uses ColorConverter.
- 2002-05-12 Daniel Morgan <[email protected]>
- * 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 <[email protected]>
- * EventDescriptorCollection.cs (this[index]): call eventList[index],
- not this[index], which issues an 'ambigous call' error on Linux.
- 2002-05-07 Rodrigo Moya <[email protected]>
- * EventDescriptor.cs: added missing constructors.
- * EventDescriptorCollection.cs: fixed interface methods implementation
- * IDataErrorInfo.cs:
- * IEditableObject.cs: new interfaces.
- 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
- * System.ComponentModel/AttributeCollection.cs: added a cast to make
- it compile.
- 2002-05-03 Rodrigo Moya <[email protected]>
- * AttributeCollection.cs:
- * EventDescriptor.cs:
- * EventDescriptorCollection.cs:
- * ICustomTypeDescriptor.cs: new files.
- 2002-05-01 Duncan Mak <[email protected]>
- * ListChangedType.cs:
- * ListChangedEventHandler.cs:
- * ListChangedEventArgs.cs: Added to fix build.
- 2002-05-01 Miguel de Icaza <[email protected]>
- * PropertyDescriptorCollection.cs: Added the IList explicit
- implementation methods.
- lots of bug fixes to get the build to compile again.
- 2002-05-01 Duncan Mak <[email protected]>
- * ListSortDirection.cs: EnumChecked.
- 2002-05-01 Rodrigo Moya <[email protected]>
- * 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 <[email protected]>
- * CollectionChangeAction.cs: Changed enum layout to fit the MS
- implementation. Please use EnumCheck!
- 2002-04-28 Rodrigo Moya <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * Added error code 11001 to Win32Exception, used by Dns.c
- 2002-04-04 Dick Porter <[email protected]>
- * ISynchronizeInvoke.cs: Needed by Process
- 2002-01-23 Dick Porter <[email protected]>
- * Win32Exception.cs: implement, with support for looking up
- runtime errors.
- 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
|