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