[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / ChangeLog
index a140705ee5b00bf4f9d7e56a62ca17264710a334..b15a05ff671e1e5b87b7df9f1229bf36c8114832 100644 (file)
@@ -1,3 +1,76 @@
+2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com> 
+
+       * PaperSource.cs: Implement RawKind.
+       Fixes the remaining bits of #507739.
+
+2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * PaperSize.cs: Implement support for RawKind.
+       Patch by Andy Hume (andyhume32@yahoo.co.uk).
+       Fixes part of #507739.
+
+2009-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * PaperSize.cs: Actually implement RawKind by retrieving and setting
+       the kind field.
+
+2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PrintingServicesUnix.cs: Fix potential crash on 64bit OS. Gendarme
+       rule for checking IntPtr has been updated to cover this case as well
+
+2008-10-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PaperSize.cs, PreviewPrintController.cs, PrinterSettings.cs,
+       PrintingPermissionAttribute.cs, PrintingPermission.cs: Remove unneeded
+       field initialization to their default values.
+       [Found using Gendarme AvoidUnneededFieldInitializationRule]
+
+2008-02-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PrintingServicesUnix.cs: Fix AvoidToStringOnStringsRule found
+       using Gendarme.
+
+2007-12-10  Andreia Gaita <avidigal@novell.com>
+
+       * PrintingServicesWin32.cs: Add enumeration flag to get remote 
+       printers as well as locally connected ones. Fixes #325258
+
+2007-06-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Margins.cs: Overloaded operators are 2.0 only.
+
+2007-05-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Margins.cs: Implement missing == and != operators (MoMA reports them
+       but they were not included in the class status pages). Fix property 
+       setters (to check value), reduced code duplication and changed 
+       GetHashCode to be less CPU intensive.
+
+2007-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PrintingServicesWin32.cs: Pass 0 as mode to DocumentProperties to
+       obtain the size of the buffer required to hold the DEVMODE structure.
+       Fixes bug #81723.
+
+2007-05-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PreviewPrintController.cs: Reduce bitmap size and avoid scaling the
+       print preview (fix bug #80765). Patch from Vladimir Dimitrov.
+       * PrintingServicesUnix.cs: Reorder calculation to avoid loss of 
+       precision in integer division. Use printer resolution for Cairo
+       fallback. Patch from Vladimir Dimitrov.
+
+2007-03-13  Andreia Gaita  <avidigal@novell.com>
+
+       * PrintingServices.cs: Add missing static method SysPrn.GetPrintDialogInfo
+       for SWF to call up printing dialogues.
+
+2007-02-21  Andreia Gaita  <avidigal@novell.com>
+       
+       * PrintingServicesUnix.cs: Report an error in the console if there is
+       a problem opening the printer.
+
 2007-02-21  Andreia Gaita  <avidigal@novell.com>
 
        * PrintingServicesUnix.cs: don't free up pointers unnecessarily (doh)