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