Lukasz Kostyra
Lukasz Kostyra
This PR adds a title-mentioned fallback to `ImageStorage.java` and a test for that specific scenario. In `ImageStorage.loadAll()` we still prefer the Image path that was provided by the user, but...
Originally this issue was supposed to resolve problems with some system tests (`MenuDoubleShortcutTest`, `TextAreaBehaviorTest` and others) failing on my Windows machine. In the process of figuring this out I found...
This commit fixes the JVM crash caused by bad Clipboard data on Linux. On Windows the Clipboard is a bit more generic in how it operates - even if the...
This PR fixes `isFocused()` returning invalid value when Stage fails to receive focus after calling `Stage.show()`. This problem is Windows-only. In Windows the `SetForegroundWindow()` API lists [a set of conditions...