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