README 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Managed.Windows.Forms README
  2. * Introduction
  3. Managed.Windows.Forms is a managed implementation of
  4. System.Windows.Forms. It implements a driver interface to allow
  5. running on multiple windowing systems, for example X11 or Windows. All
  6. controls are implemented in managed code, using System.Drawing to draw
  7. them.
  8. * Status
  9. This library is in a beta state. Development is still proceeding as
  10. at a rapid page on the 1.1 codebase. A limitted number of 2.0
  11. controls have been implemented, but the 2.0 api is not supported at
  12. this time. Bug reports are welcome. Please use
  13. http://bugzilla.ximian.com/
  14. * Contributions
  15. Contributions are most welcome. These can come in many different
  16. forms, depending on what you're interested in working on. 2.0
  17. controls need a lot of work, so ask on the mailing list or in irc if
  18. someone is working on it already, and if not, start in on it. Also,
  19. the unit tests need a lot of work. We can always use more of them,
  20. and there are still a small number of them which pass on MS .NET and
  21. fail on MWF. For code contributions, please check the 'Guidelines'
  22. file.
  23. The novell MWF team is currently:
  24. Andreia Gaita ([email protected])
  25. Jackson Harper ([email protected])
  26. Mike Kestner ([email protected])
  27. Rolf Kvinge ([email protected])
  28. Chris Toshok ([email protected])
  29. * Mailing List
  30. There is a mailing list dedicated to Mono's System.Windows.Forms
  31. implementation, mono-winforms-list, see
  32. http://lists.ximian.com/mailman/listinfo/mono-winforms-list