[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [wb-dev] WindowBuilder 1.20.0 | 
- From: Patrick Ziegler <ziegler.patrick@xxxxxxxxxx>
- Date: Wed, 11 Jun 2025 22:16:31 +0200
- 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=MGMzo+gVxg2kc5uSDyOwk7pbJIrvY+c9d5yRlHLjxgE=; b=B+fPdmIUJ5iVptIeT9zq8uHgHBNCh9l++i//5vi1QcfIQOkdTznqNcNRPrmOO4kIUD1luwSrxsDK8pK82I0hCKp5enjQdyqDGF1UZEk2aWns0yektbf6CdlXb5RvKmCJiVpoYifX+oYA2dVnNGOnDfZKoialSZG2AEwWsMSk/W3wAVT2xsWhi8fWnusG+mfmt1LlfS0VITKYtGuKZCXYgMXK3G3+aqvQy/4x8Gl1algiHWLWKcRTuA+X4AHiRXqa74zv9YuNzcjed2K72dzIPRNGmpuObcd/mIudKOrNSFgTBhjtegQ+bwqv11fnPdTBfVttF00E45edVTqm27ARNg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=cLzzRMk/f8MRq/GI0RQ86lompqVoUhAt1YqNcb2a/SrRKAWAXEBfL/SW1M41xo7pcS5grnKGt3r6ckfOt3RKe7rc7na3TtHeYwT4g66VwTOZkQ/PTTHO69wInidAQuw+Y3dnpQB0i496RBOCylTWspl8m0TsTeg56lzGyteARa1rXuf57HTohbYzBHKepzo5ruEs0VzxFI2LZmtZ2oBSmgZjj4HNvn968II+dugIcdBClY3GQQ9wvRz7S2sIeuZseNmW8CNKMp/SaUfe1ZMSDO19gvHTKJsHq6VekX9eeglK+oTmtzTLBFS7WL/Nmuh4KidQa+3T8UqqurHa4vibqw==
- 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 the repository for the 1.20 release has been 
created earlier today:
https://download.eclipse.org/windowbuilder/updates/release/1.20.0
Originally, the focus of this release was a general cleanup of the 
property table, in order to fix some of the visual glitches that appear 
when selecting properties and to properly integrate the SWT buttons into 
the GEF layout.
However, this was then quickly overshadowed by an incompatibility with 
Java 24, due to the extensive use of reflection not only by 
WindowBuilder, but also BurningWave. This issue has been temporarily 
resolved by updating BurningWave to a newer version. But it is now also 
possible to launch the editor without this dependency, while at the same 
time preserving most of the functionality.
Lastly, I've started migrating some of the icons to SVGs, to take 
advantage of the support that was added with the latest SWT release and 
to avoid some of the quirkiness that has been introduced with the 
ongoing HighDPI support.
A list of all changes can be found here:
https://github.com/eclipse-windowbuilder/windowbuilder/releases/tag/V1.20.0
Regards,
Patrick