| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 2003-08-31 Jerome Laban <[email protected]>
- * Label.cs: Fixed Text property not redrawing the label correctly.
- 2003-08-31 Jerome Laban <[email protected]>
- * win32functions.cs: Added GetUpdateRect function.
- * Control.cs: Make sure to call OnPaint even if UserPaint style is not
- enabled. Get the appropriate DC for WM_PAINT operations.
- 2003-07-16 Peter Williams <[email protected]>
- * System.Windows.Forms.dll.sources: Don't build with two
- AssemblyInfo.cs files.
- 2003-07-07 Martin Willemoes Hansen <[email protected]>
- * System.Windows.Forms.Design/AnchorEditor.cs
- System.Windows.Forms.Design/AxImporter.cs
- System.Windows.Forms.Design/ComponentDocumentDesigner.cs
- System.Windows.Forms.Design/ComponentTray.cs
- System.Windows.Forms.Design/ControlDesigner.cs
- System.Windows.Forms.Design/DocumentDesigner.cs
- System.Windows.Forms.Design/FileNameEditor.cs
- System.Windows.Forms.Design/IMenuEditorService.cs
- System.Windows.Forms.Design/MenusCommands.cs
- System.Windows.Forms.Design/ParentControlDesigner.cs
- System.Windows.Forms.Design/ScrollableControlDesigner.cs
- System.Windows.Forms.Design/SelectionRules.cs: Moved to System.Design assembly
-
- 2003-05-31 Paolo Molaro <[email protected]>
- * System.Resources/ResXResourceReader.cs: get simple reading and error
- checks working.
- 2003-03-31 Alan Tam <[email protected]>
- * UITypeEditor.cs: Removed.
- 2003-03-29 Martin Willemoes Hansen <[email protected]>
- * Added stub for System.Windows.Forms/IWindowsFormsEditorService.cs
- 2003-02-07 Alexandre Pigokine <[email protected]>
- * list.unix removed System.Windows.Forms\Font.cs
- 2003-01-31 John Sohn <[email protected]>
- * README: updated for latest WineLib and Mono
- 2003-01-15 Duncan Mak <[email protected]>
- * Make it not spam all those warnings. Blocking errors 0108 and also
- 0114.
- 2002-12-10 Jeroen Janssen <[email protected]>
-
- * added ChangeLog
- * fixed MonoTodo compile errors with csc
|