> This PR contains a definition of preview features for JavaFX, as well as a
> helper class to verify that an application has opted into preview features.
Michael Strauß has updated the pull request incrementally with one additional
commit since the last revision:
banner -> warning
-
On Thu, 13 Mar 2025 05:04:00 GMT, Jay Bhaskar wrote:
> issue : build fails on debug mode. invalid casting
> Solution: the casting should be with char* , need to use SourceUTF8().data()
This pull request has now been integrated.
Changeset: 99ee34fe
Author:Jay Bhaskar
URL:
https://git
On Fri, 14 Mar 2025 13:20:47 GMT, Kevin Rushforth wrote:
> Clean backport of the JavaFX 24 release notes to the `jfx24` stabilization
> branch, so they will be available in that branch when JavaFX 24 is published
> (and from there also synced into the jfx24u repo).
>
> NOTE: The release notes
Clean backport of the JavaFX 24 release notes to the `jfx24` stabilization
branch, so they will be available in that branch when JavaFX 24 is published
(and from there also synced into the jfx24u repo).
NOTE: The release notes are not part of the build, so this backport to jfx24
will not cause
On Fri, 14 Mar 2025 13:20:47 GMT, Kevin Rushforth wrote:
> Clean backport of the JavaFX 24 release notes to the `jfx24` stabilization
> branch, so they will be available in that branch when JavaFX 24 is published
> (and from there also synced into the jfx24u repo).
>
> NOTE: The release notes
On Thu, 13 Mar 2025 05:04:00 GMT, Jay Bhaskar wrote:
> issue : build fails on debug mode. invalid casting
> Solution: the casting should be with char* , need to use SourceUTF8().data()
Looks good. This fixes the debug build on macOS. We already have an older bug,
[JDK-8329874](https://bugs.open
On Tue, 4 Mar 2025 19:00:06 GMT, Andy Goryachev wrote:
> Summary
> ---
>
> Adds a thread check to a number of `Platform` methods:
>
> accessibilityActiveProperty()
> getPreferences()
> isAccessibilityActive()
>
> These methods will throw an `IllegalStateException` if called on a thread
>
On Fri, 14 Mar 2025 16:21:22 GMT, Michael Strauß wrote:
>> This PR contains a definition of preview features for JavaFX, as well as a
>> helper class to verify that an application has opted into preview features.
>
> Michael Strauß has updated the pull request incrementally with one additional
On Fri, 14 Mar 2025 18:09:23 GMT, Martin Fox wrote:
> On the Mac the application menu (the one to the right of the Apple logo menu)
> is created by JavaFX and there is no public API to customize or localize it.
> This PR allows a client to get rid of it and replace it with an entirely
> custom
On Fri, 14 Mar 2025 14:12:30 GMT, Kevin Rushforth wrote:
>> Hi!
>>
>> This is my desperate fix for what I believe to be a critical bug. Since my
>> knowledge of the codebase is minimal, and the class structure is a bit
>> controversial, my fix is mostly based on historical excavation.
>>
>> #
> This PR adds the release notes for the JavaFX 24 release. This will first go
> into master, and then be backported to the jfx24 branch so it will be
> available in that branch when JavaFX 24 is published (and from there also
> synced into the jfx24u repo).
>
> The following filter was used to
On Fri, 14 Feb 2025 23:15:46 GMT, Kevin Rushforth wrote:
> This PR adds the release notes for the JavaFX 24 release. This will first go
> into master, and then be backported to the jfx24 branch so it will be
> available in that branch when JavaFX 24 is published (and from there also
> synced i
On Thu, 13 Mar 2025 10:36:40 GMT, John Hendrikx wrote:
> Adds code to trigger a scene update when a Window is restored
>
> This seems to solve https://bugs.openjdk.org/browse/JDK-8351867 and
> https://bugs.openjdk.org/browse/JDK-8146479
Adding `entireSceneNeedsRepaint` fixes this on the Mac.
On Fri, 14 Mar 2025 16:21:22 GMT, Michael Strauß wrote:
>> This PR contains a definition of preview features for JavaFX, as well as a
>> helper class to verify that an application has opted into preview features.
>
> Michael Strauß has updated the pull request incrementally with one additional
On Fri, 7 Mar 2025 21:59:10 GMT, Michael Strauß wrote:
>>> move to a more structured form of documentation, for example with custom
>>> javadoc tags.
>>
>> what custom tags? could you elaborate?
>
>> what custom tags? could you elaborate?
>
> Maybe a custom tag like `@threadAccess JavaFX appl
On Thu, 13 Mar 2025 03:29:28 GMT, Michael Strauß wrote:
>> This PR contains a definition of preview features for JavaFX, as well as a
>> helper class to verify that an application has opted into preview features.
>
> Michael Strauß has updated the pull request incrementally with one additional
On Thu, 13 Mar 2025 18:17:53 GMT, Sergey Nazarkin wrote:
> Hi!
>
> This is my desperate fix for what I believe to be a critical bug. Since my
> knowledge of the codebase is minimal, and the class structure is a bit
> controversial, my fix is mostly based on historical excavation.
>
> # What
On Thu, 13 Mar 2025 10:36:40 GMT, John Hendrikx wrote:
> Adds code to trigger a scene update when a Window is restored
>
> This seems to solve https://bugs.openjdk.org/browse/JDK-8351867 and
> https://bugs.openjdk.org/browse/JDK-8146479
I just verified that this PR does not fix the original is
> This PR contains a definition of preview features for JavaFX, as well as a
> helper class to verify that an application has opted into preview features.
Michael Strauß has updated the pull request incrementally with one additional
commit since the last revision:
rename system property
On the Mac the application menu (the one to the right of the Apple logo menu)
is created by JavaFX and there is no public API to customize or localize it.
This PR allows a client to get rid of it and replace it with an entirely custom
JavaFX Menu.
Prior to OS X 10.6 (Snow Leopard) the applicati
On Thu, 13 Mar 2025 18:17:53 GMT, Sergey Nazarkin wrote:
> Hi!
>
> This is my desperate fix for what I believe to be a critical bug. Since my
> knowledge of the codebase is minimal, and the class structure is a bit
> controversial, my fix is mostly based on historical excavation.
>
> # What
21 matches
Mail list logo