On Fri, 10 Apr 2020 19:00:25 GMT, Thiago Milczarek Sayao
wrote:
>> Simple fix to remove annoying warnings.
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Gstreamer build
Looks good.
-
Marked as re
> ### 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
> Simple fix to remove annoying warnings.
Thiago Milczarek Sayao has updated the pull request incrementally with one
additional commit since the last revision:
Gstreamer build
-
Changes:
- all: https://git.openjdk.java.net/jfx/pull/150/files
- new: https://git.openjdk.java.ne
On Wed, 8 Apr 2020 18:34:56 GMT, Kevin Rushforth wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Sep cppFlags and cFlags
>
> The build changes in `linux.gradle` look good. I tested it, and all warnings
>
On Wed, 8 Apr 2020 11:55:03 GMT, Arun Joseph wrote:
>> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the
>> native side which is propagated to the java
>> side as well. But, as transform initialization takes place after scaling,
>> the transform is reset to default valu
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote:
> CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time
> CLoop::execute() is called. For web native
> threads which has a default stack size of 320 KB, a Stack Overflow Error is
> raised just after two calls to execute(