| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- 2008-02-29 Ivan N. Zlatev <[email protected]>
- * StringCollectionEditor.cs:
- - Split the lines not based on Environment.NewLine as this is
- not what is used by MWF on Windows.
- - Ignore last empty line.
- [Fixes bug #365948]
- 2008-02-11 Ivan N. Zlatev <[email protected]>
- * AnchorEditor.cs: More sensible default width.
- 2008-01-24 Ivan N. Zlatev <[email protected]>
- * DockEditor.cs: ITypeDescriptorContext.Instance doesn't
- contain the current value. It could contain the owner.
- Use the initial value parameter.
- 2008-01-04 Ivan N. Zlatev <[email protected]>
-
- * ParentControlDesigner.cs: Create a Transaction when adding a
- component.
- 2007-10-09 Atsushi Enomoto <[email protected]>
- * BorderSidesEditor.cs, DesignerOptions.cs,
- ImageListCodeDomSerializer.cs, ImageListImageEditor.cs,
- MaskDescriptor.cs, ShortcutKeysEditor.cs,
- WindowsFormsDesignerOptionService.cs : new stubs.
- * AxImporter.cs, ComponentTray.cs, ControlDesigner.cs,
- DocumentDesigner.cs, MenuCommands.cs, ParentControlDesigner.cs:
- 2.0 updates.
- 2007-10-02 Atsushi Enomoto <[email protected]>
- * ControlDesigner.cs : added BehaviorService.
- 2007-09-15 Ivan N. Zlatev <[email protected]>
- * ParentControlDesigner.cs: Binary compatibility fixes.
- * SplitContainerDesigner.cs: Binary compatibility fixes.
- * DocumentDesigner.cs: Binary compatibility fixes.
- * ControlDataObject.cs: Binary compatibility fixes.
- * ControlDesigner.cs: Binary compatibility fixes.
- 2007-08-29 Ivan N. Zlatev <[email protected]>
- * CodeDomComponentSerializationService.cs: implemented.
- * CollectionCodeDomSerializer.cs: implemented.
- * CodeDomDesignerLoader.cs: implemented.
- * CodeDomSerializationProvider.cs: implemented.
- * ComponentCodeDomSerializer.cs: implemented.
- * RootContext.cs: implemented.
- * BasicDesignerLoader.cs: implemented.
- * DesignerSerializationManager.cs: implemented.
- * EnumCodeDomSerializer.cs: implemented.
- * SerializeAbsoluteContext.cs: implemented.
- * MemberCodeDomSerializer.cs: implemented.
- * PrimitiveCodeDomSerializer.cs: implemented.
- * CodeDomSerializerBase.cs: implemented.
- * CodeDomSerializer.cs: implemented.
- * ExpressionContext.cs: implemented.
- * EventCodeDomSerializer.cs: implemented.
- * TypeCodeDomSerializer.cs: implemented.
- * ObjectStatementCollection.cs: implemented.
- * RootCodeDomSerializer.cs: implemented.
- * PropertyCodeDomSerializer.cs: implemented.
- * StatementContext.cs: implemented.
- 2007-08-27 Ivan N. Zlatev <[email protected]>
- * DataMemberFieldEditor.cs: stubbed.
- * DataMemberListEditor.cs: stubbed.
- * FormatStringEditor.cs: stubbed.
- * StringCollectionEditor.cs: implemented.
- * StringArrayEditor.cs: implemented.
- * TabPageCollectionEditor.cs: implemented.
- * ListControlStringCollectionEditor.cs: implemented.
- 2007-08-15 Ivan N. Zlatev <[email protected]>
- * ImageIndexEditor.cs: empty class to prevent propertygrid crash.
- 2006-12-28 Raja R Harinath <[email protected]>
- * ControlDesigner.cs: Merge with Miguel's version.
- 2006-12-19 Chris Toshok <[email protected]>
- * DataMemberFieldConverter.cs: another empty stub class.
- * DataSourceConverter.cs: new empty stub class to keep
- ControlInspector from crashing.
- 2006-12-06 Chris Toshok <[email protected]>
- * ImageCollectionEditor.cs: new file, stubbed just to get it so we
- can make an ImageList the selected object in a propertygrid.
- 2005-06-29 Jonathan Chambers <[email protected]>
- * ControlBindingsConverter.cs: Fix namespace
- 2006-04-28 Peter Dennis Bartok <[email protected]>
- * ControlBindingsConverter.cs: Added
- 2006-04-25 Miguel de Icaza <[email protected]>
- * AnchorEditor.cs: Implement the anchor editor.
- Two thoughts: I love the "Walkthrough" to implement UI editors
- from the documentation.
- And Visual Studio 2005 was really nice to use to write this code.
- 2005-06-21 Jonathan Chambers <[email protected]>
- * DockEditor.cs: Use context information
- 2005-06-18 Jonathan Chambers <[email protected]>
- * DockEditor.cs: Implemented class
- 2004-06-11 Gert Driesen <[email protected]>
- * ComponentEditorForm.cs: CRLF to LF
- * ControlDesigner.cs: API signature fix
- * DocumentDesigner.cs: API signature fixes, CRLF to LF
- 2004-06-11 Gert Driesen <[email protected]>
- * AxParameterData.cs: stubbed
- * AxWrapperGen.cs: stubbed
- * DockEditor.cs: stubbed
- * EventHandlerService.cs: stubbed
- 2004-05-16 Gert Driesen ([email protected])
- * IMenuEditorService.cs: fixed signature
- 2004-05-16 Gert Driesen ([email protected])
- * DocumentDesigner.cs: stubbed
- * ParentControlDesigner.cs: stubbed
- * ScrollableControlDesigner.cs: stubbed
- 2004-05-16 Gert Driesen ([email protected])
-
- * ControlDesigner.cs: stubbed
- 2004-05-16 Gert Driesen ([email protected])
- * ISelectionUIHandler.cs: converted linefeeds to unix
- 2004-05-16 Gert Driesen ([email protected])
- * ISelectionUIHandler.cs: added
- * ComponentTray.cs: stubbed
- 2004-05-15 Gert Driesen ([email protected])
- * AnchorEditor.cs: fixed public API, line endings to LF
- * AxImporter.cs: fixed public API, line endings to LF
- * ComponentDocumentDesigner.cs: fixed public API, line endings
- to CRLF
- * SelectionRules.cs: implementation
- 2004-05-15 Gert Driesen ([email protected])
-
- * FileNameEditor.cs: code formatting
- * FolderNameEditor.cs: code formatting
- * MenuCommands.cs: code formatting
- 2004-05-15 Gert Driesen ([email protected])
- * MenuCommands.cs: added impl
- * MenusCommands.cs: removed, wrong name
- 2004-05-15 Gert Driesen ([email protected])
- * FolderNameEditor.cs: converted to unix linefeeds, marked
- class TODO, added Flags, attribute to FolderBrowserStyles enum
- * FileNameEditor.cs: completed stubs
- 2004-05-15 Gert Driesen ([email protected])
-
- * FolderNameEditor.cs: added stub
- 2003-07-07 Martin Willemoes Hansen <[email protected]>
- * AnchorEditor.cs
- AxImporter.cs
- ComponentDocumentDesigner.cs
- ComponentTray.cs
- ControlDesigner.cs
- DocumentDesigner.cs
- FileNameEditor.cs
- IMenuEditorService.cs
- MenusCommands.cs
- ParentControlDesigner.cs
- ScrollableControlDesigner.cs
- SelectionRules.cs: Moved here from System.Windows.Forms assembly
|