In Test/System.Drawing.Imaging:
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ChangeLog
1 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
2
3         * ImageFormat.cs: Fixes ToString method
4
5 2005-09-27 Vladimir Krasnov <vladimirk@mainsoft.com>
6
7         * ImageCodec.jvm.cs: implemented IDsposable, 
8         fixed NativeReader, NativeWriter, NativeStream
9
10 2005-10-20 Konstantin Triger <kostat@mainsoft.com>
11
12         * Metafile.jvm.cs: implement abstact Clone
13
14 2005-10-04 Peter Dennis Bartok <pbartok@novell.com>
15
16         * EncoderParameter.cs, EncoderParameters.cs: Calling GC.SuppressFinalize
17           from the Dispose method; fixes bug #76329
18
19 2005-09-21 Vladimir Krasnov <vladimirk@mainsoft.com>
20
21         * ImageCodec.jvm.cs: refactoring of read/write methods, members access levels
22
23 2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>
24
25         * ImageCodecInfo.jvm.cs: fixed ImageCodec namespace
26         * ImageCodec.jvm.cs: refactoring of read/write methods
27
28 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
29
30         * ImageCodecInfo.jvm.cs: fixed GetValueFromMetadata, SetResolution
31
32 2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
33
34         * ImageCodecInfo.jvm.cs: Refactoring
35         * Added ImageCodec.jvm.cs
36
37 2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>
38
39         * ImageCodecInfo.jvm.cs: Fixed Iterate
40
41 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
42
43         * ImageCodecInfo.jvm.cs: implement via java imageio, add internal APIs for
44         fast read-only requests
45         * Methafile.jvm.cs: change in not implemented api to match image.jvm.cs
46
47 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
48
49         * Metafile.jvm.cs: add TARGET_JVM implementation
50
51 2005-08-03 Andrew Skiba <andrews@mainsoft.com>
52
53         * ColorPalette.cs, FrameDimension.cs, EncoderParameters.cs: TARGET_JVM
54         exclude not supported internal methods
55         * EncoderParameter.jvm.cs, ImageAttributes.jvm.cs, ImageFormat.jvm.cs,
56         ImageCodecInfo.jvm.cs: added TARGET_JVM implementation of these classes
57
58 2005-03-23 Jordi Mas i Hernandez <jordi@ximian.com>
59
60         * ColorPalette.cs: fixes ColorPalette marshaling        
61
62 2004-03-21 Jordi Mas i Hernadez <jordi@ximian.com>
63
64         * ColorMatrix.cs: fixes Matrix00 init 
65         * ImageAttributes.cs: fixes dispose method and signature
66
67 2004-02-25 Jordi Mas i Hernadez <jordi@ximian.com>
68
69         * ColorMatrix.cs: rewritten to be able to marshall it properly
70         
71 2004-12-27  Zoltan Varga  <vargaz@freemail.hu>
72
73         * ImageCodecInfo.cs: Fix marshalling of arrays on amd64.
74
75 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
76
77         * ColorPalette.cs: Add CheckStatus to GetAdjustedPalette.\r
78 \r
79 2004-11-03  Miguel de Icaza  <miguel@ximian.com>
80
81         * ColorPalette.cs: Add internal Clone method
82
83 2004-10-08  Ravindra  <rkumar@novell.com>
84
85         * BitmapData.cs: Synchronized the class with BitmapData struct
86         in libgdiplus.
87
88 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
89         
90         * EmfPlusRecordType.cs: fixed mismatches in enum field values
91
92 2004-05-18 Jordi Mas i Hernadez <jordi@ximian.com>
93         * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
94         passing bad parameters to GDI+ causing them not to work 
95
96 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
97
98         * EncoderParameterValueType.cs: fix Windows build (CSC), 
99         MCS bug #58571
100
101         * EncoderParameter.cs: removed ctors taking int value,
102         to fix public API
103
104 2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
105
106         * EncoderParameters.cs: Added ToNativePtr() method to marshal
107         struct correctly to a native struct.  Resulting data should be
108         FreeHGlobal'd when finished.
109
110         * EncoderParameter.cs: Changed data storage to correspond to
111         native code layout (so we can pass these structs directly to
112         native code).  Also changed layout to match native layout.
113
114         * EncoderParameterValueType.cs: force EncoderParameterValueType to
115         be Int32
116
117 2004-05-13 Jordi Mas i Hernadez <jordi@ximian.com>
118
119         * ColorMatrix.cs:Make private data private 
120         * ColorPalette.cs: Make private data private
121         * Encoder.cs: Make private data private
122         * EncoderParameter.cs: Make private data private
123         * EncoderParameters.cs: Make private data private
124         * MetaHeader.cs: Make private data private
125         * PropertyItem.cs: Make private data private
126
127 2004-05-04  Vladimir Vukicevic  <vladimir@pobox.com>
128
129         * BitmapData.cs: re-synchronized with libgdiplus; also
130         removed memory deallocs here (as the data is always owned
131         by libgdiplus)
132
133 2004-04-28 Sanjay Gupta <gsanjay@novell.com>
134         
135         Modified files from dos2unix format.
136
137 2004-04-27 Ravindra <rkumar@novell.com>
138
139         * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
140
141 2004-04-27 Jordi Mas i Hernadez <jordi@ximian.com>
142
143         * ImageFormat.cs: completed missimg members
144         * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
145
146 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
147         * ImageFormat.cs: Implemented Equals() method.
148
149 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
150         * ImageFormat.cs: Implemented ToString() method.
151
152 2004-04-06  Vladimir Vukicevic  <vladimir@pobox.com>
153
154         * BitmapData.cs: synced up data structure with libgdiplus
155
156         * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
157         left just codecinfo getters; the codecs are in libgdiplus
158
159         * ImageCodecInfo.cs: removed encode/decode delegates
160         
161 2004-03-31 Jordi Mas i Hernadez <jordi@ximian.com>
162         * FrameDimension.cs: added missing members 
163         
164 2004-03-26 Jordi Mas i Hernadez <jordi@ximian.com>
165         * ImageAttributes.cs: added missing members and complete the wrapper    
166
167 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
168         * BmpCodec.cs: fixes DPI in BMP
169         * Image.cs: gets DPI using GDI+ api
170
171 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
172         * BmpCodec.cs
173                 Added support for diffent formats
174                 Fixed bugs in import and export
175                 Support for OS/2 and palettes
176         * Image.cs
177                 Palettes        
178
179 2004-03-04 Sanjay Gupta <gsanjay@novell.com>
180         * Metafile.cs: Added constructor with correct signature.
181
182 2004-03-04 Nick Drochak <ndrochak@ieee.org>
183
184         * Metafile.cs: Fix build, remove duplicate member.
185
186 2004-03-03 Sanjay Gupta <gsanjay@novell.com>
187         *ImageAttributes.cs: Added few missing functions
188         *Metafile.cs: Added stubs for missing constructors and functions
189
190 2004-03-03 Nick Drochak <ndrochak@ieee.org>
191
192         * BmpCodec.cs: Remove unsed variable.
193
194 2004-02-17 Ravindra <rkumar@novell.com>
195         * EncoderParameter.cs: Did few bug fixes and changed the file
196         format to unix.
197
198 2004-02-13 Sanjay Gupta <gsanjay@novell.com>
199         * FrameDimension.cs: Implemented missing functionalities
200
201 2004-02-12 Ravindra <rkumar@novell.com>
202         * EncoderParameters.cs: Implemented.
203         * EncoderParameter.cs: Implemented.
204
205 2004-01-21 Jordi Mas i Hernàdez <jmas@softcatala.org>
206         * BmpBitmap.cs: fixed encoding and decoding problems
207         * ImageAttributes.cs: implemented
208
209 2004-01-19  Ravindra <rkumar@novell.com>
210
211         * Encoder.cs: Implemented.
212
213 2004-01-10  Ravindra <rkumar@novell.com>
214
215         * All Enums: Made serializable.
216
217         * ImageAttributes.cs: Implements ICloneable.
218
219         * Metafile.cs: Made serializable and invisible to COM.
220
221 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
222
223         * ColorMap.cs: Implemented
224         * ColorMatrix.cs: Implemented, Removed unneccesary members
225         * ImageAttributes.cs: Fixed signature
226         * ImageCodecInfo.cs: Added missing attribure, hide constructor
227         * ImageFormat.cs: Implemented, Added attribute
228         * MetaHeader.cs: Implemented
229         * PropertyItem.cs: Implemented
230         * ImageFlags.cs: Added Attribute
231         * ImageCodecFlags.cs: Added Attribute
232         * EmfPlusRecordType.cs: Added missing members
233
234 2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
235         * BitmapData.cs         new function to convert BRG to RGB
236         * JPEGCodec.cs          convert BRG to RBG
237         * PNGCodec.cs
238                                         
239                                         
240 2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
241         * BmpCodec.cs
242         * ImageCodecInfo.cs
243         * JPEGCodec.cs
244         * PNGCodec.cs
245                                         codec can select pixel format of bitmap 
246         
247 2003-10-23  Miguel de Icaza  <miguel@ximian.com>
248
249         * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
250         we will just have the JPEG library copy directly into our buffer. 
251
252         (Encode, Decode): Ported to the new model which avoid copies, and
253         eliminates InternalImageInfo.
254
255         TODO: need to port the PNG coder/decoder, and add support for RGBA
256         images which got dropped from this version
257
258         * BmpCodec.cs: Rework this one to use BitmapData and Image.  Do
259         not use the RawBytes property, instead pull the data one line at a
260         time, and write that out.
261
262         * ImageCodecInfo.cs: Make the encoding and decoding delegates take
263         a Image parameter;  
264         
265         * BmpCodec.cs: 
266
267         * BitmapData.cs: Make this one sequential, and also mimic the
268         layout of GdiPlus.h so we can use this instead of making copies
269         back and forth.
270
271 2003-10-12 Alexandre Pigolkine
272         * BmpCodec.cs           warning removed
273
274 2003-07-23 Alexandre Pigolkine
275         * JPEGCodec.cs
276         * PNGCodec.cs           
277         * BmpCodec.cs           cosmetic changes
278
279 2003-07-22 Alexandre Pigolkine
280         * ImageCodecInfo.cs
281         * ImageFormat.cs
282         * JPEGCodec.cs
283                 changes for PNG codec
284                 
285         * PNGCodec.cs           added
286         
287 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
288
289         * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
290
291 2003-06-29 Alexandre Pigolkine
292         * BmpCodec.cs           handle 32bpp images
293         * JPEGCodec.cs          small fix
294
295 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
296         * JPEGCodec.cs  encode 32 bpp images
297
298 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
299         * JPEGCodec.cs  set pixel format in InternalImageInfo
300         
301 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
302         * BmpCodec.cs   pixel format check added
303         * JPEGCodec.cs  encoder implemented
304
305 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
306         * ColorPalette.cs
307         * ImageCodecInfo.cs
308         * ImageFormat.cs
309                 implementation added
310                 
311         * BmpCodec.cs
312         * JPEGCodec.cs
313                 added   
314         
315 2002-9-2  DennisHayes <dennish@raytek.com>
316
317 * PropertyItem.cs t
318 * MetaHeader.cs t
319 * MetafileHeader.cs t
320 * Metafile.cs t
321 * ImageFormat.cs t
322 * ImageCodecInfo.cs t
323 * ColorMatrix.cs t
324 * ColorMap.cs t
325 * WmfPlaceableFileHeader.cs t
326 * Added todos back
327
328 2002-9-2  DennisHayes <dennish@raytek.com>
329         * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
330         * BitmapData.cs
331         * ColorAdjustType.cs
332         * ColorChannelFlag.cs
333         * ColorMap.cs
334         * ColorMapType.cs
335         * ColorMatrix.cs
336         * ColorMatrixFlag.cs
337         * ColorMode.cs
338         * EmfPlusRecordType.cs
339         * EmfType.cs
340         * EncoderParameterValueType.cs
341         * EncoderValue.cs
342         * ImageCodecFlags.cs
343         * ImageCodecInfo.cs
344         * ImageFlags.cs
345         * ImageFormat.cs
346         * ImageLockMode.cs
347         * MetafileFrameUnit.cs
348         * MetafileHeader.cs
349         * MetaHeader.cs
350         * PaletteFlags.cs
351         * PixelFormat.cs
352         * PlayRecordCallback.cs
353         * PropertyItem.cs
354         * WmfPlaceableFileHeader.cs
355         * Added null classes for most/all classes, Many stubs, and some implmentation
356
357 2002-9-2  DennisHayes <dennish@raytek.com>
358
359         * ColorPalette.cs
360         * FrameDimension.cs
361         * Metafile.cs
362         * Added stubs, implmentation
363
364 2002-05-03  Mike Kestner  <mkestner@speakeasy.net>
365
366         * Metafile.cs : Use System.IO. Fix exception typos.
367
368 2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>
369
370         * Metafile.cs: Copyright now holds Ximian.
371
372 2002-04-21  Dennis Hayes <dennish@raytek.com>
373
374         * corrected emum values.
375
376 2002-04-14  Christian Meyer  <Christian.Meyer@cs.tum.edu>
377
378         * ChangeLog: created.
379         * Metafile.cs: Added. Wrote some ctors. No impl done, yet.
380