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: 183c3946bd2332bbd476bbb2747468a60e174ef3 (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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
2009-07-30  Raja R Harinath  <harinath@hurrynot.org>

	* Makefile ($(build_lib)): Move cyclic dependencies onto this.

2009-05-26  Marek Habersack  <mhabersack@novell.com>

	* System.Design.dll.sources: added
	System.Web.UI.Design.WebControls/ListControlDesigner.cs

2008-07-24  Zoltan Varga  <vargaz@gmail.com>

	* System.Design_test.dll.sources: Fix CRLFs.

2008-07-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Design.dll.sources: Added StringValueConverter.cs.
	* System.Design_test.dll.sources: Added StringValueConverterTest.cs.

2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile: in 2.0 there is cyclic dep with Sys.Drawing.Design.dll.

2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more .NET 2.0 types.
	* System.Design_test.dll.sources :
	  added Test/Sys.Win.Forms.Design/MenuCommandsTest.cs

2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more .NET 2.0 types.

2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more .NET 2.0 types.

2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more .NET 2.0 types.

2007-10-02  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more .NET 2.0 types.

2007-10-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added -r:System.Xml.dll
	* System.Design.dll.sources : added couple more of new .NET 2.0 types.

2007-10-01  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more new types:
	  ContentDefinition.cs, ContentDesignerState.cs,
	  ControlLocation.cs, DesignTimeResourceProviderFactory.cs,
	  IControlDesignerTag.cs, IControlDesignerView.cs,
	  IDesignTimeResourceWriter.cs, ViewEvent.cs, ViewEventArgs.cs,
	  ViewEventHandler.cs and WebFormsReferenceManager.cs and
	  WebFormsRootDesigner.cs in Sys.Web.UI.Design.
	  DataSourceGroupCollection.cs, DataSourceProviderService.cs,
	  DataSourceGroup.cs and DesignerDataColumn.cs in Sys.CM.Design.Data.

2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more new types:
	  DataSourceDescriptor.cs, DataSourceDescriptorCollection.cs,
	  DesignerDataConnection.cs in System.ComponentModel.Design.Data,
	  and ClientScriptItem.cs, ClientScriptItemCollection.cs,
	  ConnectionStringEditor.cs, ContainerControlDesigner.cs,
	  DesignerAutoFormat.cs, DesignerAutoFormatCollection.cs,
	  DesignerAutoFormatStyle.cs in System.Web.UI.Design.

2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more new types:
	  IComponentDesignerStateService.cs, MenuCommandsChangedEventArgs.cs,
	  MenuCommandsChangedType.cs, ExceptionCollection.cs,
	  IComponentDesignerDebugService.cs, MenuCommandService.cs,
	  UndoEngine.cs, MenuCommandsChangedEventHandler.cs.

2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Design.dll.sources : more new types:
	  DesignerActionUIService.cs, DesignerCommandSet.cs,
	  DesignerActionUIStateChangeEventArgs.cs,
	  DesignerActionUIStateChangeEventHandler.cs,
	  DesignerActionUIStateChangeType.cs.

2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : removed NO_TEST.
	* System.Design.dll.sources : added DesignerActionService.cs,
	  ComponentActionsType.cs, DesignerActionListsChangedType.cs,
	  DesignerActionListsChangedEventArgs.cs and
	  DesignerActionListsChangedEventHandler.cs.
	* System.Design_test.dll.sources : new.

2007-09-27  Marek Habersack  <mhabersack@novell.com>

	* System.Design.dll.sources: added
	System.Web.UI.Design/ControlDesignerState.cs,
	System.Web.UI.Design/ViewFlags.cs

2007-09-25  Marek Habersack  <mhabersack@novell.com>

	* System.Design.dll.sources: added
	System.Web.UI.Design/TemplateDefinition.cs,
	System.Web.UI.Design/TemplatedEditableDesignerRegion.cs,
	System.Web.UI.Design.WebControls/DataBoundControlDesigner.cs,
	System.Web.UI.Design.WebControls/BaseDataBoundControlDesigner.cs,
	System.Web.UI.Design/IDataBindingSchemaProvider.cs,
	System.Web.UI.Design/IDataSourceDesigner.cs,
	System.Web.UI.Design/DesignerDataSourceView.cs,
	System.Web.UI.Design/TemplateGroupCollection.cs,
	System.Web.UI.Design/DesignerRegionMouseEventArgs.cs

2007-09-25  Marek Habersack  <grendello@gmail.com>

	* System.Design.dll.sources: added
	System.Web.UI.Design.Util/DummyClass.cs

2007-09-13  Marek Habersack  <mhabersack@novell.com>

	* System.Design.dll.sources: added System.Design/DummyClass.cs

2007-08-24  Ivan N. Zlatev <contact@i-nz.net>

	* System.Design.dll.sources: add MultilineStringEditor.cs.

2006-12-19  Chris Toshok  <toshok@ximian.com>

	* System.Design.dll.sources: add DataSourceConverter.cs and
	DataMemberFieldConverter.

2006-12-06  Chris Toshok  <toshok@ximian.com>

	* System.Design.dll.sources: add
	System.Windows.Forms.Design/ImageCollectionEditor.cs

2006-04-28  Peter Dennis Bartok  <pbartok@novell.com> 

	* System.Design.dll.sources: Put back two accidentally deleted lines

2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>

	* System.Design.dll.sources: Added ControlBindingsConverter.cs

2006-03-10  Raja R Harinath  <rharinath@novell.com>

	* System.ComponentModel.Design.Serialization/CodeDomSerializerException.cs:
	Moved new-ish implementation here from System.dll.

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.