V1.13.0
1.13.0 has been released.
Website
https://eclipse.dev/windowbuilder/
Update Sites
https://download.eclipse.org/windowbuilder/updates/index.html
https://download.eclipse.org/windowbuilder/updates/release/1.13.0
Market place
https://marketplace.eclipse.org/content/windowbuilder
https://marketplace.eclipse.org/content/windowbuilder-nightly-build
What's Changed
- Update p2 repositories to their latest releases. by @ptziegler in #475
- Replace deleted SWTObservable with DisplayRealm in ControlTest. by @ptziegler in #480
- Remove deleted IWorkbenchWindowConfigurer methods from wbp-component.xml by @ptziegler in #478
- Remove deleted PopupDialog constructor from wbp-component.xml. by @ptziegler in #479
- Update release version numbers for next development cycle (1.13.0) by @ptziegler in #474
- Enhanced classes should be directly injected in the parent class-loader by @ptziegler in #469
- [GEF] Replace Rectangle with latest GEF counterpart. by @ptziegler in #467
- [GEF] Replace PointList with latest GEF class. by @ptziegler in #484
- Ensure that the target directory is empty when moving the test project. by @ptziegler in #485
- Update Tycho to the 4.0.0 nightly build. by @ptziegler in #483
- [GEF] Replace Transposer with latest GEF class. by @ptziegler in #487
- Validate the Manifest version numbers using the latest release. by @ptziegler in #488
- IPalettePreferences should use FontDescriptor instead of Font by @ptziegler in #489
- Fix: NPE when creation a Font from an uninitialized FontDescriptor. by @ptziegler in #490
- Update Code generation to the new Observable Binding API - #491 by @ptziegler in #493
- Synchronize compiler settings accross all plugin projects by @ptziegler in #494
- Perform automatic code cleanup in all source files - Correct indentation by @ptziegler in #495
- [GTK3] Issue 371 - Fix crash when taking a snapshot on Wayland by @ptziegler in #465
- Switch to the ImageDescriptor for IEntry instead of Image. by @ptziegler in #496
- Switch to the ImageDescriptor in EntryInfo instead of Image. by @ptziegler in #497
- Update to Tycho 5 nightly build. by @ptziegler in #503
- Fix "Widget is Disposed" exception in FontDialogField. by @ptziegler in #505
- [GEF] Replace Graphics class with its GEF counterpart. by @ptziegler in #502
- Switch from Image to ImageDescriptor for IObservePresentation by @ptziegler in #507
- [GEF] Figure should implement the IFigure interface. by @ptziegler in #508
- [GEF] Replace IFigureListener with FigureListener by @ptziegler in #510
- [GEF] Replace IAncestorListener and AncestorEventTable by @ptziegler in #511
- [GEF] Replace IMouseListener, IMouseMoveListener and IMouseTrackListener by @ptziegler in #513
- IMenuObjectInfo should use ImageDescriptor instead of Image. by @ptziegler in #514
- ISurroundTarget should use ImageDescriptor instead of Image. by @ptziegler in #515
- Remove singleton pattern from ObjectsLabelProvider by @ptziegler in #516
- Fix: Category not expanded when clicking on it. by @ptziegler in #517
- IObjectPresentation should use ImageDescriptors instead of Images. by @ptziegler in #518
- IActionIconProvider should use ImageDescriptors instead of Images by @ptziegler in #519
- ComponentDescriptor should use ImageDescriptors instead of Images by @ptziegler in #520
- Replace icon wrapping for View/Shortcut info with pure image descriptors by @ptziegler in #521
- Cleanup internal Image wrapping in CreationDescription & friends by @ptziegler in #522
- Remove internal Image wrapping in StylePresentation. by @ptziegler in #523
- Cleanup internal Image wrapper in ComponentEntryInfo & friends by @ptziegler in #524
- Convert all WindowBuilder tests from JUnit3 to JUnit4 by @ptziegler in #525
- Cleanup tear-down methods to stabilize test cases by @ptziegler in #527
- Adjust wait time for event loop to stabilize unit test by @ptziegler in #528
- Remove internal usage of the SwtResourceManager by @ptziegler in #529
- Set "force" flag so that test project files are in sync with file system by @ptziegler in #532
- Add MVEL bundle to the project classloader by @ptziegler in #534
- Remove obsolete Image constructor for ComponentPresentation by @ptziegler in #531
- Ensure that DisposeProjectAfter is always called after the test by @ptziegler in #535
- Fix potential memory leak by using ImageDescriptors in ImageUtils by @ptziegler in #536
- Update XWT to 1.9.0 in replacement for the embedded jars. by @ptziegler in #526
- [GEF] Replace RefreshManager with UpdateManager by @ptziegler in #537
- Fix: Palette not properly updated when hovering over items by @ptziegler in #539
- [GEF] Replace EventTable with EventListenerList by @ptziegler in #538
- [GEF] Simplify proxy event handling in EventManager by @ptziegler in #540
- Remove usage of deprecated constructor for Java primitives. by @ptziegler in #541
- Typify ListDialogField & IListAdapter to resolve "raw types" warnings by @ptziegler in #542
- Switch to ImageDescriptor in TypeImageProvider and adjust references by @ptziegler in #543
- Store visuals of bean components as image descriptors instead of images by @ptziegler in #544
- Fix: WindowBuilder can't be installed in Eclipse IDE by @ptziegler in #548
- Adjust action-image/image provider to return ImageDescriptors by @ptziegler in #547
- Perform automatic code cleanup - add missing override annotations by @ptziegler in #549
- Partial migrate SwingImageUtils to use ImageDescriptors. by @ptziegler in #550
- Remove ImageImageDescriptor and cleanup remaining references. by @ptziegler in #551
- Synchronize methods and fields with descriptor-based implementation by @ptziegler in #552
- Automatic Code Cleanup - Use diamond operators where possible by @ptziegler in #553
- Automatic Code Cleanup - Use pattern matching for instanceof by @ptziegler in #554
- Synchronize databinding project settings with the rest by @ptziegler in #555
- Code Cleanup - Replace Guava Functions with Java Functions by @ptziegler in #557
- [GEF] Synchronize reset method in Figure with downstream class by @ptziegler in #559
- [GEF] Use downstream property methods in Figure class. by @ptziegler in #560
- [GEF] Use downstream repaint methods in Figure class by @ptziegler in #561
- [GEF] Fix: Repaint operation has to consider local coordinates by @ptziegler in #562
- [GEF] Harmonize Figure color accessors with GEF base-class by @ptziegler in #558
- Fix: Unable to open design page for view page by @ptziegler in #563
- Fix: Error when trying to delete selected tab item by @ptziegler in #564
Full Changelog: V1.12.0...V1.13.0