ChangeLog 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. 2007-01-02 Konstantin Triger <[email protected]>
  2. * EventHandlerList.cs: Do not reject null key.
  3. 2006-12-25 Raja R Harinath <[email protected]>
  4. * InitializationEventAttribute.cs: New.
  5. 2006-12-24 Konstantin Triger <[email protected]>
  6. * Implemented DataObjectMethodAttribute and DataObjectMethodType.
  7. 2006-12-22 Rolf Bjarne Kvinge <[email protected]>
  8. * DefaultBindingPropertyAttribute.cs: new attribute.
  9. 2006-12-21 Gert Driesen <[email protected]>
  10. * MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
  11. into account for DisplayName. Fixes bug #80292.
  12. 2006-12-20 Chris Toshok <[email protected]>
  13. * AttributeProviderAttribute.cs: new class.
  14. 2006-12-20 Chris Toshok <[email protected]>
  15. * ComplexBindingPropertiesAttribute.cs: add Default field.
  16. 2006-12-20 Chris Toshok <[email protected]>
  17. * ComplexBindingPropertiesAttribute.cs: new 2.0 attribute.
  18. 2006-12-19 Chris Toshok <[email protected]>
  19. * PropertyDescriptor.cs: stop crashing on a missing type
  20. converter.
  21. 2006-12-06 Chris Toshok <[email protected]>
  22. * ReflectionPropertyDescriptor.cs: turns out if "ShouldSerialize*"
  23. is present and returns false, "CanReset*" also returns false.
  24. 2006-12-06 Chris Toshok <[email protected]>
  25. * ReflectionPropertyDescriptor.cs: ShouldSerializeValue should
  26. return false if there's no ShouldSerialize method.
  27. 2006-12-06 Chris Toshok <[email protected]>
  28. * ReflectionPropertyDescriptor.cs: fixes for CanResetValue and
  29. ShouldSerializeValue - we need to find both public and nonpublic
  30. methods.
  31. 2006-12-01 Duncan Mak <[email protected]>
  32. * AddingNewEventArgs.cs:
  33. * AddingNewEventHandler.cs: Added.
  34. * ListChangedEventArgs.cs (.ctor): Uncomment the bit about
  35. property descriptor now that there's an implementation of it.
  36. (PropertyDescriptor): New 2.0 property.
  37. 2006-11-29 Ivan N. Zlatev <[email protected]>
  38. * MemberDescriptor.cs, ReflectionPropertyDescriptor.cs: 1) The
  39. ReflectionPropretyDescriptor must be able to operate with non
  40. public properties.
  41. 2) The current implementation ignores the fact that the component
  42. can be in design mode. In design mode some of the properties (the
  43. design-time ones) are supposed to be redirected to the
  44. designer. The component which should be used to access the
  45. property is retrieved by using MemberDescriptor.GetInvokee
  46. (implemented in the patch). Updated the
  47. ReflectorPropertyDescriptor to use GetInvokee to decide which
  48. component should it use.
  49. Reviewed by: Miguel de Icaza
  50. 2006-11-28 Miguel de Icaza <[email protected]>
  51. * TypeDescriptor.cs: This implementation is really from Gonzalo,
  52. he dictated to me :-)
  53. 2006-11-20 Nagappan A <[email protected]>
  54. * ISupportInitializeNotification.cs: New Interface file to support
  55. NET 2.0 features.
  56. 2006-11-09 Chris Toshok <[email protected]>
  57. * ReflectionPropertyDescriptor.cs: IsReadOnly needs to take into
  58. account the ReadOnlyAttribute.
  59. 2006-11-08 Gert Driesen <[email protected]>
  60. * ArrayConverter.cs: Modifed ConvertTo for Array => String to match
  61. MS. In GetProperties, throw NRE to match MS.
  62. 2006-11-08 Chris Toshok <[email protected]>
  63. * ArrayConverter.cs: implement GetProperties correctly, by
  64. creating ArrayPropertyDescriptor objects for each array element.
  65. 2006-10-05 Andrew Skiba <[email protected]>
  66. * EventHandlerList.cs: Implement event handler list according to MS
  67. definition. No hash table, just a simple list with good performance
  68. for a small number of events (<20) and worse performance when number
  69. of events is bigger (patch by [email protected]).
  70. 2006-10-29 Alexander Olk <[email protected]>
  71. * ComponentResourceManager.cs: Make ApplyResources work.
  72. Instead of iterating through the resource set table we now
  73. read the property infos of an object and check if there is
  74. an item in the resource set for each property info. This makes
  75. it finally possible to create language dependent resources
  76. that do not have to include everything from a parent culture
  77. resource (mostly invariant culture).
  78. Throw an ArgumentNullException if value or objectName is null.
  79. 2006-10-29 Alexander Olk <[email protected]>
  80. * ComponentResourceManager.cs: Don't close the resource set in
  81. ApplyResources, it is possible to call ApplyResources multiple
  82. times. Closing the resource set means that it gets disposed.
  83. Fixes bug #79182.
  84. 2006-09-28 Andrew Skiba <[email protected]>
  85. * Component.cs,PropertyDescriptorCollection.cs,MarshalByValueComponent.cs:
  86. TARGET_JVM
  87. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  88. * Container.cs: 'unsite' the component when removing it. Fixes
  89. bug #79255. Patch by Ivan N. Zlatev.
  90. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  91. * TypeDescriptor.cs: don't ignore toplevel attributes when they are
  92. overriden.
  93. Patch by Ivan N. Zlatev that fixes bug #79256.
  94. 2006-08-20 Gert Driesen <[email protected]>
  95. * InvalidEnumArgumentException.cs: Beautify error message.
  96. 2006-08-14 Raja R Harinath <[email protected]>
  97. * IRaiseItemChangedEvents.cs: Add. Mentioned in #79012.
  98. 2006-07-31 Sebastien Pouliot <[email protected]>
  99. * InvalidEnumArgumentException.cs: Updated to 2.0.
  100. * LicenseException.cs: Updated to 2.0. Add a demand for
  101. SerializationFormatter on GetObjectData method.
  102. * TypeDescriptor.cs: Add linkdemand for ReflectionPermission on
  103. CreateEvent and CreateProperties methods. Add linkdemand for
  104. unrestricted on ComNativeDescriptorHandler get/set.
  105. * WarningException.cs: Updated to 2.0. Add a demand for
  106. SerializationFormatter on GetObjectData method.
  107. * Win32Exception.cs: Add a demand for SerializationFormatter on
  108. GetObjectData method.
  109. 2006-07-14 Peter Dennis Bartok <[email protected]>
  110. * MaskedTextResultHint.cs: Added
  111. 2006-05-31 Gert Driesen <[email protected]>
  112. * TypeConverter.cs: Added explicit interface implementation for
  113. ICollection.CopyTo and IEnumerable.GetEnumerator. Fixes corcompare
  114. warnings.
  115. * Component.cs: Remove TypeConverter attribute. Fixes corcompare
  116. warning.
  117. * AttributeCollection.cs: Added explicit interface implemenation for
  118. IEnumerable.GetEnumerator, IList.RemoveAt and ICollection.Count.
  119. Fixes corcompare warnings.
  120. * PropertyDescriptorCollection.cs: Added explicit interface
  121. implemenation for ICollection.Count. Fixes corcompare warning.
  122. 2006-05-22 Atsushi Enomoto <[email protected]>
  123. * TypeDescriptor.cs : GetProperties() does not return indexers.
  124. 2006-05-11 Atsushi Enomoto <[email protected]>
  125. * ReflectionPropertyDescriptor.cs,
  126. DerivedPropertyDescriptor.cs : invoke OnValueChanged() when
  127. the value was successfully changed. It is needed to have
  128. MWF PropertyGrid change properties successfully.
  129. 2006-05-08 Atsushi Enomoto <[email protected]>
  130. * AsyncOperation.cs : SynchronizationContext.OperationStarted()
  131. should not be called more than once. So move it from Post() to
  132. .ctor(). Thanks again to cl.
  133. 2006-05-08 Atsushi Enomoto <[email protected]>
  134. * AsyncOperation.cs : call OperationStared() at Post(). Call
  135. OperationCompleted() at the finalizer. Thanks to cl.
  136. 2006-05-08 Atsushi Enomoto <[email protected]>
  137. * SettingsBindableAttribute.cs : new file. Bug #78333 is fixed.
  138. 2006-04-27 Miguel de Icaza <[email protected]>
  139. * Component.cs: The converter for the Component is
  140. ComponentConverter, which makes the GetPropertiesSupported return
  141. true. So JChamber's patch should work now.
  142. 2006-04-26 Miguel de Icaza <[email protected]>
  143. * TypeDescriptor.cs (Info.GetProperties, TypeInfo.GetProperties):
  144. Use the more specific GetProperties call so we do not return
  145. static properties, should fix that part of the PropertyGrid bug
  146. #78192.
  147. Code formatting police hit again.
  148. * ReflectionPropertyDescriptor.cs (CanResetvalue): Do not
  149. dereference a null value, avoids crash in property grid.
  150. Code formatting police.
  151. 2006-04-25 Miguel de Icaza <[email protected]>
  152. * TypeConverter.cs (ConvertFrom): Do not crash if we are passed a
  153. null value.
  154. 2006-04-25 Atsushi Enomoto <[email protected]>
  155. * BaseNumberConverter.cs : (ConvertTo) regardless of InnerType,
  156. it converts the argument value to InnerType using supplied format.
  157. (It might be not limited to NET_2_0 but it's too cosmetic to dig
  158. into the problem. At least this is for run-test-ondotnet fixes.)
  159. 2006-04-17 Atsushi Enomoto <[email protected]>
  160. * BackgroundWorker.cs, RunWorkerCompletedEventArgs.cs :
  161. cosmetic attribute fixes.
  162. 2006-04-17 Atsushi Enomoto <[email protected]>
  163. * AsyncOperation.cs,
  164. AsyncOperationManager.cs
  165. BackgroundWorker.cs
  166. DoWorkEventArgs.cs
  167. DoWorkEventHandler.cs
  168. RunWorkerCompletedEventArgs.cs
  169. RunWorkerCompletedEventHandler.cs :
  170. Initial implementation of AsyncOperation and BackgroundWorker.
  171. (However I think it does not work as expected - it depends on
  172. SynchronizationContext.Post() and I doubt it works fine - the
  173. callback should run synchronously while it does not look so.)
  174. 2006-03-30 Atsushi Enomoto <[email protected]>
  175. * AsyncCompletedEventArgs.cs : constructor did not initialize fields.
  176. 2006-03-28 Atsushi Enomoto <[email protected]>
  177. * ProgressChangedEventHandler.cs ProgressChangedEventArgs.cs :
  178. added 2.0 types.
  179. 2006-02-26 Pedro Martinez Julia <[email protected]>
  180. * HandledEventHandler.cs: Resolving a "Replaced" SVN flag.
  181. 2006-02-23 Andrew Skiba <[email protected]>
  182. * TypeDescriptor.cs: performance improvement for GetAttributes,
  183. GetProperties and GetEvents. See the standalone test for the use case.
  184. 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
  185. * Container.cs: patch by Brian Crowell that fixes GetService().
  186. 2006-01-22 Chris Toshok <[email protected]>
  187. * DesignerSerializationVisibilityAttribute.cs: in the 2.0 case,
  188. this attribute is valid on fields and events as well.
  189. 2005-11-19 Zoltan Varga <[email protected]>
  190. * TypeDescriptor.cs: Small changes to make this more compliant with
  191. MSDN docs and actual MS behaviour.
  192. 2005-11-07 Pedro Martinez Julia <[email protected]>
  193. * IBindingListView.cs Initial implementation
  194. * HandledEventArgs.cs Initial implementation
  195. * HandledEventHandler.cs Initial implementation
  196. * ListSortDescription.cs: Initial implementation
  197. * ListSortDescriptionCollection.cs: Initial implementation
  198. 2005-10-31 Dick Porter <[email protected]>
  199. * Win32Exception.cs: Add another error code.
  200. 2005-09-20 Chris Toshok <[email protected]>
  201. * INotifyPropertyChanged.cs: new interface.
  202. 2005-09-19 Gert Driesen <[email protected]>
  203. * TypeDescriptor.cs: Remove usage of removed internal
  204. PropertyDescriptorCollection ctor. Return read-only collection.
  205. * PropertyDescriptorCollection.cs: Removed internal ctor taking
  206. ArrayList. Add ctor for making read-only collection. Added
  207. read-only checks. Implemented IsReadOnly and IsFixedSize. Empty now
  208. returns read-only collection to match MS.NET.
  209. 2005-09-12 Gert Driesen <[email protected]>
  210. * TypeConverter.cs: Only return browsable properties in GetProperties.
  211. 2005-08-28 Gert Driesen <[email protected]>
  212. * DateTimeConverter.cs: ConvertTo must return zero-length string
  213. for DateTime.MinValue. Use CultureInfo.GetFormat to obtain
  214. DateTimeFormatInfo to match MS.NET.
  215. 2005-08-27 Gonzalo Paniagua Javier <[email protected]>
  216. * TypeDescriptor.cs: remove double lock in DefaultConverter.
  217. 2005-08-26 Gert Driesen <[email protected]>
  218. * BaseNumberConverter.cs: Use CultureInfo.GetFormat to obtain
  219. NumberFormatInfo to match MS.NET. Added ConvertToString abstract
  220. method for conversion to string.
  221. * ByteConverter.cs: Implemented ConvertToString.
  222. * DecimalConverter.cs: Implemented ConvertToString.
  223. * DoubleConverter.cs: Implemented ConvertToString.
  224. * Int16Converter.cs: Implemented ConvertToString.
  225. * Int32Converter.cs: Implemented ConvertToString.
  226. * Int64Converter.cs: Implemented ConvertToString.
  227. * SByteConverter.cs: Implemented ConvertToString.
  228. * SingleConverter.cs: Implemented ConvertToString.
  229. * UInt16Converter.cs: Implemented ConvertToString.
  230. * UInt32Converter.cs: Implemented ConvertToString.
  231. * UInt64Converter.cs: Implemented ConvertToString.
  232. 2005-08-19 Gert Driesen <[email protected]>
  233. * SingleConverter.cs: Implement conversion from string to match MS.NET.
  234. Set eol-style to native.
  235. * TypeConverter.cs: Always support conversion from InstanceDescriptor.
  236. Set eol-style to native.
  237. * UInt16Converter.cs: Implement conversion from string to match MS.NET.
  238. Added support for converting string containing hex prefix. Set
  239. eol-style to native.
  240. * SByteConverter.cs: Implement conversion from string to match MS.NET.
  241. Added support for converting string containing hex prefix. Set
  242. eol-style to native.
  243. * Int16Converter.cs: Implement conversion from string to match MS.NET.
  244. Added support for converting string containing hex prefix. Set
  245. eol-style to native.
  246. * UInt64Converter.cs: Implement conversion from string to match MS.NET.
  247. Added support for converting string containing hex prefix. Set
  248. eol-style to native.
  249. * DecimalConverter.cs: Implement conversion from string to match MS.NET.
  250. Set eol-style to native.
  251. * Int64Converter.cs: Implement conversion from string to match MS.NET.
  252. Added support for converting string containing hex prefix. Set
  253. eol-style to native.
  254. * UInt32Converter.cs: Implement conversion from string to match MS.NET.
  255. Added support for converting string containing hex prefix. Set
  256. eol-style to native.
  257. * Int32Converter.cs: Implement conversion from string to match MS.NET.
  258. Added support for converting string containing hex prefix. Set
  259. eol-style to native.
  260. * DoubleConverter.cs: Implement conversion from string to match MS.NET.
  261. Set eol-style to native.
  262. * BaseNumberConverter.cs: Support conversion from string containing
  263. hex prefixes. Set eol-style to native.
  264. * ByteConverter.cs: Implement conversion from string to match MS.NET.
  265. Added support for converting string containing hex prefix. Set
  266. eol-style to native.
  267. 2005-08-18 Gert Driesen <[email protected]>
  268. * EditorBrowsableState.cs: Changed line ending from CRLF to LF to
  269. match other sources. Set eol-style to native.
  270. * ExtenderProvidedPropertyAttribute.cs: Changed line ending from CRLF
  271. to LF to match other sources. Set eol-style to native.
  272. * RefreshEventHandler.cs: Changed line ending from CRLF to LF to match
  273. other sources. Set eol-style to native.
  274. * TypeDescriptor.cs: Changed line ending from CRLF to LF to match
  275. other sources. Set eol-style to native.
  276. 2005-08-16 Gert Driesen <[email protected]>
  277. * BaseNumberConverter.cs: In ConvertFrom, wrap all exceptions that
  278. are thrown while converting from string in an Exception.
  279. 2005-08-16 Gert Driesen <[email protected]>
  280. * ToolboxItemAttribute.cs: Fixed GetHashCode to correspond with MS.NET.
  281. Fixed initialization order. Throw ArgumentException if item type
  282. cannot be loaded.
  283. 2005-08-09 Michael Hutchinson <[email protected]>
  284. * ToolboxItemAttribute.cs: Fixed typo
  285. 2005-08-09 Gert Driesen <[email protected]>
  286. * IComponent.cs: Fixed Designer attribute to match MS.NET.
  287. * DesignerAttribute.cs: DesignerBaseTypeName defaults to fullname of
  288. IDesigner to match MS.NET.
  289. 2005-08-07 Michael Hutchinson <[email protected]>
  290. Patch from Michael Hutchinson to make the aspnet editor work.
  291. * ReflectionPropertyDescriptor.cs: Create transactions and raise
  292. component change events for all IComponents, not just base
  293. implementation 'Component' derivatives.
  294. * MemberDescriptor.cs: Make members 'Browsable' by default, as per
  295. MS spec.
  296. * PropertyDescriptor.cs: Changed default
  297. DesignerSerializationVisibility value to Visible rather than
  298. Hidden, as per MS spec.
  299. 2005-07-21 Gonzalo Paniagua Javier <[email protected]>
  300. * TypeDescriptor.cs: (GetProperties) throw exception if 'component' is
  301. null.
  302. 2005-06-30 Sebastien Pouliot <[email protected]>
  303. * Win32Exception.cs: Added some declarative security (permission from
  304. corlib) as an initial test (outside corlib). Added new constructors
  305. for NET_2_0.
  306. 2005-06-27 LLuis Sanchez Gual <[email protected]>
  307. * CultureInfoConverter.cs: Correctly look for verbose name of
  308. the culture being converted.
  309. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  310. * ToolboxItemAttribute.cs: fix the fix that was fixed before.
  311. 2005-06-08 Zoltan Varga <[email protected]>
  312. * ToolboxItemAttribute.cs: Revert last change as it breaks the build.
  313. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  314. * ToolboxItemAttribute.cs: fix default type name.
  315. 2005-06-04 Gert Driesen <[email protected]>
  316. * Win32Exception.cs: improve error message for error 10047.
  317. 2005-06-04 Gert Driesen <[email protected]>
  318. * TypeDescriptor.cs: in .NET 2.0, GetComponentName returns null if
  319. object is not an IComponent or has no Site.
  320. In .NET 2.0, GetDefaultEvent does not fallback to first defined event
  321. if the default event is filtered out. GetDefaultProperty did not
  322. take filtering into account. Fixes bug #75152.
  323. 2005-05-31 Gonzalo Paniagua Javier <[email protected]>
  324. * Win32Exception.cs: add 10049 WSAEADDRNOTAVAIL. Fixes bug #75106.
  325. 2005-05-15 Andreas Nahr <[email protected]>
  326. * IComponent.cs: Fix attributes
  327. 2005-04-28 Gonzalo Paniagua Javier <[email protected]>
  328. * TypeDescriptor.cs: implemented GetEditor. Patch by Jonathan Chambers.
  329. 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
  330. * DefaultValueAttribute.cs: fixed the .ctor that takes a type and a
  331. string. Previous implementation caused *lots* of exceptions being thrown
  332. when processing WebControl types.
  333. 2005-04-22 LLuis Sanchez Gual <[email protected]>
  334. * AttributeCollection.cs: When checking if the list contains an
  335. attribute, always return true if that attribute is the default
  336. attribute for that kind of attributes.
  337. 2005-04-13 LLuis Sanchez Gual <[email protected]>
  338. * TypeDescriptor.cs: When creating a converter, use a constructor that
  339. takes a Type parameter if exists.
  340. * PropertyDescriptor.cs: In the Converter property, check for a
  341. TypeConverterAttribute in the property.
  342. 2005-03-02 Jackson Harper <[email protected]>
  343. * ReflectionEventDescriptor.cs: Bind handlers to the actual event so that
  344. the delegates get invoked when the methods are.
  345. 2005-03-02 Jackson Harper <[email protected]>
  346. * EventDescriptorCollection.cs: Handle null in the constructor properly.
  347. 2005-02-12 Geoff Norton <[email protected]>
  348. * CharConverter.cs: Implement the ability to convert from "".
  349. 2005-02-10 Geoff Norton <[email protected]>
  350. * CultureInfoConverter.cs: Implement converting from the
  351. string "(default)" that MS will put in .resx files.
  352. 2005-02-10 Lluis Sanchez Gual <[email protected]>
  353. * BindableAttribute.cs: Implemented 2.0 api.
  354. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  355. * TypeDescriptor.cs: fixed bug #71601. GetConverter should handle
  356. TypeConverter derived classes that take a Type argument.
  357. 2005-01-27 LLuis Sanchez Gual <[email protected]>
  358. * DateTimeConverter.cs, CultureInfoConverter.cs, DecimalConverter.cs,
  359. TimeSpanConverter.cs, GuidConverter.cs, EnumConverter.cs:
  360. Implemented support for InstanceDescriptor.
  361. 2005-01-25 LLuis Sanchez Gual <[email protected]>
  362. * Win32Exception.cs: Set the correct name for the serialized
  363. NativeErrorCode. This fixes bug #71572. Fix by Aleksandar Dezelin.
  364. 2005-01-24 Joerg Rosenkranz <[email protected]>
  365. * TypeDescriptor.cs: Changed handling of interfaces and objects in
  366. GetConverter to reflect the behaviour of .NET. This fixes bug #71444.
  367. 2005-01-19 Jonathan Pryor <[email protected]>
  368. * TypeDescriptor.cs: Fix Info.GetDefaultEvent() so that it filters events
  369. properly. This matches .NET 1.1 and fixes a test case.
  370. 2005-01-19 Jonathan Pryor <[email protected]>
  371. * TypeDescriptor.cs: Fix GetComponentName() so that it returns the type
  372. name if no Site is present. This matches .NET 1.1 and fixes a test case.
  373. 2005-01-12 Gonzalo Paniagua Javier <[email protected]>
  374. * BaseNumberConverter.cs: when the culture we get is null, set it to the
  375. default. Fixes bug #67033. Thanks to Sander Rijken.
  376. 2005-01-10 LLuis Sanchez Gual <[email protected]>
  377. * BindingDirection.cs: New enum.
  378. 2004-12-09 Dick Porter <[email protected]>
  379. * Win32Exception.cs: Add another socket error, fix the message of
  380. some old ones.
  381. 2004-10-01 Gonzalo Paniagua Javier <[email protected]>
  382. * AttributeCollection.cs: support attributes inherited from the one
  383. we want. Fixes bug #67088. Thanks to Sander Rijken.
  384. 2004-08-14 Jackson Harper <[email protected]>
  385. * Container.cs: Release all when we are supposed to release all.
  386. 2004-07-14 Atsushi Enomoto <[email protected]>
  387. * Added IChangeTracking.cs and IRevertibleChangeTracking.cs.
  388. 2004-07-09 LLuis Sanchez Gual <[email protected]>
  389. * AsyncCompletedEventArgs.cs: Implemented.
  390. * AsyncCompletedEventHandler.cs: Implemented.
  391. 2004-06-12 Gonzalo Paniagua Javier <[email protected]>
  392. * TypeDescriptor.cs: when a component in componentTable is Disposed,
  393. remove it from the table.
  394. Fri Jun 11 11:58:22 CEST 2004 Paolo Molaro <[email protected]>
  395. * LocalizableAttribute.cs, DesignerSerializationVisibilityAttribute.cs,
  396. DesignOnlyAttribute.cs: fix targets for attributes.
  397. 2004-05-05 Lluis Sanchez Gual <[email protected]>
  398. * BooleanConverter.cs: Improved ConverFrom method.
  399. 2004-04-28 Lluis Sanchez Gual <[email protected]>
  400. * TypeDescriptor.cs: Do not return attributes that have the same TypeID.
  401. This fixes bug #57655.
  402. 2004-04-24 Gonzalo Paniagua Javier <[email protected]>
  403. * TypeDescriptor.cs: fixed ComponentInfo.GetAttributes(). Now it returns
  404. all the attributes, not just DesignerAttribute instances. nGallery
  405. complained.
  406. 2004-04-21 Lluis Sanchez Gual <[email protected]>
  407. * BooleanConverter.cs: GetStandardValues must return an array of
  408. booleans, not an array of strings.
  409. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  410. * ReflectionPropertyDescriptor.cs: Access internal PropertyInfo
  411. through GetPropertyInfo(). Take into account that a component may not
  412. be sited or not have some services.
  413. * TypeDescriptor.cs: GetTypeFromName(): Added null check for Site
  414. property. Other minor fixes.
  415. 2004-04-16 Joerg Rosenkranz <[email protected]>
  416. * TypeDescriptor.cs: Fixed implementation of GetConverter.
  417. This fixes #57137.
  418. 2004-04-14 Lluis Sanchez Gual <[email protected]>
  419. * AttributeCollection.cs: Added new internal constructor.
  420. * DesignerAttribute.cs: Fixed property TypeId.
  421. * EventDescriptorCollection.cs: Added internal constructor. Added new
  422. method Filter that removes events that do not have the specified
  423. attributes.
  424. * MemberDescriptor.cs: Minor fixes.
  425. * PropertyDescriptor.cs: Implemented some missing methods.
  426. * PropertyDescriptorCollection.cs: Added internal constructor. Implemented
  427. Sort methods.
  428. * ReferenceConverter.cs: Removed some TODOs.
  429. * SyntaxCheck.cs: Implemented CheckMachineName and CheckPath.
  430. * TypeDescriptor.cs: Implemented most of missing methods.
  431. 2004-04-08 Lluis Sanchez Gual <[email protected]>
  432. * AmbientValueAttribute.cs, EnumConverter.cs, ListChangedEventArgs.cs:
  433. Removed unneded TODOs.
  434. * ComponentResourceManager.cs: Implemented ApplyResources.
  435. * EventDescriptorCollection.cs: Implemented several missing methods.
  436. * LicFileLicenseProvider.cs: Implemented.
  437. * MemberDescriptor.cs: Implemented some missing methods. Handle correctly
  438. the creation of the Attribute list.
  439. * TypeConverter.cs: Use null as default value for attribute array parameter.
  440. 2004-04-08 Gonzalo Paniagua Javier <[email protected]>
  441. * Win32Exception.cs: added 10024 (WSAEMFILE).
  442. 2004-04-05 Lluis Sanchez Gual <[email protected]>
  443. * AttributeCollection.cs: Don't try to create a default attribute if the
  444. attribute type does not have a default constructor. Fix by Jon Wagner.
  445. This fixes #53898.
  446. 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
  447. * Win32Exception.cs: added ERROR_PATH_NOT_FOUND that reports the same
  448. message as ERROR_FILE_NOT_FOUND.
  449. 2004-03-17 Ivan Hamilton <[email protected]>
  450. * LicenseManager.cs: Completed TODO.
  451. 2003-12-10 Gonzalo Paniagua Javier <[email protected]>
  452. * Win32Exception.cs: use a switch instead of creating a hashtable when
  453. mapping from an error code to a message.
  454. 2003-11-22 Miguel de Icaza <[email protected]>
  455. * PropertyDescriptorCollection.cs (Insert): Another one.
  456. * PropertyTabAttribute.cs (Equals): Avoid recurssion
  457. 2003-11-13 Andreas Nahr <[email protected]>
  458. * IComponent.cs: Added missing attribute
  459. 2003-11-12 Andreas Nahr <[email protected]>
  460. * ComponentResourceManager.cs: Added and partially implemented
  461. 2003-09-13 Duncan Mak <[email protected]>
  462. Patch from Jrg Rosenkranz <[email protected]>, this fixes the
  463. bugs described in bug #48351.
  464. * EnumConverter.cs (ConvertFrom): Removed the special handling for
  465. multiple values. This is done in Enum.Parse already.
  466. * TypeDescriptor.cs (GetConverter): Does not work for enumeration
  467. types because EnumConverter does not have a default
  468. constructor. Fixed by changing the special handling for
  469. enumeration types.
  470. 2003-08-31 Jerome Laban <[email protected]>
  471. * Container.cs: A site without name cannot be duplicate.
  472. 2003-07-22 Gonzalo Paniagua Javier <[email protected]>
  473. * Win32Exception.cs: added message for 10054.
  474. 2003-07-17 Andreas Nahr <[email protected]>
  475. * CategoryAttribute.cs: Added localization support
  476. 2003-07-17 Andreas Nahr <[email protected]>
  477. * IComponent.cs:
  478. * MarshalByValueComponent.cs: Reworked attributes based on the new Consts scheme
  479. 2003-07-16 Gonzalo Paniagua Javier <[email protected]>
  480. * TypeDescriptor.cs: fixed GetConverter (type) for enumerations that
  481. have a TypeConverter. Fixes bug #46397.
  482. 2003-07-14 Jerome Laban <[email protected]>
  483. * IComponent.cs: Removed duplicate Designer attribute.
  484. 2003-07-13 Andreas Nahr <[email protected]>
  485. * Component.cs: Implementation added
  486. * Container.cs: Implementation added
  487. * MarshalByValueComponent.cs: Implementation added
  488. * ReferenceConverter.cs: Small addition for future implementation
  489. 2003-07-10 Andreas Nahr <[email protected]>
  490. * TypeConverter.cs: Implemented missing methods
  491. * TypeDescriptor.cs: Redirections added
  492. 2003-07-05 Andreas Nahr <[email protected]>
  493. * EnumConverter.cs: Fixed signature
  494. * EventDescriptorCollection.cs: Fixed signature
  495. * InheritanceLevel.cs: Fixed enum values; little restyling
  496. * License.cs: Removed undefined member
  497. * LicenseManager.cs: Fixed signature, little implementation added
  498. * PropertyDescriptorCollection.cs: Removed unused field (fixes last remaining compiler warning in this namespace)
  499. * WarningException.cs: Removed wrong attribute
  500. * Win32Exception.cs: Added missing attribute
  501. 2003-07-02 Andreas Nahr <[email protected]>
  502. * AttributeCollection.cs: Fixed public members
  503. * BaseNumberConverter.cs: Changed InnerType to internal to match public assembly signature
  504. * BrowsableAttribute.cs: Removed wrong constructor, Restyle according to guidelines
  505. * CategoryAttribute.cs: Changed public fields to properties
  506. * EnumConverter.cs: Added and implemented missing properties, improved implementation
  507. * EventDescriptorCollection.cs: Fixed wrong signatures, added implementation, fixed potential bug
  508. * PropertyDescriptorCollection.cs: Fixed public members
  509. * ReferenceConverter.cs: Implementation added
  510. * SyntaxCheck.cs: Improved string checks, added MonoTODO descriptions
  511. * TypeDescriptor.cs: Implementations added
  512. 2003-07-02 Andreas Nahr <[email protected]>
  513. * ISite.cs: Fixed attributes, fixed header
  514. * ITypeDescriptorContext.cs: Fixed attributes, formatting corrections
  515. * WarningException.cs: Fixed attributes, formatting corrections
  516. * AttributeCollection.cs: Fixed attributes
  517. * DesignerSerializationVisibility.cs: Fixed attributes
  518. * TypeConverter.cs: Fixed attributes
  519. * MarshalByValueComponent.cs:
  520. * IComponent.cs: Fixed attributes, supports .Net 1.0 and 1.1
  521. * DescriptionAttribute.cs:
  522. * DesignerCategoryAttribute.cs:
  523. * DoubleConverter.cs:
  524. * EditorBrowsableAttribute.cs:
  525. * EventDescriptorCollection.cs:
  526. * PropertyChangedEventHandler.cs:
  527. * RefreshEventArgs.cs:
  528. * StringConverter.cs:
  529. * DefaultValueAttribute.cs: Reformatted following style guidelines
  530. * License.cs: Removed unused MonoTODOs
  531. * LicenseContext.cs: Implemented
  532. * LicenseException.cs: Implemented
  533. * LicenseProvider.cs: Removed unused MonoTODOs and unneccesary Finalizer
  534. * LicenseUsageMode.cs: Fixed enum
  535. * RefreshProperties.cs: Fixed enum
  536. * LicFileLicenseProvider.cs: Implementation added
  537. * ExtenderProvidedPropertyAttribute.cs: Implementation added, formatting corrections
  538. * ExpandableObjectConverter.cs: Implemented
  539. * ComponentConverter.cs: Implemented
  540. 2003-06-23 Andreas Nahr <[email protected]>
  541. * DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
  542. better Hashcode generation
  543. * EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
  544. better Hashcode generation
  545. * LicenseContext.cs: Added and implemented missing property
  546. * ListBindableAttribute.cs: Simplified implementation, removed
  547. unneccessary data.
  548. * ReadOnlyAttribute.cs: Better Hashcode generation
  549. * RunInstallerAttribute.cs: Better Hashcode generation, more robust
  550. Equals check.
  551. * LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
  552. * ProvidePropertyAttribute.cs: Fixed AttributeUsage
  553. * ToolboxItemFilterAttribute.cs: Fixed AttributeUsage
  554. * MarshalByValueComponent.cs:
  555. * IContainer.cs:
  556. * IComponent.cs: Added missing attribute(s)
  557. 2003-06-24 Gonzalo Paniagua Javier <[email protected]>
  558. * AmbientValueAttribute.cs:
  559. * ArrayConverter.cs:
  560. * BaseNumberConverter.cs:
  561. * BindableAttribute.cs:
  562. * BooleanConverter.cs:
  563. * BrowsableAttribute.cs:
  564. * ByteConverter.cs:
  565. * CategoryAttribute.cs:
  566. * CharConverter.cs:
  567. * CollectionConverter.cs:
  568. * Component.cs:
  569. * ComponentCollection.cs:
  570. * ComponentEditor.cs:
  571. * Container.cs:
  572. * CultureInfoConverter.cs:
  573. * DateTimeConverter.cs:
  574. * DecimalConverter.cs:
  575. * DefaultEventAttribute.cs:
  576. * DefaultPropertyAttribute.cs:
  577. * DefaultValueAttribute.cs:
  578. * DescriptionAttribute.cs:
  579. * DesignOnlyAttribute.cs:
  580. * DesignTimeVisibleAttribute.cs:
  581. * DesignerCategoryAttribute.cs:
  582. * DesignerSerializationVisibilityAttribute.cs:
  583. * DoubleConverter.cs:
  584. * EditorBrowsableAttribute.cs:
  585. * EventDescriptor.cs:
  586. * EventDescriptorCollection.cs:
  587. * ExpandableObjectConverter.cs:
  588. * ExtenderProvidedPropertyAttribute.cs: New file.
  589. * GuidConverter.cs:
  590. * IComNativeDescriptorHandler.cs:
  591. * IComponent.cs:
  592. * ImmutableObjectAttribute.cs:
  593. * InheritanceAttribute.cs:
  594. * InheritanceLevel.cs:
  595. * InstallerTypeAttribute.cs:
  596. * Int16Converter.cs:
  597. * Int32Converter.cs:
  598. * Int64Converter.cs:
  599. * InvalidEnumArgumentException.cs:
  600. * LicenseProviderAttribute.cs:
  601. * LocalizableAttribute.cs:
  602. * MarshalByValueComponent.cs:
  603. * MemberDescriptor.cs:
  604. * MergablePropertyAttribute.cs:
  605. * NotifyParentPropertyAttribute.cs:
  606. * ParenthesizePropertyNameAttribute.cs:
  607. * PropertyDescriptor.cs:
  608. * PropertyDescriptorCollection.cs:
  609. * PropertyTabAttribute.cs:
  610. * ProvidePropertyAttribute.cs:
  611. * RecommendedAsConfigurableAttribute.cs:
  612. * RefreshPropertiesAttribute.cs:
  613. * SByteConverter.cs:
  614. * SingleConverter.cs:
  615. * TimeSpanConverter.cs:
  616. * ToolboxItemFilterAttribute.cs:
  617. * TypeConverter.cs:
  618. * TypeConverterAttribute.cs:
  619. * TypeDescriptor.cs:
  620. * TypeListConverter.cs:
  621. * UInt16Converter.cs:
  622. * UInt32Converter.cs:
  623. * UInt64Converter.cs: implementation and fixes by Andreas Nahr
  624. ([email protected]).
  625. 2003-06-23 Gonzalo Paniagua Javier <[email protected]>
  626. * IExtenderProvider.cs: mono-stylized.
  627. * IComNativeDescriptorHandler.cs:
  628. * SyntaxCheck.cs: new files from Andreas Nahr.
  629. 2003-03-20 Dick Porter <[email protected]>
  630. * Win32Exception.cs: Made the fallback error more useful by
  631. reporting the error number
  632. 2003-03-14 Gonzalo Paniagua Javier <[email protected]>
  633. * MarshalByValueComponent.cs: removed a monotodo.
  634. 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
  635. * Win32Exception.cs: added error code 2.
  636. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  637. * Win32Exception.cs: implemented GetObjectData ().
  638. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  639. * RunInstallerAttribute.cs: New file.
  640. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  641. * Win32Exception.cs: added 10065 (WSA_EHOSTUNREACH).
  642. 2003-02-05 Alan Tam <[email protected]>
  643. * DesignedCategoryAttribute.cs: Implemented DesignerCategoryAttribute
  644. 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
  645. * BrowsableAttribute.cs: this attribute applies to All. Since the fix
  646. to bug #37380, mcs complained about this when compiling System.Data.
  647. 2003-01-08 Dick Porter <[email protected]>
  648. * Win32Exception.cs (ComponentModel): Added EWOULDBLOCK
  649. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  650. * TypeDescriptor.cs: use ICustomTypeDescriptor if the component
  651. implements it. It's done for GetProperties and should be done for the
  652. rest of methods present in ICustomTypeDescriptor.
  653. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  654. * TypeDescriptor.cs: moved code from GetProperties (object) to (Type).
  655. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  656. * DefaultValueAttribute.cs: the attribute applies to All.
  657. 2002-11-19 Duncan Mak <[email protected]>
  658. * DesignerAttribute.cs:
  659. * EditorAttribute: Style changes. Gonzalo committed the build
  660. fixes before I did.
  661. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  662. * DesignerAttribute.cs:
  663. * EditorAttribute.cs: fixed the build.
  664. 2002-11-19 Alejandro Snchez Acosta <[email protected]>
  665. * EditorAttribute: implemented.
  666. * DesignerAttribute: implemented.
  667. 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
  668. * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
  669. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  670. * ListBindableAttribute.cs: implemented.
  671. 2002-11-02 Duncan Mak <[email protected]>
  672. * InvalidEnumArgumentException.cs: Added.
  673. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  674. * EventHandlerList.cs: fixed bug #29535.
  675. 2002-10-03 Dick Porter <[email protected]>
  676. * Win32Exception.cs: Added ETIMEDOUT
  677. 2002-09-30 Dick Porter <[email protected]>
  678. * Win32Exception.cs: Sorted the errors, added EINPROGRESS
  679. 2002-09-17 Asier Llano Palacios <[email protected]>
  680. * CancelEventArgs.cs
  681. * WarningException.cs
  682. * CancelEventHandler.cs
  683. * PropertyChangedEventHandler.cs
  684. * IExtenderProvider.cs: Implemented
  685. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  686. * Component.cs:
  687. * ComponentCollection.cs:
  688. * Container.cs:
  689. * MarshalByValueComponent.cs: IDisposable fixes.
  690. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  691. * BindableSupport.cs:
  692. * Component.cs:
  693. * EventDescriptorCollection.cs:
  694. * ITypeDescriptorContext.cs:
  695. * TypeConverter.cs:
  696. * TypeDescriptor.cs: class status based fixes.
  697. * StringConverter.cs: implemented a couple of methods.
  698. 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
  699. * EnumConverter.cs: new file.
  700. * TypeConverter.cs: implemented a few simple methods.
  701. * TypeDescriptor.cs:
  702. (GetConverter): initial support for converters of well-known types.
  703. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  704. * DerivedPropertyDescriptor.cs: New file. Internal class.
  705. * PropertyDescriptorCollection.cs: almost fully implemented.
  706. * TypeDescriptor.cs: implemented a couple of GetProperties ().
  707. Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
  708. * Component.cs: don't die if Disposed is null.
  709. 2002-07-22 Tim Coleman <[email protected]>
  710. * RecommendedAsConfigurableAttribute.cs: new file added
  711. for System.Web.Services build
  712. 2002-07-22 Tim Coleman <[email protected]>
  713. * ExpandableObjectConverter.cs: Fix error with constructor
  714. 2002-07-22 Tim Coleman <[email protected]>
  715. * TypeConverter.cs: Fixed bad stubb function
  716. GetConvertToException ()
  717. 2002-07-22 Tim Coleman <[email protected]>
  718. * ComponentCollection.cs: Added reference to
  719. ReadOnlyCollectionBase to make sure
  720. that we inherit the appropriate methods.
  721. Not sure why the Dispose() method is
  722. required, but left for now.
  723. 2002-07-22 Tim Coleman <[email protected]>
  724. * TypeConverter.cs: Added new stubbs
  725. * BindableAttribute.cs: Added
  726. * BindableSupport.cs: Added
  727. * NotifyParentPropertyAttribute.cs: Added
  728. * ExpandableObjectConverter.cs: Added
  729. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  730. * MemberDescriptor.cs: implemented Attributes and Category.
  731. * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
  732. * PropertyDescriptorCollection.cs: fixed indexers declaration.
  733. * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
  734. fixed value for Yes.
  735. * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
  736. * TypeConverter.cs: added SimplePropertyDescriptor class.
  737. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  738. * ToolboxItemAttribute.cs: New file.
  739. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  740. * DefaultEventAttribute.cs: new file.
  741. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  742. * AttributeCollection.cs: fixlet.
  743. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  744. * AttributeCollection.cs: finished implementation.
  745. * TypeDescriptor.cs: implemented GetAttributes (object).
  746. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  747. * AttributeCollection.cs: initialize member variables.
  748. * RefreshEventArgs.cs: implemented.
  749. * RefreshEventHandler.cs: New file.
  750. * TypeDescriptor.cs: fully stubbed out the remaining method.
  751. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  752. * DefaultPropertyAttribute.cs: New file.
  753. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  754. * TypeConverter.cs: flushed local changes.
  755. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  756. * StringConverter.cs: stubbed out.
  757. * TypeConverter.cs: stubbed the rest out and added some implementation.
  758. Five errors left when compiling System.Web in linux.
  759. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  760. * TypeConverterAttribute.cs: attribute used by
  761. TypeDescriptor.Getconverter ().
  762. * TypeDescriptor.cs: implemented GetConverter in the right way.
  763. 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
  764. * TypeConverter.cs:
  765. * ITypeDescriptorContext.cs:
  766. * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
  767. which uses ColorConverter.
  768. 2002-05-12 Daniel Morgan <[email protected]>
  769. * IComponent.cs
  770. * ISite.cs: added using System
  771. * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
  772. to // TODOs and added using System. The throwing of the exceptions prevented
  773. System.Data from running.
  774. 2002-05-10 Rodrigo Moya <[email protected]>
  775. * EventDescriptorCollection.cs (this[index]): call eventList[index],
  776. not this[index], which issues an 'ambigous call' error on Linux.
  777. 2002-05-07 Rodrigo Moya <[email protected]>
  778. * EventDescriptor.cs: added missing constructors.
  779. * EventDescriptorCollection.cs: fixed interface methods implementation
  780. * IDataErrorInfo.cs:
  781. * IEditableObject.cs: new interfaces.
  782. 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
  783. * System.ComponentModel/AttributeCollection.cs: added a cast to make
  784. it compile.
  785. 2002-05-03 Rodrigo Moya <[email protected]>
  786. * AttributeCollection.cs:
  787. * EventDescriptor.cs:
  788. * EventDescriptorCollection.cs:
  789. * ICustomTypeDescriptor.cs: new files.
  790. 2002-05-01 Duncan Mak <[email protected]>
  791. * ListChangedType.cs:
  792. * ListChangedEventHandler.cs:
  793. * ListChangedEventArgs.cs: Added to fix build.
  794. 2002-05-01 Miguel de Icaza <[email protected]>
  795. * PropertyDescriptorCollection.cs: Added the IList explicit
  796. implementation methods.
  797. lots of bug fixes to get the build to compile again.
  798. 2002-05-01 Duncan Mak <[email protected]>
  799. * ListSortDirection.cs: EnumChecked.
  800. 2002-05-01 Rodrigo Moya <[email protected]>
  801. * ListSortDirection.cs: new enumeration. Please, somebody run
  802. EnumCheck on it, as I don't have a windows machine.
  803. * PropertyDescriptorCollection.cs: new class.
  804. * ITypedList.cs:
  805. * IBindingList.cs: new interfaces.
  806. 2002-04-28 Duncan Mak <[email protected]>
  807. * CollectionChangeAction.cs: Changed enum layout to fit the MS
  808. implementation. Please use EnumCheck!
  809. 2002-04-28 Rodrigo Moya <[email protected]>
  810. * CollectionChangeAction.cs: new enumeration.
  811. * CategoryAttribute.cs: moved the 'return' keyword to the
  812. end of the method, to avoid compilation errors on Linux for
  813. all CategoryAttribute properties.
  814. 2002-04-28 Rodrigo Moya <[email protected]>
  815. * IListSource.cs:
  816. * ISupportInitialize.cs:
  817. * MarshalByValueComponent.cs: new stubs, needed for System.Data
  818. compilation.
  819. * PropertyChangedEventArgs.cs:
  820. * CollectionChangeEventHandler.cs:
  821. * CollectionChangeEventArgs.cs: implemented.
  822. 2002-04-28 Lawrence Pit <[email protected]>
  823. * Added error code 11001 to Win32Exception, used by Dns.c
  824. 2002-04-04 Dick Porter <[email protected]>
  825. * ISynchronizeInvoke.cs: Needed by Process
  826. 2002-01-23 Dick Porter <[email protected]>
  827. * Win32Exception.cs: implement, with support for looking up
  828. runtime errors.
  829. 2002-01-17 Miguel de Icaza <[email protected]>
  830. * Win32Exception.cs: Add.
  831. 2002-01-05 Ravi Pratap <[email protected]>
  832. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  833. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  834. 2001-10-27 Miguel de Icaza <[email protected]>
  835. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  836. * DesignerSerializationVisibility.cs: New enumeration.
  837. * LocalizableAttribute.cs: Implemented.
  838. * BrowsableAttribute.cs: Implemented.
  839. * DesignOnlyAttribute.cs: Implemented.
  840. * DescriptionAttribute.cs: Implement.
  841. * MemberDescriptor.cs: Implemented.
  842. * CategoryAttribute.cs: implemented.
  843. 2001-08-21 Nick Drochak <[email protected]>
  844. * Component.cs: Eliminated compile errors by removing redundant fields and
  845. using the ISite member instead. Also raised the Disposed event, but not
  846. sure if it's correct now. Look for FIXME in the comments.
  847. 2001-08-02 Miguel de Icaza <[email protected]>
  848. * EventHandlerList.cs: New file.
  849. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  850. ComponentCollection.cs, ISite.cs: New classes