| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- 2006-05-20 Jordi Mas i Hernandez <[email protected]>
- * PrintingServices.cs: GetPrintDialogInfo definition
- * PrintingServicesWin32.cs GetPrintDialogInfo implementation
- * PrintingServicesUnix.cs: GetPrintDialogInfo stub
- 2006-04-14 Jordi Mas i Hernandez <[email protected]>
- * PrintingServicesUnix.cs: Replace cupsGetPrinters deprecated API call
- 2006-04-13 Jordi Mas i Hernandez <[email protected]>
- * PrintingServicesUnix.cs: Checks if cups is installed
- * PrinterSettings.cs: PrintToFile property and ToString method
- 2006-04-28 Sebastien Pouliot <[email protected]>
- * PrintController.cs: corcompare fix. No public ctor in 2.0.
- * PrinterSettings.cs: corcompare fix. Clone method isn't virtual.
- 2006-03-21 Sebastien Pouliot <[email protected]>
- * PrintingServicesUnix.cs: cupsGetPrinters(char***) requires to free
- each individual string and (finally) the list. Note that this call is
- deprecated.
- 2006-03-13 Peter Dennis Bartok <[email protected]>
- * PrintingServicesUnix.cs: Handle not having a printer
- 2006-02-09 Peter Dennis Bartok <[email protected]>
- * PrintingServicesWin32.cs: Simplyfied the code, removing the need
- for pointer calculations (part of 64bit cleanup)
- 2006-01-27 Sebastien Pouliot <[email protected]>
- * PrintingServicesWin32.cs: Ensure Marshal.FreeHGlobal is called for
- all unmanaged memory allocated with AllocHGlobal.
- 2006-01-15 Jordi Mas i Hernandez <[email protected]>
- * PrintingServicesUnix.cs: Allow setting the dpy's for the surface
- 2005-12-22 Jordi Mas i Hernandez <[email protected]>
- * PrintingServices.cs: Printing services abstration class
- * PrintingServicesWin32.cs: Win32 printer driver
- * PrintingServicesUnix.cs: Unix printer driver
- * Margins.cs: Fixes exceptions error messages
- * PrinterResolution.cs: Fixes
- * PrintEventArgs.cs: New internal method
- * PrintPageEventArgs.cs: New internal method
- * StandardPrintController.cs: Fixes
- * PrinterUnitConvert.cs: Fixes conversion errors
- * PrintDocument.cs: Fixes to make it print
- * PageSettings.cs: Take margains into account
- * PrintController.cs: Fixes
- * PaperSize.cs: Method to set paper Kind
- * PrinterSettings.cs: Implements settings and fixes
- *
- 2005-12-07 Jordi Mas i Hernandez <[email protected]>
-
- * PrinterResolutionKind.cs: Fixes signature for .Net 2.0
- * PaperKind.cs: Fixes signature for .Net 2.0
- * PaperSource.cs: Fixes signature for .Net 2.0
- * Margins.cs: Fixes signature for .Net 2.0
- * PrinterResolution.cs: Fixes signature for .Net 2.0
- * PrintEventArgs.cs: Fixes signature for .Net 2.0
- * PrintAction.cs: New enum in .Net 2.0
- * PageSettings.cs: Fixes signature for .Net 2.0
- * PaperSourceKind.cs: Fixes signature for .Net 2.0
- * PrintController.cs: Fixes signature for .Net 2.0
- * Duplex.cs: Fixes signature for .Net 2.0
- * PaperSize.cs: Fixes signature for .Net 2.0
- * PreviewPrintController.cs: Fixes signature for .Net 2.0
- * PrinterSettings.cs: Fixes signature for .Net 2.0
- * PrintRange.cs: Fixes signature for .Net 2.0
-
- 2005-09-16 Sebastien Pouliot <[email protected]>
- * InvalidPrinterException.cs: Removed NotImplementedException (not
- required) and added a demand for SerializationFormatter on the
- GetObjectData method.
- * PrintingPermission.cs: Throw ArgumentException if the class or
- version attributes are missing in the supplied XML (only in 1.x).
- 2005-03-23 Jordi Mas i Hernandez <[email protected]>
- * PaperKind.cs: fixes wrong enum values
- 2005-01-27 Lluis Sanchez Gual <[email protected]>
- * MarginsConverter.cs: Implemented support for InstanceDescriptor.
|