X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FChangeLog;h=fde39a6229122db30b6aef873fc7c7078baa384f;hb=665b0b4e72507ec33a171db67270e4529b852395;hp=533105d51c95a9f2698a828cfe9af87cffe412e3;hpb=e61f7b8d1ff6a06a36ab47ff1fecf11339850957;p=mono.git diff --git a/mcs/class/System.Drawing/ChangeLog b/mcs/class/System.Drawing/ChangeLog index 533105d51c9..fde39a62291 100644 --- a/mcs/class/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/ChangeLog @@ -1,9 +1,228 @@ -2004-01-19 Ravindra +2006-01-12 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Added unit tests for GraphicsPath + and PathData. + +2006-01-11 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Added CAS unit tests for Region to + the build. + +2005-12-05 Jordi Mas i Hernandez + + * MetaHeader.cs: Classes need to specify StructLayout attribute + * EncoderParameter.cs: Classes need to specify StructLayout attribute + * ImageAttributes.cs: Classes need to specify StructLayout attribute + * WmfPlaceableFileHeader.cs: Classes need to specify StructLayout attribute + * MetafileHeader.cs: Classes need to specify StructLayout attribute + +2005-12-04 Konstantin Triger + + * net_1_1_java_System.Drawing.dll.exclude.sources, + net_1_1_java_System.Drawing.dll.sources: + correcting SystemIcons.cs reference. + +2005-11-28 Konstantin Triger + + * System.Drawing.vmwcsproj: Added System icons; changed to mono icon implementation. + +2005-11-14 Andrew Skiba + + * net_1_1_java_System.Drawing.dll.sources, + net_1_1_java_System.Drawing.dll.exclude.sources: added java profile + sources lists + * Makefile: add java profile section + +2005-11-13 Konstantin Triger + + * System.Drawing.vmwcsproj: Added System.Drawing.Text/LineLayout.jvm.cs, + System.Drawing.Text/LineLayout.jvm.cs + +2005-09-27 Kornél Pál + + * Makefile: Removed /codepage:28591 as it is the default. + +2005-09-19 Miguel de Icaza + + * Makefile (EXTRA_DISTFILES): Distribute indexed.png, add resource + to build. + +2005-09-14 Vladimir Krasnov + + * System.Drawing.vmwcsproj: Added PlainImage.jvm.cs, PlainImageCollection.jvm.cs + +2005-09-07 Vladimir Krasnov + + * System.Drawing.vmwcsproj: ImageCodec.jvm.cs + Added Mainsoft.Drawing.Configuration.jvm folder with + ResolutionConfiguration.cs, ResolutionConfigurationCollection.cs, + ResolutionConfigurationHandler.cs + +2005-08-28 Vladimir Krasnov + + * System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs + Excluded: GraphicsContainer.cs, GraphicsState.cs + Fixed: const.cs.in + +2005-08-25 Atsushi Enomoto + + * Makefile: build fix for some utf8-defaulted environment. + +2005-08-24 Marek Safar + + * SD.csproj: Updated. + +2005-08-23 Eyal Alalyf + * System.Drawing.vmwcsproj: Change it to be developer edition project file + +2005-08-23 Boris Kirzner + * System.Drawing.vmwcsproj: Changed reference to Consts.cs. + +2005-08-16 Andrew Skiba + + * System.Drawing.vmwcsproj: use ImageFormat.cs instead of jvm.cs + +2005-08-14 Gert Driesen + + * System.Drawing.dll.sources: Removed TestColorConverter again, as + there was already a test class for ColorConverter. + +2005-08-14 Gert Driesen + + * System.Drawing.dll.sources: Added TestColorConverter.cs. + +2005-08-14 Vladimir Krasnov + + * System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs + +2005-08-11 Konstantin Triger + + * System.Drawing.vmwcsproj: changing JAVA to TARGET_JVM in release builds + +2005-08-10 Boris Kirzner + * System.Drawing.vmwcsproj: Added ExtendedGeneralPath.jvm.cs and GeneralPathIterator.jvm.cs. + +2005-08-09 Konstantin Triger + + * System.Drawing.vmwcsproj: Added AdvancedStoke.jvm.cs and StrokeFactory.jvm.cs + +2005-08-09 Andrew Skiba + + * System.Drawing_test.dll.sources: add ColorConverter.cs and ColorTranslator.cs + +2005-08-07 Konstantin Triger + + * System.Drawing.vmwcsproj: removed source control dependency + +2005-08-03 Andrew Skiba + + * System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper + +2004-12-09 Geoff Norton + + * System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build + +2004-11-22 Ravindra + + * SD.csproj: Removed a wrong entry from files list. + +2004-09-16 Ravindra + + * SD.csproj: Added a VS.NET project file. It can be used to build + System.Drawing library on MS. + +2004-09-09 Sebastien Pouliot + * System.Drawing_test.dll.sources: Added unit tests for + PrintingPermission and it's attribute class. + +2004-06-10 Ravindra + + * Makefile: Suppress compiler warning cs:618 for test dll. + +2004-06-03 Ravindra + + * Makefile: Updated. We don't need to define the flag + DECLARE_CDECL_DELEGATES anymore. As we have moved all the + codecs to libgdiplus. + +2004-05-26 Ravindra + + * System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list. + +2004-05-20 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list. + +2004-05-18 Ravindra + + * System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the + test sources list. + * README: Added some guidelines for writing tests/samples. + +2004-05-17 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list. + +2004-05-14 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestImageConverter.cs and + TestImageFormatConverter.cs to the test sources list. + +2004-04-22 Ravindra + + * System.Drawing_test.dll.sources: Added TestPointConverter.cs, + TestRectangleConverter.cs and TestSizeConverter.cs to the test + sources list. + +2004-04-21 Ravindra + + * System.Drawing_test.dll.sources: Added TestPens.cs and + TestBrushes.cs to the test sources list. + +2004-04-16 Ravindra + + * System.Drawing_test.dll.sources: Added TestSystemPens.cs + to the test sources list. + +2004-04-12 Ravindra + + * System.Drawing_test.dll.sources: Added TestSystemBrushes.cs + to the test sources list. + +2004-03-18 Ravindra + * System.Drawing_test.dll.sources: Added TestBitmap.cs, + TestBlend.cs and TestColorBlend.cs to test sources list. + +2004-03-17 Ravindra + * Samples: Created directory for samples. + * README: Created README that tells about the directory + structure for samples and tests. + +2004-02-11 Ravindra + * System.Drawing.dll.sources: Added EncoderParameter.cs + and EncoderParameters.cs. + +2004-02-07 Andreas Nahr + + * System.Drawing.dll.sources: + SRDescriptionAttribute.cs, Locale.cs added + +2004-01-26 Ravindra + * System.Drawing.dll.sources: Added TextureBrush.cs. + +2004-01-26 Ravindra + * System.Drawing_test.dll.sources: Added to create + System.Drawing_test.dll. + +2004-01-23 Ravindra + * System.Drawing.dll.sources: Removed TextureBrush.cs. + Was added by mistake during last check-in. + +2004-01-19 Ravindra * System.Drawing.dll.sources: Added Encoder.cs. 2003-11-13 Andreas Nahr - * System.Drawing.dll.sources: MetafileHeader added (was missing), Consts.cs added 2003-10-14 Bernie Solomon @@ -17,7 +236,6 @@ Add gdi+ implementation 2003-09-21 Miguel de Icaza - * System.Drawing.dll.sources: Remove xr implementation. 2003-09-21 Alexandre Pigolkine @@ -40,56 +258,56 @@ * System.Drawing.dll.sources: * list.unix: AssemblyInfo.cs added -2003-06-27 Alexandre Pigolkine - * list.unix - new file added - -2003-06-22 Alexandre Pigolkine - * list.unix - reordered by folder names - few new files added - System.Drawing.Design/IDesignerHost.cs removed - -2003-06-18 Alexandre Pigolkine - * list.unix changed - -2003-06-15 Alexandre Pigolkine - * list.unix files added - * makefile.gnu --unsafe flag, cdecl delegates - -2003-06-06 Alexandre Pigolkine - * list.unix changed - -2003-04-26 Alexandre Pigolkine - * list.unix changed - -2003-03-31 Martin Willemoes Hansen - - * System.Drawing.Printing/PrinterUnitConvert.cs stubed - -2003-03-31 Martin Willemoes Hansen - - * System.Drawing.Design/ToolboxItemCollection.cs stubed - -2003-03-31 Alan Tam - - * list.unix: Added UITypeEditor.cs. - -2003-02-08 Gonzalo Paniagua Javier - - * list.unix: added ImageAttributes.cs. - -2003-02-07 Alexandre Pigolkine - * list.unix changed - -2002-12-1 Alejandro Sánchez Acosta - - * list.unix: Changed - - -2002-06-20 Gonzalo Paniagua Javier - - * ChangeLog: new file. - - * System.Drawing.build: added System.dll dependency - +2003-06-27 Alexandre Pigolkine + * list.unix + new file added + +2003-06-22 Alexandre Pigolkine + * list.unix + reordered by folder names + few new files added + System.Drawing.Design/IDesignerHost.cs removed + +2003-06-18 Alexandre Pigolkine + * list.unix changed + +2003-06-15 Alexandre Pigolkine + * list.unix files added + * makefile.gnu --unsafe flag, cdecl delegates + +2003-06-06 Alexandre Pigolkine + * list.unix changed + +2003-04-26 Alexandre Pigolkine + * list.unix changed + +2003-03-31 Martin Willemoes Hansen + + * System.Drawing.Printing/PrinterUnitConvert.cs stubed + +2003-03-31 Martin Willemoes Hansen + + * System.Drawing.Design/ToolboxItemCollection.cs stubed + +2003-03-31 Alan Tam + + * list.unix: Added UITypeEditor.cs. + +2003-02-08 Gonzalo Paniagua Javier + + * list.unix: added ImageAttributes.cs. + +2003-02-07 Alexandre Pigolkine + * list.unix changed + +2002-12-1 Alejandro Sánchez Acosta + + * list.unix: Changed + + +2002-06-20 Gonzalo Paniagua Javier + + * ChangeLog: new file. + + * System.Drawing.build: added System.dll dependency +