ChangeLog 3.5 KB

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