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