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