[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / System.Drawing / ChangeLog
index 7ecd6782d33470ee9b2eea33fb771844ff385762..3f744aa254fb0a42f54ccd43ccec505a28658bd0 100644 (file)
@@ -1,3 +1,29 @@
+2010-07-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Icon.cs: Remove width==height check when deserializing (uncommon
+       but valid icons). Fix bug #581400
+
+2010-07-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Graphics.cs (CopyFromScreen): Avoid crash if asked for a region
+       to big for XGetImage to return. Fix bug #582823
+
+2010-03-01  Miguel de Icaza  <miguel@novell.com>
+
+       * Point.cs: Fix #554635, our constructor that takes an int had the
+       values for X and Y swapped out.
+
+2009-10-13 Marek Safar  <marek.safar@gmail.com>
+
+       * KnownColors.cs: FindColorMatch has to match only predefined color
+       names ignoring system elements.
+
+       * ColorTranslator.cs: Add more predefined names.
+
+2009-07-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Font.cs: implement OriginalFontName.
+
 2009-07-15  Sebastien Pouliot  <sebastien@ximian.com>
 
        * gdipFunctions.cs: Fix XVisualIDFromVisual to return an IntPtr