> This proposed change does the following: > > - Ports DND target to use GTK reducing code size and adding extra text / > image formats (such as .gif); > - Use gtk signals instead of gdk events (also to reduce code size); > - Simplifies geometry (sizing/positioning) with a more straightforward code > (less special cases) ; > - Replaces (pointer and focus) grabbing with a gtk approach; > - Reworked frame extents (the wm extension to get decoration sizes) to reduce > size and complexity; > - Simplified cursor changing; > - Reduced the use of gtk/gdk deprecated functions; > - Removes Applet/Web Start code. > > In general it reduces code size and complexity and hands more work to gtk. > > 
The pull request has been updated with 1 additional commit. ------------- Added commits: - cb2d9fb6: Work on mouse grab Changes: - all: https://git.openjdk.java.net/jfx/pull/77/files - new: https://git.openjdk.java.net/jfx/pull/77/files/2bfac077..cb2d9fb6 Webrevs: - full: https://webrevs.openjdk.java.net/jfx/77/webrev.13 - incr: https://webrevs.openjdk.java.net/jfx/77/webrev.12-13 Stats: 27 lines in 2 files changed: 17 ins; 2 del; 8 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