added missing members and complete the wrapper
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ChangeLog
1 2004-03-26 Jordi Mas i Hernadez <jordi@ximian.com>
2         * ImageAttributes.cs: added missing members and complete the wrapper    
3
4 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
5         * BmpCodec.cs: fixes DPI in BMP
6         * Image.cs: gets DPI using GDI+ api
7
8 2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
9         * BmpCodec.cs
10                 Added support for diffent formats
11                 Fixed bugs in import and export
12                 Support for OS/2 and palettes
13         * Image.cs
14                 Palettes        
15
16 2004-03-04 Sanjay Gupta <gsanjay@novell.com>
17         * Metafile.cs: Added constructor with correct signature.
18
19 2004-03-04 Nick Drochak <ndrochak@ieee.org>
20
21         * Metafile.cs: Fix build, remove duplicate member.
22
23 2004-03-03 Sanjay Gupta <gsanjay@novell.com>
24         *ImageAttributes.cs: Added few missing functions
25         *Metafile.cs: Added stubs for missing constructors and functions
26
27 2004-03-03 Nick Drochak <ndrochak@ieee.org>
28
29         * BmpCodec.cs: Remove unsed variable.
30
31 2004-02-17 Ravindra <rkumar@novell.com>
32         * EncoderParameter.cs: Did few bug fixes and changed the file
33         format to unix.
34
35 2004-02-13 Sanjay Gupta <gsanjay@novell.com>
36         * FrameDimension.cs: Implemented missing functionalities
37
38 2004-02-12 Ravindra <rkumar@novell.com>
39         * EncoderParameters.cs: Implemented.
40         * EncoderParameter.cs: Implemented.
41
42 2004-01-21 Jordi Mas i Hernàdez <jmas@softcatala.org>
43         * BmpBitmap.cs: fixed encoding and decoding problems
44         * ImageAttributes.cs: implemented
45
46 2004-01-19  Ravindra <rkumar@novell.com>
47
48         * Encoder.cs: Implemented.
49
50 2004-01-10  Ravindra <rkumar@novell.com>
51
52         * All Enums: Made serializable.
53
54         * ImageAttributes.cs: Implements ICloneable.
55
56         * Metafile.cs: Made serializable and invisible to COM.
57
58 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
59
60         * ColorMap.cs: Implemented
61         * ColorMatrix.cs: Implemented, Removed unneccesary members
62         * ImageAttributes.cs: Fixed signature
63         * ImageCodecInfo.cs: Added missing attribure, hide constructor
64         * ImageFormat.cs: Implemented, Added attribute
65         * MetaHeader.cs: Implemented
66         * PropertyItem.cs: Implemented
67         * ImageFlags.cs: Added Attribute
68         * ImageCodecFlags.cs: Added Attribute
69         * EmfPlusRecordType.cs: Added missing members
70
71 2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
72         * BitmapData.cs         new function to convert BRG to RGB
73         * JPEGCodec.cs          convert BRG to RBG
74         * PNGCodec.cs
75                                         
76                                         
77 2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
78         * BmpCodec.cs
79         * ImageCodecInfo.cs
80         * JPEGCodec.cs
81         * PNGCodec.cs
82                                         codec can select pixel format of bitmap 
83         
84 2003-10-23  Miguel de Icaza  <miguel@ximian.com>
85
86         * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
87         we will just have the JPEG library copy directly into our buffer. 
88
89         (Encode, Decode): Ported to the new model which avoid copies, and
90         eliminates InternalImageInfo.
91
92         TODO: need to port the PNG coder/decoder, and add support for RGBA
93         images which got dropped from this version
94
95         * BmpCodec.cs: Rework this one to use BitmapData and Image.  Do
96         not use the RawBytes property, instead pull the data one line at a
97         time, and write that out.
98
99         * ImageCodecInfo.cs: Make the encoding and decoding delegates take
100         a Image parameter;  
101         
102         * BmpCodec.cs: 
103
104         * BitmapData.cs: Make this one sequential, and also mimic the
105         layout of GdiPlus.h so we can use this instead of making copies
106         back and forth.
107
108 2003-10-12 Alexandre Pigolkine
109         * BmpCodec.cs           warning removed
110
111 2003-07-23 Alexandre Pigolkine
112         * JPEGCodec.cs
113         * PNGCodec.cs           
114         * BmpCodec.cs           cosmetic changes
115
116 2003-07-22 Alexandre Pigolkine
117         * ImageCodecInfo.cs
118         * ImageFormat.cs
119         * JPEGCodec.cs
120                 changes for PNG codec
121                 
122         * PNGCodec.cs           added
123         
124 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
125
126         * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
127
128 2003-06-29 Alexandre Pigolkine
129         * BmpCodec.cs           handle 32bpp images
130         * JPEGCodec.cs          small fix
131
132 2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
133         * JPEGCodec.cs  encode 32 bpp images
134
135 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
136         * JPEGCodec.cs  set pixel format in InternalImageInfo
137         
138 2003-06-23 Alexandre Pigolkine <pigolkine@gmx.de>
139         * BmpCodec.cs   pixel format check added
140         * JPEGCodec.cs  encoder implemented
141
142 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
143         * ColorPalette.cs
144         * ImageCodecInfo.cs
145         * ImageFormat.cs
146                 implementation added
147                 
148         * BmpCodec.cs
149         * JPEGCodec.cs
150                 added   
151         
152 2002-9-2  DennisHayes <dennish@raytek.com>
153
154 * PropertyItem.cs t
155 * MetaHeader.cs t
156 * MetafileHeader.cs t
157 * Metafile.cs t
158 * ImageFormat.cs t
159 * ImageCodecInfo.cs t
160 * ColorMatrix.cs t
161 * ColorMap.cs t
162 * WmfPlaceableFileHeader.cs t
163 * Added todos back
164
165 2002-9-2  DennisHayes <dennish@raytek.com>
166         * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
167         * BitmapData.cs
168         * ColorAdjustType.cs
169         * ColorChannelFlag.cs
170         * ColorMap.cs
171         * ColorMapType.cs
172         * ColorMatrix.cs
173         * ColorMatrixFlag.cs
174         * ColorMode.cs
175         * EmfPlusRecordType.cs
176         * EmfType.cs
177         * EncoderParameterValueType.cs
178         * EncoderValue.cs
179         * ImageCodecFlags.cs
180         * ImageCodecInfo.cs
181         * ImageFlags.cs
182         * ImageFormat.cs
183         * ImageLockMode.cs
184         * MetafileFrameUnit.cs
185         * MetafileHeader.cs
186         * MetaHeader.cs
187         * PaletteFlags.cs
188         * PixelFormat.cs
189         * PlayRecordCallback.cs
190         * PropertyItem.cs
191         * WmfPlaceableFileHeader.cs
192         * Added null classes for most/all classes, Many stubs, and some implmentation
193
194 2002-9-2  DennisHayes <dennish@raytek.com>
195
196         * ColorPalette.cs
197         * FrameDimension.cs
198         * Metafile.cs
199         * Added stubs, implmentation
200
201 2002-05-03  Mike Kestner  <mkestner@speakeasy.net>
202
203         * Metafile.cs : Use System.IO. Fix exception typos.
204
205 2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>
206
207         * Metafile.cs: Copyright now holds Ximian.
208
209 2002-04-21  Dennis Hayes <dennish@raytek.com>
210
211         * corrected emum values.
212
213 2002-04-14  Christian Meyer  <Christian.Meyer@cs.tum.edu>
214
215         * ChangeLog: created.
216         * Metafile.cs: Added. Wrote some ctors. No impl done, yet.
217