Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Design « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a15e899632eba840449f907f5da176085e6b58a2 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
2006-01-22  Chris Toshok  <toshok@ximian.com>

	* System.Design.dll.sources: add in all the stubbed/partially
	implemented stuff.

	* Makefile (LIB_MCS_FLAGS): in the 2.0 case include a reference to
	System.Configuration.dll.

2005-06-15  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources :
	  remove duplicate MonoTODOAttribute.cs

2004-10-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Design.dll.sources: added files in
	System.Web.UI.Design.WebControls.

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* System.Design.dll.sources: added more stub for classes
	in System.Windows.Forms.Design

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* System.Design.dll.sources: added more stubs for classes
	in System.Diagnostics.Design, System.Messaging.Design and
	System.ServiceProcess.Design

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* Makefile: added reference to System.Data assembly
	* System.Design.dll.sources: added new stubbed classes

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Windows.Forms.Design/IMenuEditorService.cs:
	fixed signature

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Windows.Forms.Design/DocumentDesigner.cs:
	stubbed
	* System.Windows.Forms.Design/ParentControlDesigner.cs:
	stubbed
	* System.Windows.Forms.Design/ScrollableControlDesigner.cs:
	stubbed

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
	
	* System.Windows.Forms.Design/ControlDesigner.cs:
	stubbed

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Windows.Forms.Design/ISelectionUIHandler.cs:
	converted linefeeds to unix

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Design.dll.sources: added ISelectionUIHandler
	* System.Windows.Forms.Design/ISelectionUIHandler.cs: 
	added
	* System.Windows.Forms.Design/ComponentTray.cs: stubbed

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* Makefile: add reference to Accessibility assembly, needed
	to check CLS compliance
	* Assembly/AssemblyInfo.cs: System.Design is CLS Compliant

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Design.dll.sources: remove DataBindingCollection
	* System.Web.UI.Design/DataBindingCollection.cs: removed
	* System.Web.UI.Design/WebControlToolboxItem.cs: fixed
	public API
	* System.Web.UI.Design/UrlBuilderOptions.cs: added Flags
	attribute

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Design.dll.sources: added IOleDragClient
	* System.ComponentModel.Design/ComponentDesigner.cs: fixed 
	public API
	* System.Web.UI.Design/ControlDesigner.cs: fixed public API
	* System.Web.UI.Design/HtmlControlDesigner: fixed public API
	* System.Windows.Forms.Design/AnchorEditor.cs: fixed public 
	API, converted to unix linefeeds
	* System.Windows.Forms.Design/AxImporter.cs: fixed public 
	API, converted to unix linefeeds
	* System.Windows.Forms.Design/ComponentDocumentDesigner.cs: 
	fixed public API, converted to unix linefeeds
	* System.Windows.Forms.Design/SelectionRules.cs: implementation

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)
	
	* System.Windows.Forms.Design/FileNameEditor.cs: code formatting
	* System.Windows.Forms.Design/FolderNameEditor.cs: code formatting
	* System.Windows.Forms.Design/MenuCommands.cs: code formatting

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Design.dll.sources: remove MenusCommands, added
	MenuCommands
	* System.Web.UI.Design/ImageUrlEditor.cs: fixed warnings
	* System.Windows.Forms.Design/MenuCommands.cs: added impl
	* System.Windows.Forms.Design/MenusCommands.cs: removed,
	wrong name
	

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* System.Windows.Forms.Design/FolderNameEditor.cs: 
	converted to unix linefeeds, marked class TODO, added Flags
	attribute to FolderBrowserStyles enum
	* System.Windows.Forms.Design/FileNameEditor.cs:
	completed stubs

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)
	
	* System.Windows.Forms.Design/FolderNameEditor.cs: added 
	stub

2003-12-15  Jackson Harper <jackson@ximian.com>

	* System.Design.dll.sources: Add *UrlEditor files to build
	
2003-10-20 Ben Maurer  <bmaurer@users.sourceforge.net>

	* .sources: lots-o-files

2003-07-07  Martin Willemoes Hansen <mwh@sysrq.dk>

	* System.Windows.Forms.Design/AnchorEditor.cs
	  System.Windows.Forms.Design/AxImporter.cs
	  System.Windows.Forms.Design/ComponentDocumentDesigner.cs
	  System.Windows.Forms.Design/ComponentTray.cs
	  System.Windows.Forms.Design/ControlDesigner.cs
	  System.Windows.Forms.Design/DocumentDesigner.cs
	  System.Windows.Forms.Design/FileNameEditor.cs
	  System.Windows.Forms.Design/IMenuEditorService.cs
	  System.Windows.Forms.Design/MenusCommands.cs
	  System.Windows.Forms.Design/ParentControlDesigner.cs
	  System.Windows.Forms.Design/ScrollableControlDesigner.cs
	  System.Windows.Forms.Design/SelectionRules.cs: Moved here 
	  from System.Windows.Forms assembly

2003-03-31  Alan Tam <Tam@SiuLung.com>

	* System.Design.build: added reference to System.Windows.Forms
	and System.Drawing assemblies

2003-03-29  Martin Willemoes Hansen

	* Stubed System.ComponentModel.Design

2003-03-27  Martin Willemoes Hansen

	* Added unix build environment

2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
	
	* removed set for RootDesignerSerializerAttribute.TypeId
	* fixed .build file to include reference to System.dll

2002-09-16       Gaurav Vaish <gvaish_mono@lycos.com>

	* System.Web.UI.Design             : Added directory.

2002-12-09       Gaurav Vaish <gvaish_mono@lycos.com>

	* System.Design                    : Added directory.

2002-12-04    Alejandro Sánchez Acosta  <raciel@gnome.org>

	* System.ComponentModel.Design.Serialization: Added directory


2002-10-07       Gaurav Vaish <gvaish_mono@lycos.com>

	* System.Design.build              : Bug fix. Attribute is "basedir"
	                                     and not "bardir".

2002-09-16       Gaurav Vaish <gvaish_mono@lycos.com>

	* System.Web.UI.Design.WebControls : Added directory.