José Pereda
José Pereda
This PR fixes an issue when there is a DialogPane that has no header and no graphic is set, by adding the `graphic-container` styleclass only when there is a non-null...
This PR allows dispatching a menu event on Android to trigger a ContextMenuEvent. It is somehow a follow-up of [JDK-8245575](https://bugs.openjdk.java.net/browse/JDK-8245575), where the same was added for iOS. While no test...
to take into account Gradle 6.4+ for JDK 14+ and the recently published JavaFX gradle plugin 0.0.9
It points to apache right now: https://github.com/openjfx/samples/blob/master/HelloFX/Maven/hellofx/pom.xml#L9
Hotfix added this line: https://github.com/openjfx/javafx-maven-plugin/blob/master/src/main/java/org/openjfx/JavaFXRunFixMojo.java#L139 which takes the user settings file into account. But if it doesn't exist, there is a runtime error. See https://stackoverflow.com/questions/69336290/eclipse-maven-javafx-maven-home-not-specified
and bypass the use of the Maven dependencies.
When the ResolvePathsResult object is created it might contain some PathExceptions that are simply ignored now. As a consequence of such exceptions, `pathElements` doesn't contain all the artifacts in `dependencyArtifacts`,...
This PR fixes #63 adding an `sdk` extension, similar to the JavaFX Gradle plugin one, that is used to override the JavaFX artifacts that will be selected, instead of using...
Currently when running `mvn javafx:run`, the plugin compiles if there is no initial compilation (`target/classes` doesn't exist). Later on, any change in the source code is not tracked and requires...