changelog 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2003-07-17 Andreas Nahr <[email protected]>
  2. * PrinterResolution.cs: Fixed signature, implemented, restyled, removed non-CLS compliant members
  3. 2002-10-13 DennisHayes <[email protected]>
  4. * PrintDocument
  5. * Added OriginAtMargin for .NET V 1.1 compatablity.
  6. 2002-9-2 DennisHayes <[email protected]>
  7. * PageSettings.cs
  8. * PaperSize.cs
  9. * PaperSource.cs
  10. * PrintControler.cs
  11. * PrintDocument.cs
  12. * PrintingPermission.cs
  13. * PrintPageEventHandler.cs
  14. * QueryPageSettingEventArgs.cs
  15. * QueryPageSettingsEventHandler.cs
  16. * added todos back
  17. * minor bug fixes
  18. 2002-9-2 DennisHayes <[email protected]>
  19. * Duplex.cs
  20. * InvalidPrinterExecption.cs
  21. * Margins.cs
  22. * MarginsConverter.cs
  23. * PageSettings.cs
  24. * PaperKind.cs
  25. * PaperSize.cs
  26. * PaperSource.cs
  27. * PaperSourceCollection.cs
  28. * PaperSourceKind.cs
  29. * PaperUnitConvert.cs
  30. * PreviewPageInfo.cs
  31. * PreviewPrintControler.cs
  32. * PrintControler.cs
  33. * PrintDocument.cs
  34. * PrinterResolution.cs
  35. * PrinterResolutionKind.cs
  36. * PrinterSettings.cs
  37. * PrinterUnit.cs
  38. * PrintEventArgs.cs
  39. * PrintEventHandler.cs
  40. * PrintingPermission.cs
  41. * PrintingPermissionAttribute.cs
  42. * PrintingPermissionLevel.cs
  43. * PrintPageEventArgs.cs
  44. * PrintPageEventHandler.cs
  45. * PrintRange.cs
  46. * QueryPageSettingEventArgs.cs
  47. * QueryPageSettingsEventHandler.cs
  48. * StandardPrintController.cs
  49. * Added null classes for most/all classes, Many stubs, and some implmentation