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