> ### Summary > * Simplify and update the Gtk glass backend, making Linux a first-class > OpenJFX platform. > > ### Goals > * Make Linux a first-class OpenJFX platform (see Motivation); > * Simplify the code and reduce it's size; > * Update to gtk3 (it was originally a port from gtk2); > * Remove unused code (such as applets and web start); > * Prepare the ground for a possible future Wayland support. > ### Testing > ./gradlew -PEXTRA_TEST_ARGS='-Djdk.gtk.new=true' -PFULL_TEST=true > -PUSE_ROBOT=true :systemTests:test
Thiago Milczarek Sayao has updated the pull request incrementally with five additional commits since the last revision: - Merge branch 'test2' into jdk_8236651 - Merge remote-tracking branch 'origin/test2' into test2 - Make gtk3 compile without deprecations - Make gtk3 compile without deprecations - Make gtk3 compile without deprecations ------------- Changes: - all: https://git.openjdk.java.net/jfx/pull/77/files - new: https://git.openjdk.java.net/jfx/pull/77/files/748d81bd..91d98466 Webrevs: - full: https://webrevs.openjdk.java.net/jfx/77/webrev.45 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.44-45 Stats: 114 lines in 9 files changed: 77 ins; 4 del; 33 mod Patch: https://git.openjdk.java.net/jfx/pull/77.diff Fetch: git fetch https://git.openjdk.java.net/jfx pull/77/head:pull/77 PR: https://git.openjdk.java.net/jfx/pull/77