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

Changes between Version 52 and Version 53 of WikiStart

Show
Ignore:
Author:
JJR (IP: 207.194.36.142)
Timestamp:
05/18/08 03:34:37 (16 years ago)
Comment:

First version

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v52 v53  
    1 {{{ 
    2 #!html 
    3 <img src='http://downloads.dsource.org/projects/dwt/logo/eclipse-red-128.png' width="128" height="128" style='float:left ; position : relative ; left : -10px ; top : 0px ' > 
    4 }}} 
    5 = Welcome to DWT = 
    6  
    7 DWT is a port of the [http://www.eclipse.org/swt SWT] GUI library from the [http://www.eclipse.org Eclipse] project. 
    8 The current port is based on SWT 3.3.2.  Ports for Win32 and Linux are now available via the links provided at the bottom of this page. 
    9  
    10 Chris Miller's [http://www.dprogramming.com/entice.php Entice Designer] now supports DWT Code generation. 
    11  
    12 For those looking for the [wiki:DwtShawn old DWT] based on SWT 3.0.2 (Windows+phobos only), this has been superceded by DWT 3.3.2.  However, the old version is still available in svn under the "branches" directory.  The last dmd compiler version to work with the old dwt was 1.025. 
    13  
    14 === Project Status === 
    15  
    16 DWT 3.3.2 is not yet fully completed, but its already usable. See links [wiki:Screenshots] and the DWT-Samples repository, see below. Missing features are the Browser widget and OLE on windows. 
    17  
    18 === Downloads === 
    19  
    20 Stable versions will be added when available.  For now, please access the mercurial repository by following the instructions for [wiki:AccessMercurialRepo] and [wiki:Installation] 
    21  
    22 There is a [wiki:SetupLinux setup shell script for DWT on linux/dmd/tango] 
    23  
    24 === Support === 
    25  
    26 Help and support for dwt is available on the digitalmars.D.dwt on the news.digitalmars.com server.  Also, realtime support is available on !FreeNode in '''#dwt'''. See also the [wiki:Installation Installation Guide]. Commercial support on request (benoit@tionex.de). 
    27  
    28 === Docs === 
    29  
    30 No Docs for DWT yet.  
    31  
    32 Since DWT is compatible with SWT's APIs, you may refer to documentation within the Eclipse project. 
    33  
    34  * [http://help.eclipse.org/help33/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/package-summary.html SWT-3.3 API Documentation] 
    35  * [http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/swt.htm SWT Programmer's Guide] 
    36  * [http://www.eclipse.org/articles/index.php?sort=date&category=SWT SWT Articles] 
    37  * [http://book.javanb.com/swt-the-standard-widget-toolkit/main.html Online SWT Book] 
    38  
    39 === Development Repositories and Timelines === 
    40  
    41  * [http://www.dsource.org/projects/dwt-win/timeline Timeline DWT-Windows] 
    42  * [http://www.dsource.org/projects/dwt-linux/timeline Timeline DWT-Linux] 
    43  * [http://www.dsource.org/projects/dwt-samples/timeline Timeline DWT-Samples] 
    44  * [http://www.dsource.org/projects/dwt-addons/timeline Timeline DWT-Addons] 
    45  
    46  * [http://hg.dsource.org/projects/dwt-win Mercurial Repos DWT-Windows] 
    47  * [http://hg.dsource.org/projects/dwt-linux Mercurial Repos DWT-Linux] 
    48  * [http://hg.dsource.org/projects/dwt-samples Mercurial Repos DWT-Samples] 
    49  * [http://hg.dsource.org/projects/dwt-addons Mercurial Repos DWT-Addons] 
    50  
    51 === Snippets === 
    52  
    53 Beside the DWT-Sample repository, a lot of Java snippets for SWT are available. 
    54  * http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/CatalogSWT-JFace-Eclipse.htm 
    55  * [http://www.eclipse.org/swt/snippets SWT Snippets] 
    56  * [http://wiki.eclipse.org/index.php/JFaceSnippets JFace Snippets] 
    57  * At your favourite search engine 
    58  
    59 === Related Projects === 
    60  
    61 [wiki:DwtShawn] lists a few project that use this early version of DWT. 
    62  
    63 [/projects/tioport Tioport] has been used to automatically create SWT-3.2.1 ports (win32/linux). These ports are not compatible with DWT. 
    64  
    65 === Useful Links === 
    66  
    67  * [wiki:Requirements] 
    68  * [wiki:Features] 
    69  * [wiki:Screenshots] 
    70  * [wiki:Contributors] 
    71  * [wiki:Installation] 
    72  * [wiki:DiffToOriginal Differences to the Java original] 
    73  * [wiki:Contribution] 
    74  * [wiki:AccessMercurialRepo] 
    75  * [wiki:ImportLibraries] 
    76  * [wiki:Porting] 
    77  * [wiki:FAQ] 
    78  * [wiki:Logo] 
    79  * [wiki:TODO] 
    80  * [wiki:Ideas] 
    81  * [wiki:DevTools] 
    82  * [wiki:JFace JFace] 
    83  * [wiki:Review34M7 Review of DWT 3.4M7] 
     1[[T(DWT-TMain)]]