Johan Vos

Results 61 issues of Johan Vos

When calculating the viewportOffset, we now already take into account that cells will have to shift. This prevents the creation of temporary empty cells in the layout phase. One test...

rfr

[Mac only] register system fonts. Fix for JDK-8246104 The list of available fonts returned by CTFontCollectionCreateFromAvailableFonts does not contain internal fonts (at least not by default, although this is not...

rfr

Make sure the returned fullName of a created font matches the requested name. Since the name is used as a key/identifier in some cases, some internal code relies on this....

rfr

exclude some modules that are not relevant on Mobile. Fix for JDK-8255240 --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to...

rfr

While not available in maven central, the new API using PixelBuffer can already be used. It would be nice to have this API being used in a branch, so that...

help wanted

See https://bugs.openjdk.java.net/browse/JDK-8230775

In build.gradle, there is now a hard failure when building webkit for arm. The arm-specific qmake arguments need to be added.

build

Currently, Gluon Maps uses Web Mercator projections. The conversion between lat/lon and points is hard-coded in impl/maps/BaseMap. In order to allow for different projections (e.g. polar projections), we need to...

Provide better info about where to download GraalVM. ### Expected Behavior ``` [ERROR] Failed to execute goal com.gluonhq:gluonfx-maven-plugin:1.0.12:compile (default-cli) on project hellogluon: Error: GraalVM installation directory not found. Download GraalVM...

enhancement

The location of the static libraries for Java depends on the target, and not on the configuration. https://github.com/gluonhq/substrate/pull/208 has some code that shows there are 2 (which is 1 to...