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