Skip to content

Releases: RobertBColton/DockFX

0.4 Beta

0.4 Beta Pre-release
Pre-release

Choose a tag to compare

@RobertBColton RobertBColton released this 27 Apr 19:51

Fixes issues, like #34, with the dock area indicator appearing off the window with a layout that includes more than just DockPane (i.e. MenuBar and ToolBar). Also removes some unused imports and adds an example MenuBar and ToolBar to the demo.

0.3 Beta

0.3 Beta Pre-release
Pre-release

Choose a tag to compare

@RobertBColton RobertBColton released this 21 Apr 13:46

This version fixes a timing issue with the floating property so that it accurately reflects whether the dock is floating during undock events. Essentially, this resolves #35.

Java 9 Beta

Java 9 Beta Pre-release
Pre-release

Choose a tag to compare

@RobertBColton RobertBColton released this 25 Feb 22:59

This release fixes a few issues with building the project in Java 9 and with newer Maven. There is only one incompatible change and that is that, for now, only a stage that has a DockPane will receive docking events. This is a workaround for StageHelper being made non-public API in Java 9.

Public Beta

Public Beta Pre-release
Pre-release

Choose a tag to compare

@RobertBColton RobertBColton released this 22 Aug 01:39

Improved stage dragging responsiveness on systems with implementations that have poor JavaFX performance which is the case with most Linux releases so far. This fixes the behavior of dragging the window out of maximized and removes the need for custom maximize/restore functionality. Also addresses issues with the indicator overlays appearing in odd locations on screen for brief periods of time.