ChangeLog 2.5 KB

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