Percent layouts grow more and more when their controls are updated
[FEATURE 10] Added release notes.
[FEATURE 10] Added new ContextBeanTag class.
Updated versions of some plugins.
[FEATURE 10] Updated user's guide.
Add a tag to create beans from Jelly context variables
The ContextBeanTag class has been added which provides the desired functionality.
Add a tag to create beans from Jelly context variables
Some base classes not available under OSGi
The configuration of the maven bundle plugin has been changed to include 'impl' packages.
[BUG 30] Changed configuration for package exports int core.
[BUG 30] Updated changes.xml.
Some base classes not available under OSGi
JavaFX: Switch to Scala 2.12
The JavaFX module is now compiled against Scala 2.12.
[FEATURE 9] Updated changes.xml.
[FEATURE 9] Switched to Scala 2.12.
[FEATURE 9] Reworked test for JavaFxComponentHandler.
[BUG 29] Changed defaults for windows flags.
JavaFX: Switch to Scala 2.12
JavaFX windows do not support the closeable property
The closeable attribute is now evaluated.
[BUG 29] JavaFxWindow now supports the closeable flag.
[BUG 29] JavaFxWindowManager now respects the closeable flag.
[BUG 29] Added release notes.
Updated copyright dates for 2018.
Fixed a dead-lock in a test class.
JavaFX windows do not support the closeable property
JavaFX tables containing only one row are sometimes not correctly updated
A fix has been applied. The internal cache is now invalidated when there is a change in the table model of a JavaFX table.
[BUG 28] Added release notes.
[BUG 28] TableHandlerFactory now sets the form controller.
[BUG 28] FX table handler now invalidates the form controller.
JavaFX tables containing only one row are sometimes not correctly updated
JavaFX orientation of splitter is mixed up
It turned out that the orientation is interpreted correctly, but there was a bug in the documentation in the user's guide. This has been fixed.
Updated copyright dates in file headers.
[BUG 27] Documentation update.
JavaFX orientation of splitter is mixed up
Add a method to Application which forces a shutdown
The proposed method has been added to Application.
Application now makes sure that the window is closed once and the shutdown method can be invoked only once.
Application shutdown handling is not consistent
JavaFX Window events incorrectly mapped
The mapping of JavaFX events to JGUIraffe events has been reworked. Closed events are now generated only if the window is actually closed; either by clicking the X button or manually by invoking close().
[BUG 25] JavaFxWindow now produces correct closed events.
[BUG 25] Changed handling of specific events for windows.
Merge branch 'bugfix/shutdownHandling-26' into test/integration
[BUG 26] Ensured that Application.shutdown() can be called only once.
[BUG 26] Integrated MainWindowCloseTracker with Application.
[BUG 25] Updated release notes.
[BUG 26] Added MainWindowCloseTracker helper class.
Updated versions for scala maven plugin.
[BUG 26][FEATURE 8] Added release notes.
[FEATURE 8] Added an overloaded Application.shutdown() method.
Add a method to Application which forces a shutdown
Application shutdown handling is not consistent
JavaFX Window events incorrectly mapped
JavaFX windows do not support icons
Icons are now evaluated and handled correctly.
[BUG-24] JavaFX windows now support icons.
[BUG-24] Updated changes.xml.
JavaFX Static Text elements do not support icons
[BUG-23] Updated changes.xml.
Updated versions in fragment-host header.
[BUG-23] Fixed JavaFxStaticTextHandler.setIcon().
Updated Scala version to 2.11.8.
JavaFX windows do not support icons
JavaFX Static Text elements do not support icons
Added release element for next release to chang...
Set version to next development SNAPSHOT.
Disabled clirr plugin.
Set version for upcoming release.
Fixed some build problems.
Release notes for version 1.3.1.
Updated changes.xml for the upcoming release.
Updated release profile and changed version.
Some updates of the site regarding the new vers...
Renamed power mock tests.
Changed surefire configuration.
NullPointerException in JavaFxTreeHandler.getSelectedPaths for multi-selection trees
Added some work-arounds to fix the NPE.
Labels are now given a slightly greater width.
The width of labels is too small in JavaFX percent layouts
Fixed failing test cases for tree handler.
[BUG-21] Increased preferred width of labels.
[BUG 22] Fixed a NPE in JavaFxTreeHandler.
[Bug 21][Bug 22] Updated changes.xml.
NullPointerException in JavaFxTreeHandler.getSelectedPaths for multi-selection trees
The width of labels is too small in JavaFX percent layouts