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