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