* ColorMatrix.cs: Make it have Sequential layout.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ChangeLog
index 39fbbd664cfe7546aa4459858b44c390a2ec0b09..2452de5397e4759baa71d7d65265dac4e3d28729 100644 (file)
@@ -1,3 +1,271 @@
+2005-11-17  Raja R Harinath  <rharinath@novell.com>
+
+       * ColorMatrix.cs: Make it have Sequential layout.
+
+2005-11-16 Konstantin Triger <kostat@mainsoft.com>
+
+        * ImageCodec.jvm.cs: refactoring.
+
+2005-11-14 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodec.jvm.cs: Fixed error handling in codecs emumeration flow
+
+2005-11-13  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageFormat.cs: Fixed ToString to use this.Equals to reflect argument
+         changes to ImageFormat objects. Added Exif and Icon strings to ToString
+         and reordered formats to match declaration.
+
+2005-11-13 Konstantin Triger <kostat@mainsoft.com>
+
+        * ImageCodec.jvm.cs: throw an exception if codec is not found.
+
+2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ImageFormat.cs: Fixes ToString method
+
+2005-09-27 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodec.jvm.cs: implemented IDsposable, 
+       fixed NativeReader, NativeWriter, NativeStream
+
+2005-10-20 Konstantin Triger <kostat@mainsoft.com>
+
+        * Metafile.jvm.cs: implement abstact Clone
+
+2005-10-04 Peter Dennis Bartok <pbartok@novell.com>
+
+       * EncoderParameter.cs, EncoderParameters.cs: Calling GC.SuppressFinalize
+         from the Dispose method; fixes bug #76329
+
+2005-09-21 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodec.jvm.cs: refactoring of read/write methods, members access levels
+
+2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodecInfo.jvm.cs: fixed ImageCodec namespace
+       * ImageCodec.jvm.cs: refactoring of read/write methods
+
+2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodecInfo.jvm.cs: fixed GetValueFromMetadata, SetResolution
+
+2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodecInfo.jvm.cs: Refactoring
+       * Added ImageCodec.jvm.cs
+
+2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * ImageCodecInfo.jvm.cs: Fixed Iterate
+
+2005-08-03 Andrew Skiba <andrews@mainsoft.com>
+
+       * ImageCodecInfo.jvm.cs: implement via java imageio, add internal APIs for
+       fast read-only requests
+       * Methafile.jvm.cs: change in not implemented api to match image.jvm.cs
+
+2005-08-03 Andrew Skiba <andrews@mainsoft.com>
+
+       * Metafile.jvm.cs: add TARGET_JVM implementation
+
+2005-08-03 Andrew Skiba <andrews@mainsoft.com>
+
+       * ColorPalette.cs, FrameDimension.cs, EncoderParameters.cs: TARGET_JVM
+       exclude not supported internal methods
+       * EncoderParameter.jvm.cs, ImageAttributes.jvm.cs, ImageFormat.jvm.cs,
+       ImageCodecInfo.jvm.cs: added TARGET_JVM implementation of these classes
+
+2005-03-23 Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ColorPalette.cs: fixes ColorPalette marshaling        
+
+2004-03-21 Jordi Mas i Hernadez <jordi@ximian.com>
+
+       * ColorMatrix.cs: fixes Matrix00 init 
+       * ImageAttributes.cs: fixes dispose method and signature
+
+2004-02-25 Jordi Mas i Hernadez <jordi@ximian.com>
+
+       * ColorMatrix.cs: rewritten to be able to marshall it properly
+       
+2004-12-27  Zoltan Varga  <vargaz@freemail.hu>
+
+       * ImageCodecInfo.cs: Fix marshalling of arrays on amd64.
+
+2004-11-25  Marek Safar  <marek.safar@seznam.cz>
+
+       * ColorPalette.cs: Add CheckStatus to GetAdjustedPalette.\r
+\r
+2004-11-03  Miguel de Icaza  <miguel@ximian.com>
+
+       * ColorPalette.cs: Add internal Clone method
+
+2004-10-08  Ravindra  <rkumar@novell.com>
+
+       * BitmapData.cs: Synchronized the class with BitmapData struct
+       in libgdiplus.
+
+2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
+       
+       * EmfPlusRecordType.cs: fixed mismatches in enum field values
+
+2004-05-18 Jordi Mas i Hernadez <jordi@ximian.com>
+       * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
+       passing bad parameters to GDI+ causing them not to work 
+
+2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
+
+       * EncoderParameterValueType.cs: fix Windows build (CSC), 
+       MCS bug #58571
+
+       * EncoderParameter.cs: removed ctors taking int value,
+        to fix public API
+
+2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
+
+       * EncoderParameters.cs: Added ToNativePtr() method to marshal
+       struct correctly to a native struct.  Resulting data should be
+       FreeHGlobal'd when finished.
+
+       * EncoderParameter.cs: Changed data storage to correspond to
+       native code layout (so we can pass these structs directly to
+       native code).  Also changed layout to match native layout.
+
+       * EncoderParameterValueType.cs: force EncoderParameterValueType to
+       be Int32
+
+2004-05-13 Jordi Mas i Hernadez <jordi@ximian.com>
+
+       * ColorMatrix.cs:Make private data private 
+       * ColorPalette.cs: Make private data private
+       * Encoder.cs: Make private data private
+       * EncoderParameter.cs: Make private data private
+       * EncoderParameters.cs: Make private data private
+       * MetaHeader.cs: Make private data private
+       * PropertyItem.cs: Make private data private
+
+2004-05-04  Vladimir Vukicevic  <vladimir@pobox.com>
+
+       * BitmapData.cs: re-synchronized with libgdiplus; also
+       removed memory deallocs here (as the data is always owned
+       by libgdiplus)
+
+2004-04-28 Sanjay Gupta <gsanjay@novell.com>
+       
+       Modified files from dos2unix format.
+
+2004-04-27 Ravindra <rkumar@novell.com>
+
+       * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
+
+2004-04-27 Jordi Mas i Hernadez <jordi@ximian.com>
+
+       * ImageFormat.cs: completed missimg members
+       * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
+
+2004-04-27 Sanjay Gupta <gsanjay@novell.com>
+       * ImageFormat.cs: Implemented Equals() method.
+
+2004-04-27 Sanjay Gupta <gsanjay@novell.com>
+       * ImageFormat.cs: Implemented ToString() method.
+
+2004-04-06  Vladimir Vukicevic  <vladimir@pobox.com>
+
+       * BitmapData.cs: synced up data structure with libgdiplus
+
+       * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
+       left just codecinfo getters; the codecs are in libgdiplus
+
+       * ImageCodecInfo.cs: removed encode/decode delegates
+       
+2004-03-31 Jordi Mas i Hernadez <jordi@ximian.com>
+       * FrameDimension.cs: added missing members 
+       
+2004-03-26 Jordi Mas i Hernadez <jordi@ximian.com>
+       * ImageAttributes.cs: added missing members and complete the wrapper    
+
+2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
+       * BmpCodec.cs: fixes DPI in BMP
+       * Image.cs: gets DPI using GDI+ api
+
+2004-03-04 Jordi Mas i Hernadez <jordi@ximian.com>
+       * BmpCodec.cs
+               Added support for diffent formats
+               Fixed bugs in import and export
+               Support for OS/2 and palettes
+       * Image.cs
+               Palettes        
+
+2004-03-04 Sanjay Gupta <gsanjay@novell.com>
+       * Metafile.cs: Added constructor with correct signature.
+
+2004-03-04 Nick Drochak <ndrochak@ieee.org>
+
+       * Metafile.cs: Fix build, remove duplicate member.
+
+2004-03-03 Sanjay Gupta <gsanjay@novell.com>
+       *ImageAttributes.cs: Added few missing functions
+       *Metafile.cs: Added stubs for missing constructors and functions
+
+2004-03-03 Nick Drochak <ndrochak@ieee.org>
+
+       * BmpCodec.cs: Remove unsed variable.
+
+2004-02-17 Ravindra <rkumar@novell.com>
+       * EncoderParameter.cs: Did few bug fixes and changed the file
+       format to unix.
+
+2004-02-13 Sanjay Gupta <gsanjay@novell.com>
+       * FrameDimension.cs: Implemented missing functionalities
+
+2004-02-12 Ravindra <rkumar@novell.com>
+       * EncoderParameters.cs: Implemented.
+       * EncoderParameter.cs: Implemented.
+
+2004-01-21 Jordi Mas i Hernàdez <jmas@softcatala.org>
+       * BmpBitmap.cs: fixed encoding and decoding problems
+       * ImageAttributes.cs: implemented
+
+2004-01-19  Ravindra <rkumar@novell.com>
+
+       * Encoder.cs: Implemented.
+
+2004-01-10  Ravindra <rkumar@novell.com>
+
+       * All Enums: Made serializable.
+
+       * ImageAttributes.cs: Implements ICloneable.
+
+       * Metafile.cs: Made serializable and invisible to COM.
+
+2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * ColorMap.cs: Implemented
+       * ColorMatrix.cs: Implemented, Removed unneccesary members
+       * ImageAttributes.cs: Fixed signature
+       * ImageCodecInfo.cs: Added missing attribure, hide constructor
+       * ImageFormat.cs: Implemented, Added attribute
+       * MetaHeader.cs: Implemented
+       * PropertyItem.cs: Implemented
+       * ImageFlags.cs: Added Attribute
+       * ImageCodecFlags.cs: Added Attribute
+       * EmfPlusRecordType.cs: Added missing members
+
+2003-11-12  Alexandre Pigolkine <pigolkine@gmx.de>
+       * BitmapData.cs         new function to convert BRG to RGB
+       * JPEGCodec.cs          convert BRG to RBG
+       * PNGCodec.cs
+                                       
+                                       
+2003-11-02  Alexandre Pigolkine <pigolkine@gmx.de>
+       * BmpCodec.cs
+       * ImageCodecInfo.cs
+       * JPEGCodec.cs
+       * PNGCodec.cs
+                                       codec can select pixel format of bitmap 
+       
 2003-10-23  Miguel de Icaza  <miguel@ximian.com>
 
        * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,