| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 2006-11-30 Marek Habersack <[email protected]>
- * ComponentDesigner.cs: Add a missing 'verbs' variable and set the
- correct return value for Contains.
- 2006-11-29 Miguel de Icaza <[email protected]>
- * ComponentDesigner.cs: Remove a few exceptions being thrown from
- a few popular calls. This will just make code that is
- automatically generated to run, it will not actually provide any
- real designer functionality.
- 2005-10-04 Sebastien Pouliot <[email protected]>
- * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose
- method (even if we throw an NotImplementedException afterward). This
- will remove warnings from gendarme.
- 2004-06-13 Gert Driesen <[email protected]>
- * DisplayMode.cs: changed enum field values to match MS.NET
- 2004-06-11 Gert Driesen <[email protected]>
- * ArrayEditor.cs: removed extra finalizer
- * BinaryEditor.cs: stubbed
- * ByteViewer.cs: removed extra finalizer, added missing method
- * CollectionEditor.cs: removed extra finalizer
- * DateTimeEditor.cs: stubbed
- * InheritanceService.cs: removedd extra finalizer
- * LocalizationExtenderProvider.cs: added missing attributes,
- removed extra finalizer
- * ObjectSelectorEditor.cs: stubbed
- 2004-05-16 Gert Driesen ([email protected])
- * ByteViewer.cs: removed Site property, added GetBytes sub,
- added missing attributes
- * LocalizationExtenderProvider.cs: added missing attributes
- 2003-03-31 Alan Tam <[email protected]
- * CollectionEditor.cs: Fixed compilation errors.
- * ComponentDesigner.cs: Fixed compilation errors.
|