ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index b2574954c050a4342cb7d154703cdb98119790e1..19c329eabce89e7ac2ba6b0597aadf5e85552ba5 100644 (file)
@@ -1,3 +1,23 @@
+2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
+
+2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
+
+2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
+
+2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
+       * GridItem.cs: Fixed TODOs
+       * GridItemCollection.cs: Added ICollection interface
+
+2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
+
+       * ImageList.cs: Resize icons when needed.
+
 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
 
        * ListViewItem.cs