| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717 |
- 2005-01-12 Gonzalo Paniagua Javier <[email protected]>
- * BaseNumberConverter.cs: when the culture we get is null, set it to the
- default. Fixes bug #67033. Thanks to Sander Rijken.
- 2005-01-10 LLuis Sanchez Gual <[email protected]>
- * BindingDirection.cs: New enum.
- 2004-12-09 Dick Porter <[email protected]>
- * Win32Exception.cs: Add another socket error, fix the message of
- some old ones.
- 2004-10-01 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: support attributes inherited from the one
- we want. Fixes bug #67088. Thanks to Sander Rijken.
- 2004-08-14 Jackson Harper <[email protected]>
- * Container.cs: Release all when we are supposed to release all.
- 2004-07-14 Atsushi Enomoto <[email protected]>
- * Added IChangeTracking.cs and IRevertibleChangeTracking.cs.
- 2004-07-09 LLuis Sanchez Gual <[email protected]>
- * AsyncCompletedEventArgs.cs: Implemented.
- * AsyncCompletedEventHandler.cs: Implemented.
- 2004-06-12 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: when a component in componentTable is Disposed,
- remove it from the table.
- Fri Jun 11 11:58:22 CEST 2004 Paolo Molaro <[email protected]>
- * LocalizableAttribute.cs, DesignerSerializationVisibilityAttribute.cs,
- DesignOnlyAttribute.cs: fix targets for attributes.
- 2004-05-05 Lluis Sanchez Gual <[email protected]>
- * BooleanConverter.cs: Improved ConverFrom method.
- 2004-04-28 Lluis Sanchez Gual <[email protected]>
- * TypeDescriptor.cs: Do not return attributes that have the same TypeID.
- This fixes bug #57655.
- 2004-04-24 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: fixed ComponentInfo.GetAttributes(). Now it returns
- all the attributes, not just DesignerAttribute instances. nGallery
- complained.
- 2004-04-21 Lluis Sanchez Gual <[email protected]>
- * BooleanConverter.cs: GetStandardValues must return an array of
- booleans, not an array of strings.
- 2004-04-16 Lluis Sanchez Gual <[email protected]>
- * ReflectionPropertyDescriptor.cs: Access internal PropertyInfo
- through GetPropertyInfo(). Take into account that a component may not
- be sited or not have some services.
- * TypeDescriptor.cs: GetTypeFromName(): Added null check for Site
- property. Other minor fixes.
- 2004-04-16 Joerg Rosenkranz <[email protected]>
- * TypeDescriptor.cs: Fixed implementation of GetConverter.
- This fixes #57137.
- 2004-04-14 Lluis Sanchez Gual <[email protected]>
- * AttributeCollection.cs: Added new internal constructor.
- * DesignerAttribute.cs: Fixed property TypeId.
- * EventDescriptorCollection.cs: Added internal constructor. Added new
- method Filter that removes events that do not have the specified
- attributes.
- * MemberDescriptor.cs: Minor fixes.
- * PropertyDescriptor.cs: Implemented some missing methods.
- * PropertyDescriptorCollection.cs: Added internal constructor. Implemented
- Sort methods.
- * ReferenceConverter.cs: Removed some TODOs.
- * SyntaxCheck.cs: Implemented CheckMachineName and CheckPath.
- * TypeDescriptor.cs: Implemented most of missing methods.
-
- 2004-04-08 Lluis Sanchez Gual <[email protected]>
- * AmbientValueAttribute.cs, EnumConverter.cs, ListChangedEventArgs.cs:
- Removed unneded TODOs.
- * ComponentResourceManager.cs: Implemented ApplyResources.
- * EventDescriptorCollection.cs: Implemented several missing methods.
- * LicFileLicenseProvider.cs: Implemented.
- * MemberDescriptor.cs: Implemented some missing methods. Handle correctly
- the creation of the Attribute list.
- * TypeConverter.cs: Use null as default value for attribute array parameter.
- 2004-04-08 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10024 (WSAEMFILE).
- 2004-04-05 Lluis Sanchez Gual <[email protected]>
- * AttributeCollection.cs: Don't try to create a default attribute if the
- attribute type does not have a default constructor. Fix by Jon Wagner.
- This fixes #53898.
- 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added ERROR_PATH_NOT_FOUND that reports the same
- message as ERROR_FILE_NOT_FOUND.
- 2004-03-17 Ivan Hamilton <[email protected]>
- * LicenseManager.cs: Completed TODO.
- 2003-12-10 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: use a switch instead of creating a hashtable when
- mapping from an error code to a message.
- 2003-11-22 Miguel de Icaza <[email protected]>
- * PropertyDescriptorCollection.cs (Insert): Another one.
- * PropertyTabAttribute.cs (Equals): Avoid recurssion
- 2003-11-13 Andreas Nahr <[email protected]>
- * IComponent.cs: Added missing attribute
- 2003-11-12 Andreas Nahr <[email protected]>
- * ComponentResourceManager.cs: Added and partially implemented
- 2003-09-13 Duncan Mak <[email protected]>
- Patch from Jörg Rosenkranz <[email protected]>, this fixes the
- bugs described in bug #48351.
- * EnumConverter.cs (ConvertFrom): Removed the special handling for
- multiple values. This is done in Enum.Parse already.
- * TypeDescriptor.cs (GetConverter): Does not work for enumeration
- types because EnumConverter does not have a default
- constructor. Fixed by changing the special handling for
- enumeration types.
- 2003-08-31 Jerome Laban <[email protected]>
- * Container.cs: A site without name cannot be duplicate.
- 2003-07-22 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added message for 10054.
- 2003-07-17 Andreas Nahr <[email protected]>
- * CategoryAttribute.cs: Added localization support
- 2003-07-17 Andreas Nahr <[email protected]>
- * IComponent.cs:
- * MarshalByValueComponent.cs: Reworked attributes based on the new Consts scheme
- 2003-07-16 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: fixed GetConverter (type) for enumerations that
- have a TypeConverter. Fixes bug #46397.
- 2003-07-14 Jerome Laban <[email protected]>
- * IComponent.cs: Removed duplicate Designer attribute.
- 2003-07-13 Andreas Nahr <[email protected]>
- * Component.cs: Implementation added
- * Container.cs: Implementation added
- * MarshalByValueComponent.cs: Implementation added
- * ReferenceConverter.cs: Small addition for future implementation
- 2003-07-10 Andreas Nahr <[email protected]>
- * TypeConverter.cs: Implemented missing methods
- * TypeDescriptor.cs: Redirections added
- 2003-07-05 Andreas Nahr <[email protected]>
- * EnumConverter.cs: Fixed signature
- * EventDescriptorCollection.cs: Fixed signature
- * InheritanceLevel.cs: Fixed enum values; little restyling
- * License.cs: Removed undefined member
- * LicenseManager.cs: Fixed signature, little implementation added
- * PropertyDescriptorCollection.cs: Removed unused field (fixes last remaining compiler warning in this namespace)
- * WarningException.cs: Removed wrong attribute
- * Win32Exception.cs: Added missing attribute
- 2003-07-02 Andreas Nahr <[email protected]>
- * AttributeCollection.cs: Fixed public members
- * BaseNumberConverter.cs: Changed InnerType to internal to match public assembly signature
- * BrowsableAttribute.cs: Removed wrong constructor, Restyle according to guidelines
- * CategoryAttribute.cs: Changed public fields to properties
- * EnumConverter.cs: Added and implemented missing properties, improved implementation
- * EventDescriptorCollection.cs: Fixed wrong signatures, added implementation, fixed potential bug
- * PropertyDescriptorCollection.cs: Fixed public members
- * ReferenceConverter.cs: Implementation added
- * SyntaxCheck.cs: Improved string checks, added MonoTODO descriptions
- * TypeDescriptor.cs: Implementations added
-
- 2003-07-02 Andreas Nahr <[email protected]>
- * ISite.cs: Fixed attributes, fixed header
- * ITypeDescriptorContext.cs: Fixed attributes, formatting corrections
- * WarningException.cs: Fixed attributes, formatting corrections
- * AttributeCollection.cs: Fixed attributes
- * DesignerSerializationVisibility.cs: Fixed attributes
- * TypeConverter.cs: Fixed attributes
-
- * MarshalByValueComponent.cs:
- * IComponent.cs: Fixed attributes, supports .Net 1.0 and 1.1
-
- * DescriptionAttribute.cs:
- * DesignerCategoryAttribute.cs:
- * DoubleConverter.cs:
- * EditorBrowsableAttribute.cs:
- * EventDescriptorCollection.cs:
- * PropertyChangedEventHandler.cs:
- * RefreshEventArgs.cs:
- * StringConverter.cs:
- * DefaultValueAttribute.cs: Reformatted following style guidelines
-
- * License.cs: Removed unused MonoTODOs
- * LicenseContext.cs: Implemented
- * LicenseException.cs: Implemented
- * LicenseProvider.cs: Removed unused MonoTODOs and unneccesary Finalizer
- * LicenseUsageMode.cs: Fixed enum
- * RefreshProperties.cs: Fixed enum
- * LicFileLicenseProvider.cs: Implementation added
- * ExtenderProvidedPropertyAttribute.cs: Implementation added, formatting corrections
- * ExpandableObjectConverter.cs: Implemented
- * ComponentConverter.cs: Implemented
-
- 2003-06-23 Andreas Nahr <[email protected]>
- * DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
- better Hashcode generation
- * EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
- better Hashcode generation
- * LicenseContext.cs: Added and implemented missing property
- * ListBindableAttribute.cs: Simplified implementation, removed
- unneccessary data.
- * ReadOnlyAttribute.cs: Better Hashcode generation
- * RunInstallerAttribute.cs: Better Hashcode generation, more robust
- Equals check.
- * LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
- * ProvidePropertyAttribute.cs: Fixed AttributeUsage
- * ToolboxItemFilterAttribute.cs: Fixed AttributeUsage
- * MarshalByValueComponent.cs:
- * IContainer.cs:
- * IComponent.cs: Added missing attribute(s)
- 2003-06-24 Gonzalo Paniagua Javier <[email protected]>
- * AmbientValueAttribute.cs:
- * ArrayConverter.cs:
- * BaseNumberConverter.cs:
- * BindableAttribute.cs:
- * BooleanConverter.cs:
- * BrowsableAttribute.cs:
- * ByteConverter.cs:
- * CategoryAttribute.cs:
- * CharConverter.cs:
- * CollectionConverter.cs:
- * Component.cs:
- * ComponentCollection.cs:
- * ComponentEditor.cs:
- * Container.cs:
- * CultureInfoConverter.cs:
- * DateTimeConverter.cs:
- * DecimalConverter.cs:
- * DefaultEventAttribute.cs:
- * DefaultPropertyAttribute.cs:
- * DefaultValueAttribute.cs:
- * DescriptionAttribute.cs:
- * DesignOnlyAttribute.cs:
- * DesignTimeVisibleAttribute.cs:
- * DesignerCategoryAttribute.cs:
- * DesignerSerializationVisibilityAttribute.cs:
- * DoubleConverter.cs:
- * EditorBrowsableAttribute.cs:
- * EventDescriptor.cs:
- * EventDescriptorCollection.cs:
- * ExpandableObjectConverter.cs:
- * ExtenderProvidedPropertyAttribute.cs: New file.
- * GuidConverter.cs:
- * IComNativeDescriptorHandler.cs:
- * IComponent.cs:
- * ImmutableObjectAttribute.cs:
- * InheritanceAttribute.cs:
- * InheritanceLevel.cs:
- * InstallerTypeAttribute.cs:
- * Int16Converter.cs:
- * Int32Converter.cs:
- * Int64Converter.cs:
- * InvalidEnumArgumentException.cs:
- * LicenseProviderAttribute.cs:
- * LocalizableAttribute.cs:
- * MarshalByValueComponent.cs:
- * MemberDescriptor.cs:
- * MergablePropertyAttribute.cs:
- * NotifyParentPropertyAttribute.cs:
- * ParenthesizePropertyNameAttribute.cs:
- * PropertyDescriptor.cs:
- * PropertyDescriptorCollection.cs:
- * PropertyTabAttribute.cs:
- * ProvidePropertyAttribute.cs:
- * RecommendedAsConfigurableAttribute.cs:
- * RefreshPropertiesAttribute.cs:
- * SByteConverter.cs:
- * SingleConverter.cs:
- * TimeSpanConverter.cs:
- * ToolboxItemFilterAttribute.cs:
- * TypeConverter.cs:
- * TypeConverterAttribute.cs:
- * TypeDescriptor.cs:
- * TypeListConverter.cs:
- * UInt16Converter.cs:
- * UInt32Converter.cs:
- * UInt64Converter.cs: implementation and fixes by Andreas Nahr
- ([email protected]).
- 2003-06-23 Gonzalo Paniagua Javier <[email protected]>
- * IExtenderProvider.cs: mono-stylized.
- * IComNativeDescriptorHandler.cs:
- * SyntaxCheck.cs: new files from Andreas Nahr.
- 2003-03-20 Dick Porter <[email protected]>
- * Win32Exception.cs: Made the fallback error more useful by
- reporting the error number
- 2003-03-14 Gonzalo Paniagua Javier <[email protected]>
- * MarshalByValueComponent.cs: removed a monotodo.
- 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added error code 2.
- 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: implemented GetObjectData ().
- 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
- * RunInstallerAttribute.cs: New file.
- 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10065 (WSA_EHOSTUNREACH).
- 2003-02-05 Alan Tam <[email protected]>
- * DesignedCategoryAttribute.cs: Implemented DesignerCategoryAttribute
- 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
- * BrowsableAttribute.cs: this attribute applies to All. Since the fix
- to bug #37380, mcs complained about this when compiling System.Data.
- 2003-01-08 Dick Porter <[email protected]>
- * Win32Exception.cs (ComponentModel): Added EWOULDBLOCK
- 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: use ICustomTypeDescriptor if the component
- implements it. It's done for GetProperties and should be done for the
- rest of methods present in ICustomTypeDescriptor.
- 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: moved code from GetProperties (object) to (Type).
- 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
- * DefaultValueAttribute.cs: the attribute applies to All.
- 2002-11-19 Duncan Mak <[email protected]>
- * DesignerAttribute.cs:
- * EditorAttribute: Style changes. Gonzalo committed the build
- fixes before I did.
- 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
- * DesignerAttribute.cs:
- * EditorAttribute.cs: fixed the build.
- 2002-11-19 Alejandro Sánchez Acosta <[email protected]>
- * EditorAttribute: implemented.
- * DesignerAttribute: implemented.
- 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
- 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
- * ListBindableAttribute.cs: implemented.
- 2002-11-02 Duncan Mak <[email protected]>
- * InvalidEnumArgumentException.cs: Added.
- 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
- * EventHandlerList.cs: fixed bug #29535.
- 2002-10-03 Dick Porter <[email protected]>
- * Win32Exception.cs: Added ETIMEDOUT
- 2002-09-30 Dick Porter <[email protected]>
- * Win32Exception.cs: Sorted the errors, added EINPROGRESS
- 2002-09-17 Asier Llano Palacios <[email protected]>
- * CancelEventArgs.cs
- * WarningException.cs
- * CancelEventHandler.cs
- * PropertyChangedEventHandler.cs
- * IExtenderProvider.cs: Implemented
- 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
- * Component.cs:
- * ComponentCollection.cs:
- * Container.cs:
- * MarshalByValueComponent.cs: IDisposable fixes.
- 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
- * BindableSupport.cs:
- * Component.cs:
- * EventDescriptorCollection.cs:
- * ITypeDescriptorContext.cs:
- * TypeConverter.cs:
- * TypeDescriptor.cs: class status based fixes.
-
- * StringConverter.cs: implemented a couple of methods.
- 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
- * EnumConverter.cs: new file.
-
- * TypeConverter.cs: implemented a few simple methods.
- * TypeDescriptor.cs:
- (GetConverter): initial support for converters of well-known types.
- 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
- * DerivedPropertyDescriptor.cs: New file. Internal class.
- * PropertyDescriptorCollection.cs: almost fully implemented.
- * TypeDescriptor.cs: implemented a couple of GetProperties ().
- Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
- * Component.cs: don't die if Disposed is null.
- 2002-07-22 Tim Coleman <[email protected]>
- * RecommendedAsConfigurableAttribute.cs: new file added
- for System.Web.Services build
- 2002-07-22 Tim Coleman <[email protected]>
- * ExpandableObjectConverter.cs: Fix error with constructor
- 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
|