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