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