X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing.Design%2FSystem.Drawing.Design%2FChangeLog;h=98b6e0e34fa1d2f9bfc79d3521f8851cad451b8c;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=3bd046c7b2fc9de9aa34b5f02899d8d34ca8b0b3;hpb=9c62770cf526102311b418527817a12477b9a130;p=mono.git diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog b/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog index 3bd046c7b2f..98b6e0e34fa 100644 --- a/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog +++ b/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog @@ -1,3 +1,103 @@ +2008-06-03 Ivan N. Zlatev + + * FontNameEditor.cs: PaintEventArgs.Value is string containing + the font name and not a Font. + Based on a patch by Andy Hume + [Fixes bug #396631] + +2008-04-01 Ivan N. Zlatev + + * ColorEditor.cs: Cache the editor contorl instead of creating + it each time. + +2008-02-08 Ivan N. Zlatev + + * ColorEditor.cs: Fix Height to include the last 8th row. + +2008-02-05 Ivan N. Zlatev + + * ColorEditor.cs: Set the Height to match the custom colors tab + Height. + [Fixes bug #356527] + +2008-02-04 Ivan N. Zlatev + + * ColorEditor.cs: Perfom action in OnMouseUp only if in client. + [Fixes bug #358444] + +2007-11-13 Atsushi Enomoto + + * ToolboxItemCreator.cs, ToolboxService.cs, ToolboxItemContainer.cs: + couple of 2.0 API fixes. + +2007-05-30 Sebastien Pouliot + + * CursorEditor.cs: Add new (2.0) IsDropDownResizable property. + * ImageEditor.cs: Add new (2.0) GetImageExtenders method. + * ToolboxItemContainer.cs: New. Stub to reduce MoMA missing report. + * ToolboxItemCreator.cs: New. Stub to reduce MoMA missing report. + * ToolboxService.cs: New. Stub to reduce MoMA missing report. + +2006-10-25 Chris Toshok + + * IconEditor.cs: the value we're painting isn't an Image, it's an + Icon. use Icon.ToBitmap to get something we can actually draw. + +2006-10-13 Chris Toshok + + * ColorEditor.cs: we also need to make sure we set selected_color + and color_chosen initially. + +2006-10-13 Chris Toshok + + * ColorEditor.cs: windows allows a null to be passed in to + EditValue (indeed, the property grid when showing a merged view + requires it). Also, if no change is made we need to return the + initial value (so, if you pass null in, and don't make a change, + null should be returned. + +2006-07-31 Jonathan Chambers + + * ColorEditor.cs: Add custom color picker tab. + +2006-04-27 Jonathan Chambers + + * ColorEditor.cs: Make into a drop down editor + and begin work on editor. + +2006-04-26 Alexander Olk + + * ColorEditor.cs: Dispose the SolidBrush that fills the color + rectangle and don't draw a border which uglifys + PropertyGrid + +2004-02-24 Andreas Nahr + + * BitmapEditor.cs + * FontEditor.cs + * FontNameEditor.cs + * IconEditor.cs + * ImageEditor.cs + * MetafileEditor.cs + * ColorEditor.cs: beautifications + + * ContentAlignmentEditor.cs + * CursorEditor.cs: Implemented a simple UI + * ColorEditor.cs: Implemented a simple UI + +2003-07-23 Andreas Nahr + + * IconEditor.cs: Tiny fix to improve created image + +2003-07-21 Andreas Nahr + + * BitmapEditor.cs + * IconEditor.cs + * ImageEditor.cs + * MetafileEditor.cs: Added localization support + + * FontNameEditor.cs: Improved implementation + 2003-06-17 Andreas Nahr * BitmapEditor.cs