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