**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ChangeLog
blobf735b11d0c4233b469332d8bf9b25c937a913cf2
1 2004-11-03  Miguel de Icaza  <miguel@ximian.com>
3         * ColorPalette.cs: Add internal Clone method
5 2004-10-08  Ravindra  <rkumar@novell.com>
7         * BitmapData.cs: Synchronized the class with BitmapData struct
8         in libgdiplus.
10 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
11         
12         * EmfPlusRecordType.cs: fixed mismatches in enum field values
14 2004-05-18 Jordi Mas i Hernadez <jordi@ximian.com>
15         * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
16         passing bad parameters to GDI+ causing them not to work 
18 2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
20         * EncoderParameterValueType.cs: fix Windows build (CSC), 
21         MCS bug #58571
23         * EncoderParameter.cs: removed ctors taking int value,
24         to fix public API
26 2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
28         * EncoderParameters.cs: Added ToNativePtr() method to marshal
29         struct correctly to a native struct.  Resulting data should be
30         FreeHGlobal'd when finished.
32         * EncoderParameter.cs: Changed data storage to correspond to
33         native code layout (so we can pass these structs directly to
34         native code).  Also changed layout to match native layout.
36         * EncoderParameterValueType.cs: force EncoderParameterValueType to
37         be Int32
39 2004-05-13 Jordi Mas i Hernadez <jordi@ximian.com>
41         * ColorMatrix.cs:Make private data private 
42         * ColorPalette.cs: Make private data private
43         * Encoder.cs: Make private data private
44         * EncoderParameter.cs: Make private data private
45         * EncoderParameters.cs: Make private data private
46         * MetaHeader.cs: Make private data private
47         * PropertyItem.cs: Make private data private
49 2004-05-04  Vladimir Vukicevic  <vladimir@pobox.com>
51         * BitmapData.cs: re-synchronized with libgdiplus; also
52         removed memory deallocs here (as the data is always owned
53         by libgdiplus)
55 2004-04-28 Sanjay Gupta <gsanjay@novell.com>
56         
57         Modified files from dos2unix format.
59 2004-04-27 Ravindra <rkumar@novell.com>
61         * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
63 2004-04-27 Jordi Mas i Hernadez <jordi@ximian.com>
65         * ImageFormat.cs: completed missimg members
66         * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
68 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
69         * ImageFormat.cs: Implemented Equals() method.
71 2004-04-27 Sanjay Gupta <gsanjay@novell.com>
72         * ImageFormat.cs: Implemented ToString() method.
74 2004-04-06  Vladimir Vukicevic  <vladimir@pobox.com>
76         * BitmapData.cs: synced up data structure with libgdiplus
78         * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
79         left just codecinfo getters; the codecs are in libgdiplus
81         * ImageCodecInfo.cs: removed encode/decode delegates
82         
83 2004-03-31 Jordi Mas i Hernadez <jordi@ximian.com>
84         * FrameDimension.cs: added missing members 
85         
86 2004-03-26 Jordi Mas i Hernadez <jordi@ximian.com>
87         * ImageAttributes.cs: added missing members and complete the wrapper    
89 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
90         * BmpCodec.cs: fixes DPI in BMP
91         * Image.cs: gets DPI using GDI+ api
93 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
94         * BmpCodec.cs
95                 Added support for diffent formats
96                 Fixed bugs in import and export
97                 Support for OS/2 and palettes
98         * Image.cs
99                 Palettes        
101 2004-03-04 Sanjay Gupta <gsanjay@novell.com>
102         * Metafile.cs: Added constructor with correct signature.
104 2004-03-04 Nick Drochak <ndrochak@ieee.org>
106         * Metafile.cs: Fix build, remove duplicate member.
108 2004-03-03 Sanjay Gupta <gsanjay@novell.com>
109         *ImageAttributes.cs: Added few missing functions
110         *Metafile.cs: Added stubs for missing constructors and functions
112 2004-03-03 Nick Drochak <ndrochak@ieee.org>
114         * BmpCodec.cs: Remove unsed variable.
116 2004-02-17 Ravindra <rkumar@novell.com>
117         * EncoderParameter.cs: Did few bug fixes and changed the file
118         format to unix.
120 2004-02-13 Sanjay Gupta <gsanjay@novell.com>
121         * FrameDimension.cs: Implemented missing functionalities
123 2004-02-12 Ravindra <rkumar@novell.com>
124         * EncoderParameters.cs: Implemented.
125         * EncoderParameter.cs: Implemented.
127 2004-01-21 Jordi Mas i Hernàdez <jmas@softcatala.org>
128         * BmpBitmap.cs: fixed encoding and decoding problems
129         * ImageAttributes.cs: implemented
131 2004-01-19  Ravindra <rkumar@novell.com>
133         * Encoder.cs: Implemented.
135 2004-01-10  Ravindra <rkumar@novell.com>
137         * All Enums: Made serializable.
139         * ImageAttributes.cs: Implements ICloneable.
141         * Metafile.cs: Made serializable and invisible to COM.
143 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
145         * ColorMap.cs: Implemented
146         * ColorMatrix.cs: Implemented, Removed unneccesary members
147         * ImageAttributes.cs: Fixed signature
148         * ImageCodecInfo.cs: Added missing attribure, hide constructor
149         * ImageFormat.cs: Implemented, Added attribute
150         * MetaHeader.cs: Implemented
151         * PropertyItem.cs: Implemented
152         * ImageFlags.cs: Added Attribute
153         * ImageCodecFlags.cs: Added Attribute
154         * EmfPlusRecordType.cs: Added missing members
156 2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
157         * BitmapData.cs         new function to convert BRG to RGB
158         * JPEGCodec.cs          convert BRG to RBG
159         * PNGCodec.cs
160                                         
161                                         
162 2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
163         * BmpCodec.cs
164         * ImageCodecInfo.cs
165         * JPEGCodec.cs
166         * PNGCodec.cs
167                                         codec can select pixel format of bitmap 
168         
169 2003-10-23  Miguel de Icaza  <miguel@ximian.com>
171         * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
172         we will just have the JPEG library copy directly into our buffer. 
174         (Encode, Decode): Ported to the new model which avoid copies, and
175         eliminates InternalImageInfo.
177         TODO: need to port the PNG coder/decoder, and add support for RGBA
178         images which got dropped from this version
180         * BmpCodec.cs: Rework this one to use BitmapData and Image.  Do
181         not use the RawBytes property, instead pull the data one line at a
182         time, and write that out.
184         * ImageCodecInfo.cs: Make the encoding and decoding delegates take
185         a Image parameter;  
186         
187         * BmpCodec.cs: 
189         * BitmapData.cs: Make this one sequential, and also mimic the
190         layout of GdiPlus.h so we can use this instead of making copies
191         back and forth.
193 2003-10-12 Alexandre Pigolkine
194         * BmpCodec.cs           warning removed
196 2003-07-23 Alexandre Pigolkine
197         * JPEGCodec.cs
198         * PNGCodec.cs           
199         * BmpCodec.cs           cosmetic changes
201 2003-07-22 Alexandre Pigolkine
202         * ImageCodecInfo.cs
203         * ImageFormat.cs
204         * JPEGCodec.cs
205                 changes for PNG codec
206                 
207         * PNGCodec.cs           added
208         
209 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
211         * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
213 2003-06-29 Alexandre Pigolkine
214         * BmpCodec.cs           handle 32bpp images
215         * JPEGCodec.cs          small fix
217 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
218         * JPEGCodec.cs  encode 32 bpp images
220 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
221         * JPEGCodec.cs  set pixel format in InternalImageInfo
222         
223 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
224         * BmpCodec.cs   pixel format check added
225         * JPEGCodec.cs  encoder implemented
227 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
228         * ColorPalette.cs
229         * ImageCodecInfo.cs
230         * ImageFormat.cs
231                 implementation added
232                 
233         * BmpCodec.cs
234         * JPEGCodec.cs
235                 added   
236         
237 2002-9-2  DennisHayes <dennish@raytek.com>
239 * PropertyItem.cs t
240 * MetaHeader.cs t
241 * MetafileHeader.cs t
242 * Metafile.cs t
243 * ImageFormat.cs t
244 * ImageCodecInfo.cs t
245 * ColorMatrix.cs t
246 * ColorMap.cs t
247 * WmfPlaceableFileHeader.cs t
248 * Added todos back
250 2002-9-2  DennisHayes <dennish@raytek.com>
251         * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
252         * BitmapData.cs
253         * ColorAdjustType.cs
254         * ColorChannelFlag.cs
255         * ColorMap.cs
256         * ColorMapType.cs
257         * ColorMatrix.cs
258         * ColorMatrixFlag.cs
259         * ColorMode.cs
260         * EmfPlusRecordType.cs
261         * EmfType.cs
262         * EncoderParameterValueType.cs
263         * EncoderValue.cs
264         * ImageCodecFlags.cs
265         * ImageCodecInfo.cs
266         * ImageFlags.cs
267         * ImageFormat.cs
268         * ImageLockMode.cs
269         * MetafileFrameUnit.cs
270         * MetafileHeader.cs
271         * MetaHeader.cs
272         * PaletteFlags.cs
273         * PixelFormat.cs
274         * PlayRecordCallback.cs
275         * PropertyItem.cs
276         * WmfPlaceableFileHeader.cs
277         * Added null classes for most/all classes, Many stubs, and some implmentation
279 2002-9-2  DennisHayes <dennish@raytek.com>
281         * ColorPalette.cs
282         * FrameDimension.cs
283         * Metafile.cs
284         * Added stubs, implmentation
286 2002-05-03  Mike Kestner  <mkestner@speakeasy.net>
288         * Metafile.cs : Use System.IO. Fix exception typos.
290 2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>
292         * Metafile.cs: Copyright now holds Ximian.
294 2002-04-21  Dennis Hayes <dennish@raytek.com>
296         * corrected emum values.
298 2002-04-14  Christian Meyer  <Christian.Meyer@cs.tum.edu>
300         * ChangeLog: created.
301         * Metafile.cs: Added. Wrote some ctors. No impl done, yet.