| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- 2003-09-21 Alexandre Pigolkine <[email protected]>
- Checkin for Hervé Poussineau <[email protected]>
- * Margins.cs
- * MarginsConverter.cs
- * PageSettings.cs
- * PaperSize.cs
- * PaperSource.cs
- * PreviewPageInfo.cs
- * PrintController.cs
- * PrintDocument.cs
- * PrintEventArgs.cs
- * PrintEventHandler.cs
- * PrintPageEventArgs.cs
- * PrinterSettings.cs
- * PrinterUnitConvert.cs
- * PrintingPermission.cs
- * PrintingPermissionAttribute.cs
- * QueryPageSettingsEventHandler.cs
- * StandardPrintController.cs
- Implemented.
-
- * PaperSourceCollection.cs: subclass of PrinterSettings
- * PaperUnitConvert.cs: not found in .NET documentation
- Deleted.
- 2003-07-17 Andreas Nahr <[email protected]>
- * PrinterResolution.cs: Fixed signature, implemented, restyled, removed non-CLS compliant members
- 2002-10-13 DennisHayes <[email protected]>
- * PrintDocument
- * Added OriginAtMargin for .NET V 1.1 compatablity.
- 2002-9-2 DennisHayes <[email protected]>
- * PageSettings.cs
- * PaperSize.cs
- * PaperSource.cs
- * PrintControler.cs
- * PrintDocument.cs
- * PrintingPermission.cs
- * PrintPageEventHandler.cs
- * QueryPageSettingEventArgs.cs
- * QueryPageSettingsEventHandler.cs
- * added todos back
- * minor bug fixes
- 2002-9-2 DennisHayes <[email protected]>
- * Duplex.cs
- * InvalidPrinterExecption.cs
- * Margins.cs
- * MarginsConverter.cs
- * PageSettings.cs
- * PaperKind.cs
- * PaperSize.cs
- * PaperSource.cs
- * PaperSourceCollection.cs
- * PaperSourceKind.cs
- * PaperUnitConvert.cs
- * PreviewPageInfo.cs
- * PreviewPrintControler.cs
- * PrintControler.cs
- * PrintDocument.cs
- * PrinterResolution.cs
- * PrinterResolutionKind.cs
- * PrinterSettings.cs
- * PrinterUnit.cs
- * PrintEventArgs.cs
- * PrintEventHandler.cs
- * PrintingPermission.cs
- * PrintingPermissionAttribute.cs
- * PrintingPermissionLevel.cs
- * PrintPageEventArgs.cs
- * PrintPageEventHandler.cs
- * PrintRange.cs
- * QueryPageSettingEventArgs.cs
- * QueryPageSettingsEventHandler.cs
- * StandardPrintController.cs
- * Added null classes for most/all classes, Many stubs, and some implmentation
-
|