Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

TODO

Porting of SWT components

  • Browser win/linux
  • Phobos compatibility
  • Test and fix OLE
  • Implement the WeakHashMap?, Java collections
  • Investigate shared library version of DWT, make the win import libs unneeded.

DWT-Addons

  • ui.forms FormTextModel? need to reimplement the XML parsing with tango parser
  • ui.forms BreakIterator? is needed either with Mango ICU, with some regex or a simple own impl.

Examples/Snippets

  • PaintExample
  • ControlExample Set/Get API
  • LayoutExample
  • GraphicsExample
  • FileViewerExample
  • DndExample
  • BrowserExample
  • HoverHelpExample
  • ImageAnalyserExample
  • JavaViewerExample
  • Lots of snippets
  • Unittests from eclipse.org/swt

Further SWT Ports

  • Mac OS X has been started by Jacob Carlborg, "...but don't count on it too much because I don't have much time right..."