1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
2006-11-30 Marek Habersack <grendello@gmail.com>
* ComponentDesigner.cs: Add a missing 'verbs' variable and set the
correct return value for Contains.
2006-11-29 Miguel de Icaza <miguel@novell.com>
* 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 <sebastien@ximian.com>
* 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 <drieseng@users.sourceforge.net>
* DisplayMode.cs: changed enum field values to match MS.NET
2004-06-11 Gert Driesen <drieseng@users.sourceforge.net>
* 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 (drieseng@users.sourceforge.net)
* ByteViewer.cs: removed Site property, added GetBytes sub,
added missing attributes
* LocalizationExtenderProvider.cs: added missing attributes
2003-03-31 Alan Tam <Tam@SiuLung.com
* CollectionEditor.cs: Fixed compilation errors.
* ComponentDesigner.cs: Fixed compilation errors.
|