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