[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [wb-dev] WindowBuilder 1.19.0 | 
- From: Patrick Ziegler <ziegler.patrick@xxxxxxxxxx>
- Date: Wed, 12 Mar 2025 20:32:04 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=6kHevd8SSgrbSdiNFY7x7OpmVZ5ZHHACd0XOvrfS/b4=; b=Y599hzYw9NR3+/EjfJJfuB+TRMdk8E+wyaUmgcHiADv6imLGuPXMHH9FNWZu8MbD3gRpZ9Fku8tcUjS+bvnnlE078WswZOxjQuvHfPiWE+ia9lTKNldyV0fYuU+ESoSb/9uHDTw+Xzv5LBO6zx4gJ+Ex3kOl2KyV3dNDAyctB0pLCcg/Cl9HOxyoMP6LN11zwv32/tp7FoJIywjMnFh0VtePpryGj+sKeTLqZp/RnJ1MKJSNrsiTH1xbynbpNtYBYPPd1FXu9mrutsgZolBIXrmjFrIvDDtmmKWrxbO0QZY3SicKVgHlUozqMuba+e4cuYIX+l6LsmLtKQCZS6bSiA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=WYjplXNY8d3IUcwgrBGM3xegPiezO4UiokjFckhtKxx/nCXLqelnpbnEectV6IITntR46Jb0XyQ65qcnDr+g7QeZL3wAq1BL6DB9TRovo8vMHxIPi1Zt2OBP2C706+Z3eWlVtVU4EUEv5a1MtOmyoOM4iA7PyVBRgEPjwdmugFBoBlLd4TXAySjfPdORRch7RlO+2ZWRiTexB4BaULiyXU5LmbJj7gQmoiKhsf8N0ziTzAVVQ/lXUUzA9DzSRIkk0AKjzgXbgGB8hQpRbDY1o4OkKE0o0rEhQfLbDLGr40NEvpjdpcappp8TpIv0AkRaww96xG+Ktm+moT0erz8EJw==
- Delivered-to: wb-dev@xxxxxxxxxxx
- List-archive: <https://www.eclipse.org/mailman/private/wb-dev/>
- List-help: <mailto:wb-dev-request@eclipse.org?subject=help>
- List-subscribe: <https://www.eclipse.org/mailman/listinfo/wb-dev>, <mailto:wb-dev-request@eclipse.org?subject=subscribe>
- List-unsubscribe: <https://www.eclipse.org/mailman/options/wb-dev>, <mailto:wb-dev-request@eclipse.org?subject=unsubscribe>
- User-agent: Mozilla Thunderbird
  
    Hello everyone,
    I'm happy to announce that I've just finished up everything for
      the 1.19.0 release. Artifacts can be consumed from the 2025-03
      SimRel repository or directly from our update site:
    
    https://download.eclipse.org/windowbuilder/updates/release/1.19.0
    
    
    Focus of this release is an overall cleanup of the inner workings
      of WindowBuilder, to hopefully reduce the continuous maintenance
      burden.
    In addition, I also started working on a pure GEF-based palette,
      which in the near future will hopefully replace the current
      implementation. This palette is still in an experimental stage and
      needs to be explicitly enabled via the "wbf.gef.palette" system
      property.
    
    
    Sadly, due to a source- but not binary-compatible change in SWT,
      I didn't notice a problem due to which WindowBuilder won't run
      properly anymore with everything up to and including the 2024-12
      release. I'll try to sort this out, but this will then only be
      available with the next nightly builds.
    
      Many regards, 
    
    Patrick