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