Jackson Harper 12671fed41 20 лет назад
..
Assembly 431f1b3485 Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. 20 лет назад
System.Resources 43e26c710e 2005-10-04 Peter Bartok <[email protected]> 20 лет назад
System.Windows.Forms 12671fed41 20 лет назад
System.Windows.Forms.Design f646ee0208 2005-10-13 Peter Dennis Bartok <[email protected]> 20 лет назад
System.Windows.Forms.RTF b46e9a536a * Initial check-in of RTF parser required for RichTextBox control 20 лет назад
Test 1d105ce77a 20 лет назад
resources b5d863c3be 2005-11-01 Peter Dennis Bartok <[email protected]> 20 лет назад
samples 4c298fd8f3 Added mailclient.cs which illustrates boxes, multiline text, scrollbars, labels, single line text and combo boxes. 20 лет назад
ChangeLog 887a441a48 20 лет назад
Design 7573c5a5d2 * Guidelines: 20 лет назад
Guidelines 7573c5a5d2 * Guidelines: 20 лет назад
M.gif 73589520ec Added some test-case for ImageListTest.cs, Form, Menu and GroupBox 20 лет назад
Makefile e78d5ea068 2005-11-02 Miguel de Icaza <[email protected]> 20 лет назад
Notes 798d6d51ad Added a minor note. 21 лет назад
README 0242a0c910 - Updated to reflect Mac Driver; added mention of System.Drawing patches 21 лет назад
SWF.csproj 9fec412968 2005-11-01 Peter Dennis Bartok <[email protected]> 20 лет назад
SWF.sln 09def18846 - Created properly pathed VS.Net project and solution 21 лет назад
System.Windows.Forms.dll.resources 9fec412968 2005-11-01 Peter Dennis Bartok <[email protected]> 20 лет назад
System.Windows.Forms.dll.sources ce705a0425 Add DataGridView to the build 20 лет назад
System.Windows.Forms_test.dll.sources 887a441a48 20 лет назад
build-csproj 8fef02f446 2005-10-13 Peter Dennis Bartok <[email protected]> 20 лет назад

README

Managed.Windows.Forms README
$Revision: 1.2 $

* Introduction

Managed.Windows.Forms is a managed implementation of System.Windows.Forms.
It implements a driver interface to allow running on multiple windowing systems,
for example X11 or Windows. All controls are implemented in managed code,
using System.Drawing to draw them.


* Status

This library is in pre-alpha state. Development is still in the very early
stages. Bug reports are welcome, provided they don't just point out missing
classes. Please use http://bugzilla.ximian.com/


* Contributions

No contributions providing only stubs will be accepted at this time. We ask
that you submit contributions for review before committing them, our goal is
to have a consistent and complete implementation, ideally having most or all
methods and properties of a class written by the same author. This will ensure
a certain degree of consistency in the code. Please also check the
'Guidelines' file.


The core team for Managed.Windows.Forms currently are:
Jordi Mas i Hernandez ([email protected])
Jackson Harper ([email protected])
Peter Bartok ([email protected])

The Mac OS/X driver implementation is currently being done by:
Geoff Norton ([email protected])


* Mailing List

There is a mailing list dedicated to Mono's System.Windows.Forms
implementation, mono-winforms-list, see
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


* To run System.Windows.Forms Applications

You should use the old Wine-based implementation until this library is
more functional and reaches beta-stage.