2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / ChangeLog
1 2005-09-19  Miguel de Icaza  <miguel@novell.com>
2
3         * Makefile (EXTRA_DISTFILES): Distribute indexed.png, add resource
4         to build.
5
6 2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>
7
8         * System.Drawing.vmwcsproj: Added PlainImage.jvm.cs, PlainImageCollection.jvm.cs
9
10 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
11
12         * System.Drawing.vmwcsproj: ImageCodec.jvm.cs
13         Added Mainsoft.Drawing.Configuration.jvm folder with
14         ResolutionConfiguration.cs, ResolutionConfigurationCollection.cs, 
15         ResolutionConfigurationHandler.cs
16
17 2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>
18
19         * System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs
20         Excluded: GraphicsContainer.cs, GraphicsState.cs
21         Fixed: const.cs.in
22
23 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
24
25         * Makefile: build fix for some utf8-defaulted environment.
26
27 2005-08-24 Marek Safar <marek.safar@seznam.cz>
28
29         * SD.csproj: Updated.
30
31 2005-08-23 Eyal Alalyf <eyala@mainsoft.com>
32         * System.Drawing.vmwcsproj: Change it to be developer edition project file
33
34 2005-08-23 Boris Kirzner <borisk@mainsoft.com>
35         * System.Drawing.vmwcsproj: Changed reference to Consts.cs.
36
37 2005-08-16 Andrew Skiba <andrews@mainsoft.com>
38
39         * System.Drawing.vmwcsproj: use ImageFormat.cs instead of jvm.cs
40
41 2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>
42         
43         * System.Drawing.dll.sources: Removed TestColorConverter again, as 
44         there was already a test class for ColorConverter.
45
46 2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>
47
48         * System.Drawing.dll.sources: Added TestColorConverter.cs.
49
50 2005-08-14 Vladimir Krasnov <vladimirk@mainsoft.com>
51
52         * System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs
53         
54 2005-08-11 Konstantin Triger <kostat@mainsoft.com>
55
56         * System.Drawing.vmwcsproj: changing JAVA to TARGET_JVM in release builds
57
58 2005-08-10 Boris Kirzner <borisk@mainsoft.com>
59         * System.Drawing.vmwcsproj: Added ExtendedGeneralPath.jvm.cs and GeneralPathIterator.jvm.cs.
60
61 2005-08-09 Konstantin Triger <kostat@mainsoft.com>
62
63         * System.Drawing.vmwcsproj: Added AdvancedStoke.jvm.cs and StrokeFactory.jvm.cs
64
65 2005-08-09 Andrew Skiba <andrews@mainsoft.com>
66
67         * System.Drawing_test.dll.sources: add ColorConverter.cs and ColorTranslator.cs
68
69 2005-08-07 Konstantin Triger <kostat@mainsoft.com>
70
71         * System.Drawing.vmwcsproj: removed source control dependency
72
73 2005-08-03  Andrew Skiba  <andrews@mainsoft.com>
74
75         * System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper
76
77 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
78
79         * System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build
80
81 2004-11-22  Ravindra  <rkumar@novell.com>
82
83         * SD.csproj: Removed a wrong entry from files list.
84
85 2004-09-16  Ravindra <rkumar@novell.com>
86
87         * SD.csproj: Added a VS.NET project file. It can be used to build
88         System.Drawing library on MS.
89
90 2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * System.Drawing_test.dll.sources: Added unit tests for 
93         PrintingPermission and it's attribute class.
94
95 2004-06-10  Ravindra <rkumar@novell.com>
96
97         * Makefile: Suppress compiler warning cs:618 for test dll.
98
99 2004-06-03  Ravindra <rkumar@novell.com>
100
101         * Makefile: Updated. We don't need to define the flag
102         DECLARE_CDECL_DELEGATES anymore. As we have moved all the
103         codecs to libgdiplus.
104
105 2004-05-26  Ravindra <rkumar@novell.com>
106
107         * System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list.
108
109 2004-05-20  Sanjay Gupta <gsanjay@novell.com>
110
111         * System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list.
112
113 2004-05-18  Ravindra <rkumar@novell.com>
114
115         * System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the
116         test sources list.
117         * README: Added some guidelines for writing tests/samples.
118
119 2004-05-17  Sanjay Gupta <gsanjay@novell.com>
120
121         * System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list.
122
123 2004-05-14  Sanjay Gupta <gsanjay@novell.com>
124
125         * System.Drawing_test.dll.sources: Added TestImageConverter.cs and 
126         TestImageFormatConverter.cs to the test sources list.
127
128 2004-04-22  Ravindra <rkumar@novell.com>
129
130         * System.Drawing_test.dll.sources: Added TestPointConverter.cs,
131         TestRectangleConverter.cs and TestSizeConverter.cs to the test
132         sources list.
133
134 2004-04-21  Ravindra <rkumar@novell.com>
135
136         * System.Drawing_test.dll.sources: Added TestPens.cs and
137         TestBrushes.cs to the test sources list.
138
139 2004-04-16  Ravindra <rkumar@novell.com>
140
141         * System.Drawing_test.dll.sources: Added TestSystemPens.cs
142         to the test sources list.
143
144 2004-04-12  Ravindra <rkumar@novell.com>
145
146         * System.Drawing_test.dll.sources: Added TestSystemBrushes.cs
147         to the test sources list.
148
149 2004-03-18  Ravindra <rkumar@novell.com>
150         * System.Drawing_test.dll.sources: Added TestBitmap.cs,
151         TestBlend.cs and TestColorBlend.cs to test sources list.
152
153 2004-03-17  Ravindra <rkumar@novell.com>
154         * Samples: Created directory for samples.
155         * README: Created README that tells about the directory
156         structure for samples and tests.
157
158 2004-02-11  Ravindra <rkumar@novell.com>
159         * System.Drawing.dll.sources: Added EncoderParameter.cs
160         and EncoderParameters.cs.
161
162 2004-02-07  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
163
164         * System.Drawing.dll.sources:
165           SRDescriptionAttribute.cs, Locale.cs added
166
167 2004-01-26  Ravindra <rkumar@novell.com>
168         * System.Drawing.dll.sources: Added TextureBrush.cs.
169
170 2004-01-26  Ravindra <rkumar@novell.com>
171         * System.Drawing_test.dll.sources: Added to create 
172         System.Drawing_test.dll.
173
174 2004-01-23  Ravindra <rkumar@novell.com>
175         * System.Drawing.dll.sources: Removed TextureBrush.cs. 
176         Was added by mistake during last check-in.
177
178 2004-01-19  Ravindra <rkumar@novell.com>
179         * System.Drawing.dll.sources: Added Encoder.cs.
180
181 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
182         * System.Drawing.dll.sources: MetafileHeader added (was missing), Consts.cs added
183
184 2003-10-14  Bernie Solomon  <bernard@ugsolutions.com>
185         * Makefile                      do not build gdiplus on Windows
186
187 2003-10-12  Alexandre Pigolkine <pigolkine@gmx.de>
188         * Makefile                      gdiplus added to subdirs
189
190 2003-10-12  Alexandre Pigolkine <pigolkine@gmx.de>
191         * System.Drawing.dll.sources:   Remove cairo,win32,gtk implementations
192                                                                         Add gdi+ implementation
193
194 2003-09-21  Miguel de Icaza  <miguel@ximian.com>
195         * System.Drawing.dll.sources: Remove xr implementation. 
196
197 2003-09-21  Alexandre Pigolkine <pigolkine@gmx.de>
198         * System.Drawing.dll.sources    removed 2 files from Printing namespace
199
200 2003-08-31  Jerome Laban <jlaban@wanadoo.fr>
201         * Graphics.cs:
202         * win32functions.cs: Added Win32 Ellipse implementation. 
203
204 2003-08-24  Duncan Mak  <duncan@ximian.com>
205
206         * System.Drawing.dll.sources: Add Cairo implementation.
207
208 2003-07-23  Peter Williams  <peter@newton.cx>
209
210         * System.Drawing.dll.sources: Add Pens.cs
211
212 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
213
214         * System.Drawing.dll.sources:
215         * list.unix: AssemblyInfo.cs added
216
217 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
218         * list.unix             
219                 new file added
220
221 2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
222         * list.unix             
223                 reordered by folder names
224                 few new files added
225                 System.Drawing.Design/IDesignerHost.cs removed
226
227 2003-06-18 Alexandre Pigolkine <pigolkine@gmx.de>
228         * list.unix             changed
229
230 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
231         * list.unix             files added
232         * makefile.gnu  --unsafe flag, cdecl delegates
233         
234 2003-06-06 Alexandre Pigolkine <pigolkine@gmx.de>
235         * list.unix             changed
236
237 2003-04-26 Alexandre Pigolkine <pigolkine@gmx.de>
238         * list.unix             changed
239
240 2003-03-31  Martin Willemoes Hansen <mwh@sysrq.dk>
241
242         * System.Drawing.Printing/PrinterUnitConvert.cs stubed
243
244 2003-03-31  Martin Willemoes Hansen <mwh@sysrq.dk>
245
246         * System.Drawing.Design/ToolboxItemCollection.cs stubed
247
248 2003-03-31  Alan Tam <Tam@SiuLung.com>
249
250         * list.unix: Added UITypeEditor.cs.
251
252 2003-02-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
253
254         * list.unix: added ImageAttributes.cs.
255
256 2003-02-07 Alexandre Pigolkine <pigolkine@gmx.de>
257         * list.unix             changed
258
259 2002-12-1  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
260
261         * list.unix: Changed
262
263
264 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
265
266         * ChangeLog: new file.
267
268         * System.Drawing.build: added System.dll dependency
269