2007-01-07 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / ChangeLog
1 2007-01-07  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * Makefile: Add new file nunit-host-ignore to the dist
4         * System.Drawing_test.dll.sources: Add HostIgnoreList to the build.
5         * nunit-host-ignore-list: New. Hosts specific ignore list for nunit
6
7 2006-12-03  Sebastien Pouliot  <sebastien@ximian.com> 
8
9         * Makefile: Switch to icons available in Assembly/
10         * System.Drawing_test.dll.sources: Add SystemIcons unit tests to the 
11         build.
12
13 2006-12-02  Sebastien Pouliot  <sebastien@ximian.com> 
14
15         * error.ico: New. Error icon required for SystemIcons.
16         * information.ico: New. Information icon required for SystemIcons.
17         * mono.ico: New. Mono icon used for Application and WinLogo in 
18         SystemIcons.
19         * question.ico: New. Question icon required for SystemIcons.
20         * warning.ico: New. Warning icon required for SystemIcons.
21         * Makefile: Add all icons as resources in the assembly.
22
23 2006-11-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
24
25         * System.Drawing_test.dll.sources: Add new unit test
26         for PageSettings.
27
28 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com> 
29
30         * System.Drawing_test.dll.sources: Add new unit tests for 
31         System.Drawing.Imaging.MetaHeader and WmfPlaceableFileHeader classes.
32
33 2006-09-27      Boris Kirzner <borisk@mainsoft.com>
34
35         * run-tests.test.bat : tests batch fix.
36
37
38 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
39
40         * run-tests.bat,run-tests.test.bat: log files naimng fix.
41
42 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
43
44         * run-tests.test.bat : fixes for TARGET_JVM tests run script.
45
46 2006-09-12      Boris Kirzner <borisk@mainsoft.com>
47         * run-tests.bat, run-tests.test.bat: reworked tests logging.
48         * System.Drawing20.vmwcsproj: updated references path.
49
50 2006-09-01  Sebastien Pouliot  <sebastien@ximian.com> 
51
52         * Makefile: Add new almogaver32bits.tif file to EXTRA_DISTFILES
53         * System.Drawing_test.dll.sources: Added unit tests for GIF, ICON, PNG
54         and TIFF codecs.
55
56 2006-08-28      Boris Kirzner <borisk@mainsoft.com>
57
58         * run-tests.test.bat: chnged script for tests NET_2_0 run.
59
60 2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * System.Drawing_test.dll.sources: Added unit tests for TextureBrush.
63
64 2006-08-12  Duncan Mak  <duncan@novell.com>
65
66         * GDIPlusTest.csproj: New MSBuild project file for building
67         GDIPlusTest on Windows.
68
69         * System.Drawing_test.dll.sources: Add gdipEnums.cs,
70         gdipFunctions.cs and gdipStructs.cs.
71
72         * Makefile (TEST_MCS_FLAGS): Add new #define 'TEST'. This is used
73         to exclude parts of gdipFunctions so that it could be reused as
74         part of the NUnit tests.
75
76 2006-08-02  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * Makefile: Add the test bitmaps to EXTRA_DISTFILES so monobuild has
79         them available when running the unit tests.
80
81 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
82
83         * System.Drawing_test.dll.sources: Added unit tests for direct GDI+ 
84         function calls.
85
86 2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
87
88         * System.Drawing_test.dll.sources: Added unit tests for SolidBrush.
89
90 2006-05-30  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * System.Drawing_test.dll.sources: Added unit tests for FontFamily.
93
94 2006-05-17  Sebastien Pouliot  <sebastien@ximian.com>
95
96         * System.Drawing_test.dll.sources: Added unit tests for Pen.
97
98 2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
99
100         * run-tests.test.bat: skip nunit build if already done
101
102 2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
103
104         * System.Drawing_test.dll.sources: Added unit tests for 
105         PathGradientBrush.
106
107 2006-01-30 Boris Kirzner <borisk@mainsoft.com>
108         * run-tests.test.bat: changed location of xmltool.
109
110 2006-01-29 Boris Kirzner <borisk@mainsoft.com>
111         * run-tests.bat, run-tests.test.bat, runtestfixture.bat, 
112         runmonotestfixture.bat : added batch files for automatic 
113         testing for TARGET_JVM.
114
115 2006-01-18  Sebastien Pouliot  <sebastien@ximian.com>
116
117         * System.Drawing_test.dll.sources: Added unit tests for RegionData and
118         non-rectangular Region.
119
120 2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>
121
122         * System.Drawing_test.dll.sources: Added unit tests for GraphicsPath 
123         and PathData.
124
125 2006-01-11  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * System.Drawing_test.dll.sources: Added CAS unit tests for Region to 
128         the build.
129
130 2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>
131
132         * MetaHeader.cs: Classes need to specify StructLayout attribute
133         * EncoderParameter.cs: Classes need to specify StructLayout attribute
134         * ImageAttributes.cs: Classes need to specify StructLayout attribute
135         * WmfPlaceableFileHeader.cs: Classes need to specify StructLayout attribute
136         * MetafileHeader.cs: Classes need to specify StructLayout attribute
137
138 2005-12-04 Konstantin Triger <kostat@mainsoft.com>
139
140         * net_1_1_java_System.Drawing.dll.exclude.sources,
141                 net_1_1_java_System.Drawing.dll.sources:
142                 correcting SystemIcons.cs reference.
143
144 2005-11-28 Konstantin Triger <kostat@mainsoft.com>
145
146         * System.Drawing.vmwcsproj: Added System icons; changed to mono icon implementation.
147
148 2005-11-14  Andrew Skiba  <andrews@mainsoft.com>
149
150         * net_1_1_java_System.Drawing.dll.sources,
151         net_1_1_java_System.Drawing.dll.exclude.sources: added java profile
152         sources lists
153         * Makefile: add java profile section
154
155 2005-11-13 Konstantin Triger <kostat@mainsoft.com>
156
157         * System.Drawing.vmwcsproj: Added System.Drawing.Text/LineLayout.jvm.cs,
158                 System.Drawing.Text/LineLayout.jvm.cs
159
160 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
161
162         * Makefile: Removed /codepage:28591 as it is the default.
163
164 2005-09-19  Miguel de Icaza  <miguel@novell.com>
165
166         * Makefile (EXTRA_DISTFILES): Distribute indexed.png, add resource
167         to build.
168
169 2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>
170
171         * System.Drawing.vmwcsproj: Added PlainImage.jvm.cs, PlainImageCollection.jvm.cs
172
173 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
174
175         * System.Drawing.vmwcsproj: ImageCodec.jvm.cs
176         Added Mainsoft.Drawing.Configuration.jvm folder with
177         ResolutionConfiguration.cs, ResolutionConfigurationCollection.cs, 
178         ResolutionConfigurationHandler.cs
179
180 2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>
181
182         * System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs
183         Excluded: GraphicsContainer.cs, GraphicsState.cs
184         Fixed: const.cs.in
185
186 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
187
188         * Makefile: build fix for some utf8-defaulted environment.
189
190 2005-08-24 Marek Safar <marek.safar@seznam.cz>
191
192         * SD.csproj: Updated.
193
194 2005-08-23 Eyal Alalyf <eyala@mainsoft.com>
195         * System.Drawing.vmwcsproj: Change it to be developer edition project file
196
197 2005-08-23 Boris Kirzner <borisk@mainsoft.com>
198         * System.Drawing.vmwcsproj: Changed reference to Consts.cs.
199
200 2005-08-16 Andrew Skiba <andrews@mainsoft.com>
201
202         * System.Drawing.vmwcsproj: use ImageFormat.cs instead of jvm.cs
203
204 2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>
205         
206         * System.Drawing.dll.sources: Removed TestColorConverter again, as 
207         there was already a test class for ColorConverter.
208
209 2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>
210
211         * System.Drawing.dll.sources: Added TestColorConverter.cs.
212
213 2005-08-14 Vladimir Krasnov <vladimirk@mainsoft.com>
214
215         * System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs
216         
217 2005-08-11 Konstantin Triger <kostat@mainsoft.com>
218
219         * System.Drawing.vmwcsproj: changing JAVA to TARGET_JVM in release builds
220
221 2005-08-10 Boris Kirzner <borisk@mainsoft.com>
222         * System.Drawing.vmwcsproj: Added ExtendedGeneralPath.jvm.cs and GeneralPathIterator.jvm.cs.
223
224 2005-08-09 Konstantin Triger <kostat@mainsoft.com>
225
226         * System.Drawing.vmwcsproj: Added AdvancedStoke.jvm.cs and StrokeFactory.jvm.cs
227
228 2005-08-09 Andrew Skiba <andrews@mainsoft.com>
229
230         * System.Drawing_test.dll.sources: add ColorConverter.cs and ColorTranslator.cs
231
232 2005-08-07 Konstantin Triger <kostat@mainsoft.com>
233
234         * System.Drawing.vmwcsproj: removed source control dependency
235
236 2005-08-03  Andrew Skiba  <andrews@mainsoft.com>
237
238         * System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper
239
240 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
241
242         * System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build
243
244 2004-11-22  Ravindra  <rkumar@novell.com>
245
246         * SD.csproj: Removed a wrong entry from files list.
247
248 2004-09-16  Ravindra <rkumar@novell.com>
249
250         * SD.csproj: Added a VS.NET project file. It can be used to build
251         System.Drawing library on MS.
252
253 2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>
254
255         * System.Drawing_test.dll.sources: Added unit tests for 
256         PrintingPermission and it's attribute class.
257
258 2004-06-10  Ravindra <rkumar@novell.com>
259
260         * Makefile: Suppress compiler warning cs:618 for test dll.
261
262 2004-06-03  Ravindra <rkumar@novell.com>
263
264         * Makefile: Updated. We don't need to define the flag
265         DECLARE_CDECL_DELEGATES anymore. As we have moved all the
266         codecs to libgdiplus.
267
268 2004-05-26  Ravindra <rkumar@novell.com>
269
270         * System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list.
271
272 2004-05-20  Sanjay Gupta <gsanjay@novell.com>
273
274         * System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list.
275
276 2004-05-18  Ravindra <rkumar@novell.com>
277
278         * System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the
279         test sources list.
280         * README: Added some guidelines for writing tests/samples.
281
282 2004-05-17  Sanjay Gupta <gsanjay@novell.com>
283
284         * System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list.
285
286 2004-05-14  Sanjay Gupta <gsanjay@novell.com>
287
288         * System.Drawing_test.dll.sources: Added TestImageConverter.cs and 
289         TestImageFormatConverter.cs to the test sources list.
290
291 2004-04-22  Ravindra <rkumar@novell.com>
292
293         * System.Drawing_test.dll.sources: Added TestPointConverter.cs,
294         TestRectangleConverter.cs and TestSizeConverter.cs to the test
295         sources list.
296
297 2004-04-21  Ravindra <rkumar@novell.com>
298
299         * System.Drawing_test.dll.sources: Added TestPens.cs and
300         TestBrushes.cs to the test sources list.
301
302 2004-04-16  Ravindra <rkumar@novell.com>
303
304         * System.Drawing_test.dll.sources: Added TestSystemPens.cs
305         to the test sources list.
306
307 2004-04-12  Ravindra <rkumar@novell.com>
308
309         * System.Drawing_test.dll.sources: Added TestSystemBrushes.cs
310         to the test sources list.
311
312 2004-03-18  Ravindra <rkumar@novell.com>
313         * System.Drawing_test.dll.sources: Added TestBitmap.cs,
314         TestBlend.cs and TestColorBlend.cs to test sources list.
315
316 2004-03-17  Ravindra <rkumar@novell.com>
317         * Samples: Created directory for samples.
318         * README: Created README that tells about the directory
319         structure for samples and tests.
320
321 2004-02-11  Ravindra <rkumar@novell.com>
322         * System.Drawing.dll.sources: Added EncoderParameter.cs
323         and EncoderParameters.cs.
324
325 2004-02-07  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
326
327         * System.Drawing.dll.sources:
328           SRDescriptionAttribute.cs, Locale.cs added
329
330 2004-01-26  Ravindra <rkumar@novell.com>
331         * System.Drawing.dll.sources: Added TextureBrush.cs.
332
333 2004-01-26  Ravindra <rkumar@novell.com>
334         * System.Drawing_test.dll.sources: Added to create 
335         System.Drawing_test.dll.
336
337 2004-01-23  Ravindra <rkumar@novell.com>
338         * System.Drawing.dll.sources: Removed TextureBrush.cs. 
339         Was added by mistake during last check-in.
340
341 2004-01-19  Ravindra <rkumar@novell.com>
342         * System.Drawing.dll.sources: Added Encoder.cs.
343
344 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
345         * System.Drawing.dll.sources: MetafileHeader added (was missing), Consts.cs added
346
347 2003-10-14  Bernie Solomon  <bernard@ugsolutions.com>
348         * Makefile                      do not build gdiplus on Windows
349
350 2003-10-12  Alexandre Pigolkine <pigolkine@gmx.de>
351         * Makefile                      gdiplus added to subdirs
352
353 2003-10-12  Alexandre Pigolkine <pigolkine@gmx.de>
354         * System.Drawing.dll.sources:   Remove cairo,win32,gtk implementations
355                                                                         Add gdi+ implementation
356
357 2003-09-21  Miguel de Icaza  <miguel@ximian.com>
358         * System.Drawing.dll.sources: Remove xr implementation. 
359
360 2003-09-21  Alexandre Pigolkine <pigolkine@gmx.de>
361         * System.Drawing.dll.sources    removed 2 files from Printing namespace
362
363 2003-08-31  Jerome Laban <jlaban@wanadoo.fr>
364         * Graphics.cs:
365         * win32functions.cs: Added Win32 Ellipse implementation. 
366
367 2003-08-24  Duncan Mak  <duncan@ximian.com>
368
369         * System.Drawing.dll.sources: Add Cairo implementation.
370
371 2003-07-23  Peter Williams  <peter@newton.cx>
372
373         * System.Drawing.dll.sources: Add Pens.cs
374
375 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
376
377         * System.Drawing.dll.sources:
378         * list.unix: AssemblyInfo.cs added
379
380 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
381         * list.unix             
382                 new file added
383
384 2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
385         * list.unix             
386                 reordered by folder names
387                 few new files added
388                 System.Drawing.Design/IDesignerHost.cs removed
389
390 2003-06-18 Alexandre Pigolkine <pigolkine@gmx.de>
391         * list.unix             changed
392
393 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
394         * list.unix             files added
395         * makefile.gnu  --unsafe flag, cdecl delegates
396         
397 2003-06-06 Alexandre Pigolkine <pigolkine@gmx.de>
398         * list.unix             changed
399
400 2003-04-26 Alexandre Pigolkine <pigolkine@gmx.de>
401         * list.unix             changed
402
403 2003-03-31  Martin Willemoes Hansen <mwh@sysrq.dk>
404
405         * System.Drawing.Printing/PrinterUnitConvert.cs stubed
406
407 2003-03-31  Martin Willemoes Hansen <mwh@sysrq.dk>
408
409         * System.Drawing.Design/ToolboxItemCollection.cs stubed
410
411 2003-03-31  Alan Tam <Tam@SiuLung.com>
412
413         * list.unix: Added UITypeEditor.cs.
414
415 2003-02-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
416
417         * list.unix: added ImageAttributes.cs.
418
419 2003-02-07 Alexandre Pigolkine <pigolkine@gmx.de>
420         * list.unix             changed
421
422 2002-12-1  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
423
424         * list.unix: Changed
425
426
427 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
428
429         * ChangeLog: new file.
430
431         * System.Drawing.build: added System.dll dependency
432