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