File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (123 lines) | stat: -rw-r--r-- 4,101 bytes parent folder | download | duplicates (2)
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
2006-11-28  Sebastien Pouliot  <sebastien@ximian.com>

	* UITypeEditor.cs: Remove MonoTODO (this always returns false).

2006-08-29  Sebastien Pouliot  <sebastien@ximian.com>

	* ToolboxItem.cs: Fix compiler warning.

2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>

	* ToolboxItem.cs: Update ComponentType property to match MS result.

2006-05-21  Sebastien Pouliot  <sebastien@ximian.com>

	* PropertyValueUIHandler.cs: Removed [Serializable] from 2.0 profile.
	* PropertyValueUIItemInvokeHandler.cs: Removed [Serializable] from 
	2.0 profile.
	* ToolboxComponentsCreatedEventHandler.cs: Removed [Serializable] 
	from 2.0 profile.
	* ToolboxComponentsCreatingEventHandler.cs: Removed [Serializable] 
	from 2.0 profile.
	* ToolboxItemCreatorCallback.cs: Removed [Serializable] from 2.0 
	profile.

2006-05-05  Sebastien Pouliot  <sebastien@ximian.com>

	* IToolboxService.cs: corcompare fix. Added [ComImport] for 2.0.
	* ToolboxItem.cs: corcompare fix. Added new overload for 
	CreateComponentsCore in 2.0
	* UITypeEditor.cs: corcompare fix. Added new IsDropDownResizable
	property for 2.0.

2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>

	* ToolboxItem.cs: Add new methods and properties for .Net and 
	  also moved to an internal properties hashtable implementation

	* IToolboxItemProvider.cs: New .Net 2.0 interface

2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* CategoryNameCollection.cs: Added LinkDemand for Unrestricted 
	permissions. Added null checks in constructors.
	* PaintValueEventArgs.cs: Added LinkDemand and InheritanceDemand for 
	Unrestricted permissions. Added null checks in constructor.
	* PropertyValueItem.cs: Added LinkDemand and InheritanceDemand for 
	Unrestricted permissions. Added null checks in constructor.
	* ToolboxComponentsCreatedEventArgs.cs: Added LinkDemand and 
	InheritanceDemand for Unrestricted permissions.
	* ToolboxComponentsCreatingEventArgs.cs: Added LinkDemand and 
	InheritanceDemand for Unrestricted permissions.
	* ToolboxItem.cs: Added LinkDemand and InheritanceDemand for 
	Unrestricted permissions.
	* ToolboxItemCollection.cs: Added LinkDemand for Unrestricted 
	permissions.
	* UITypeEditor.cs: Added LinkDemand and InheritanceDemand for 
	Unrestricted permissions.

2005-08-24 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* ToolboxItem.cs: Implemented retrieving item's bitmap

2005-08-09  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* ToolboxItemCollection.cs: Call base constructor
	* ToolboxItem: Implemented CreateComponentsCore, GetType, Initialize

2005-08-03  Andrew Skiba <andrews@mainsoft.com>

	* UITypeEditor.cs: Added TARGET_JVM support

2003-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ToolboxItem.cs: Added serialization/deserialization support
	
2003-06-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* CategoryNameCollection.cs
	* ToolboxItemCollection.cs: Implemented

	* PropertyValueItem.cs: Implemented
	* IDesignerHost.cs: Deleted (not defined in this namespace)
	
	* IToolboxService.cs: Fixed missing imports, added missing interface declarations
	* ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports

	* ToolboxItem.cs: Fixed missing imports, Partially implemented

	* UITypeEditor.cs: Implemented

	* UITypeEditorEditStyle.cs: Fixed incorrect values

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

	* UITypeEditor.cs: Added
	* PaintValueEventArgs.cs: Fixed typo in namespace

2002-12-01  Alejandro Sánchez Acosta <raciel@es.gnu.org>

	* PaintValueEventArgs.cs,
	  ToolboxComponentsCreatingEventArgs.cs,
	  PropertyValueItem.cs,
	  ToolboxComponentsCreatingEventHandler.cs
	  IDesignerHost.cs, 
	  ToolboxItemCreatorCallback.cs, 
	  ToolboxItem.cs, 
	  ToolboxComponentsCreatedEventArgs.cs
	  UITypeEditorEditStyle.cs, 
	  IToolboxUser.cs 
	  ToolboxComponentsCreatedEventHandler.cs
	  CategoryNameCollection.cs : Added
	
2002-11-20  Alejandro Sánchez Acosta <raciel@es.gnu.org>

	* IPropertyValueUIService.cs: Added

	* PropertyValueItem.cs: Added

	* PropertyValueUIHandler.cs: Added

	* PropertyValueUIItemInvokeHandler.cs: Added

	* ChangeLog: new file.