hg: openjfx/jfx/rt: 2 new changesets

kevin.rushforth at oracle.com kevin.rushforth at oracle.com
Fri Oct 5 12:56:22 UTC 2018


Changeset: 6717508716f7
Author:    kcr
Date:      2018-09-27 13:38 -0700
URL:       http://hg.openjdk.java.net/openjfx/jfx/rt/rev/6717508716f7

8210092: Remove old javafx.swing implementation
Reviewed-by: psadhukhan, mchung, alanb, jvos

! build.gradle
- dependencies/java.desktop/module-info.java.extra
! modules/javafx.swing/.classpath
! modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/InteropFactory.java
- modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/oldimpl/FXDnDInteropO.java
- modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/oldimpl/InteropFactoryO.java
- modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/oldimpl/JFXPanelInteropO.java
- modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/oldimpl/SwingFXUtilsImplInteropO.java
- modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/oldimpl/SwingNodeInteropO.java
+ modules/javafx.swing/src/main/java/module-info.java
- modules/javafx.swing/src/main/module-info/module-info.java

Changeset: b8b116f461dc
Author:    kcr
Date:      2018-10-03 19:01 -0700
URL:       http://hg.openjdk.java.net/openjfx/jfx/rt/rev/b8b116f461dc

8188810: Fonts are blurry on Ubuntu 16.04 and Debian 9
Summary: Reduce color fringes in FreeType subpixel rendering with a direct call to the function FT_Library_SetLcdFilter, available since FreeType 2.3.0.
Reviewed-by: prr, kcr
Contributed-by: john at status6.com

! modules/javafx.graphics/src/main/native-font/freetype.c



More information about the openjfx-changes mailing list