ChangeLog 2.8 KB

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