ChangeLog 50 KB

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