[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / System.Drawing / ChangeLog
index 040c26f0e754bb84dc5a025506ddb93d9aa96fea..3f744aa254fb0a42f54ccd43ccec505a28658bd0 100644 (file)
@@ -1,3 +1,39 @@
+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
+       since 64 bits X servers will return a 64 bits value.
+       * gdipStructs.cs: Fix XVisualInfo to use IntPtr on fields that
+       are 64 bits on 64 bits X servers.
+       * Graphics.cs: Adjust CopyFromScreenX11 to work with IntPtr so the
+       screenshot code can work on both 32 and 64 bits X servers.
+       [Fix bug #521718]
+
 2008-11-24  Geoff Norton  <gnorton@novell.com>
 
        * gdipFunctions.cs: Ensure that System.Drawing works on the mac as