ChangeLog 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 2006-04-28 Sebastien Pouliot <[email protected]>
  2. * PrintController.cs: corcompare fix. No public ctor in 2.0.
  3. * PrinterSettings.cs: corcompare fix. Clone method isn't virtual.
  4. 2006-03-21 Sebastien Pouliot <[email protected]>
  5. * PrintingServicesUnix.cs: cupsGetPrinters(char***) requires to free
  6. each individual string and (finally) the list. Note that this call is
  7. deprecated.
  8. 2006-03-13 Peter Dennis Bartok <[email protected]>
  9. * PrintingServicesUnix.cs: Handle not having a printer
  10. 2006-02-09 Peter Dennis Bartok <[email protected]>
  11. * PrintingServicesWin32.cs: Simplyfied the code, removing the need
  12. for pointer calculations (part of 64bit cleanup)
  13. 2006-01-27 Sebastien Pouliot <[email protected]>
  14. * PrintingServicesWin32.cs: Ensure Marshal.FreeHGlobal is called for
  15. all unmanaged memory allocated with AllocHGlobal.
  16. 2006-01-15 Jordi Mas i Hernandez <[email protected]>
  17. * PrintingServicesUnix.cs: Allow setting the dpy's for the surface
  18. 2005-12-22 Jordi Mas i Hernandez <[email protected]>
  19. * PrintingServices.cs: Printing services abstration class
  20. * PrintingServicesWin32.cs: Win32 printer driver
  21. * PrintingServicesUnix.cs: Unix printer driver
  22. * Margins.cs: Fixes exceptions error messages
  23. * PrinterResolution.cs: Fixes
  24. * PrintEventArgs.cs: New internal method
  25. * PrintPageEventArgs.cs: New internal method
  26. * StandardPrintController.cs: Fixes
  27. * PrinterUnitConvert.cs: Fixes conversion errors
  28. * PrintDocument.cs: Fixes to make it print
  29. * PageSettings.cs: Take margains into account
  30. * PrintController.cs: Fixes
  31. * PaperSize.cs: Method to set paper Kind
  32. * PrinterSettings.cs: Implements settings and fixes
  33. *
  34. 2005-12-07 Jordi Mas i Hernandez <[email protected]>
  35. * PrinterResolutionKind.cs: Fixes signature for .Net 2.0
  36. * PaperKind.cs: Fixes signature for .Net 2.0
  37. * PaperSource.cs: Fixes signature for .Net 2.0
  38. * Margins.cs: Fixes signature for .Net 2.0
  39. * PrinterResolution.cs: Fixes signature for .Net 2.0
  40. * PrintEventArgs.cs: Fixes signature for .Net 2.0
  41. * PrintAction.cs: New enum in .Net 2.0
  42. * PageSettings.cs: Fixes signature for .Net 2.0
  43. * PaperSourceKind.cs: Fixes signature for .Net 2.0
  44. * PrintController.cs: Fixes signature for .Net 2.0
  45. * Duplex.cs: Fixes signature for .Net 2.0
  46. * PaperSize.cs: Fixes signature for .Net 2.0
  47. * PreviewPrintController.cs: Fixes signature for .Net 2.0
  48. * PrinterSettings.cs: Fixes signature for .Net 2.0
  49. * PrintRange.cs: Fixes signature for .Net 2.0
  50. 2005-09-16 Sebastien Pouliot <[email protected]>
  51. * InvalidPrinterException.cs: Removed NotImplementedException (not
  52. required) and added a demand for SerializationFormatter on the
  53. GetObjectData method.
  54. * PrintingPermission.cs: Throw ArgumentException if the class or
  55. version attributes are missing in the supplied XML (only in 1.x).
  56. 2005-03-23 Jordi Mas i Hernandez <[email protected]>
  57. * PaperKind.cs: fixes wrong enum values
  58. 2005-01-27 Lluis Sanchez Gual <[email protected]>
  59. * MarginsConverter.cs: Implemented support for InstanceDescriptor.