JavaFX HiDPI layout bugs

2020-06-19 Thread Sam Hutchins
r pixel snapping. I'm not really sure where to go from here, as I'm not at all familiar with how and when JavaFX invalidates its layout calculations. If anyone can point me at some other threads to pull, I'd be grateful. Thanks, Sam Code to reproduce: im

RFR: JDK-8207957 : TableSkinUtils should not contain actual code implementation

2019-07-19 Thread Sam'
Please review the fix for "TableSkinUtils should not contain actual code implementation": https://bugs.openjdk.java.net/browse/JDK-8207957https://github.com/javafxports/openjdk-jfx/pull/289

Review request for JDK-8207957

2018-12-27 Thread Sam'
Hi, I've made a PR here https://github.com/javafxports/openjdk-jfx/pull/289 regarding https://bugs.openjdk.java.net/browse/JDK-8207957 Anyone interested in the TableView (TreeTableView) can review and gives its opinion regarding the subject. Cheers, Sam'

Re: org.openjfx:javafx-fxml:11 is empty module

2018-12-01 Thread Sam Carlberg
All JavaFX components are split into three platform-specific artifacts for windows, mac, and linux. You'll need to set the artifact classifier in your build system to use the artifact for your system, eg "org.openjfx:javafx-fxml:11:linux" for gradle On Fri, Nov 30, 2018, 5:45 AM Ashley Bye wrote:

Review request for JDK-8213541

2018-11-13 Thread Sam'
If anyone wants to review my PR for https://bugs.openjdk.java.net/browse/JDK-8213541 , it would be valuable. PR can be seen here : https://github.com/javafxports/openjdk-jfx/pull/281

Re: Review request for #151 Open VirtualFlow and other relating

2018-10-17 Thread Sam'
I'm sorry if I'm created a new thread as I don't understand how mailing lists work and I tend to avoid them as much as possible. The JBS bug can be found here : https://bugs.openjdk.java.net/browse/JDK-8207942 Sorry for the wrong one I initially posted. 1) I guess we are doing great work on the

Review request for #151 Open VirtualFlow and other relating classes API for sublclassing

2018-10-15 Thread Sam'
Please review the GitHub pull request: https://github.com/javafxports/openjdk-jfx/pull/163 which fixes: Open VirtualFlow API for subclassing https://github.com/javafxports/openjdk-jfx/issues/151

Re: State of maven artifacts

2018-09-25 Thread Sam Carlberg
The libraries are in artifacts with platform-specific classifiers. The artifacts with no classifiers that you currently depend on are completely empty. You need to depend on "org.openjfx:javafx-base:11:$platform", where the platform is one of "win", "mac", or "linux". On Tue, Sep 25, 2018, 5:18 P

Re: Why are there only platform-specific Maven artifacts?

2018-08-27 Thread Sam Carlberg
should be enough to have that > in your module-info.java. > > The current situation is an artificial semi-parallel dependency system, > where dependencies are added with classifiers in e.g. build.gradle or > pom.xml and without classifiers in module-info.java > > - Johan > &

Why are there only platform-specific Maven artifacts?

2018-08-24 Thread Sam Carlberg
the platform-agnostic classes, and a `java-graphics-platform" for platform-specific code, with classifiers to specify the platform. This does run into the "empty JAR" issue again, but it'd be limited in scope to only the final application. -- Sam Carlberg

Fwd: no Point2D.setLocation(x,y)?

2015-07-29 Thread Sam Howman
Some other comments about this class (and Point3D): * In calculating the magnitude (and distance): Math.sqrt(a * a + b * b) could be replaced with Math.hypot(a,b) to get the advantage of avoiding intermediate underflow and overflow * distanceSquared functions are faster for doing comparisons of dis

no Point2D.setLocation(x,y)?

2015-07-29 Thread Sam Howman
lared as "final"? Regards, Sam.

Re: Supported Font of JavaFX

2015-07-02 Thread Sam'
Then you tell me JavaFX should be able to display them? Should I open a bug then in the tracker? - Hadzic Samir Ingénieur informatique 06 45 91 51 93 2015-07-01 21:04 GMT+02:00 Phil Race : > On 07/01/2015 08:29 AM, Sam' wrote: > > I

Re: Supported Font of JavaFX

2015-07-01 Thread Sam'
; but I thought that went away when we started using DirectWrite. > > -phil. > > > On 7/1/15 2:42 AM, Sam' wrote: > >> Is there a list somewhere of supported font by JavaFX? >> >> For example, the "Algerian" font is supported but italic font style is

Supported Font of JavaFX

2015-07-01 Thread Sam'
Is there a list somewhere of supported font by JavaFX? For example, the "Algerian" font is supported but italic font style is not working. But is working with Excel on my computer. So is that a bug or simply because that Font is not shipped with italic mode? Sam'

Re: Trouble building JDK in debug mode

2015-06-09 Thread Sam'
X bits? Are you sure it is using your build of jfxrt.jar? > > -- Kevin > > > > Sam' wrote: > >> Sorry to create a new post, I have not managed to reply to the other topic >> since I had deactivated the notifications.. >> >> I am building the JDK on M

Trouble building JDK in debug mode

2015-06-02 Thread Sam'
Sorry to create a new post, I have not managed to reply to the other topic since I had deactivated the notifications.. I am building the JDK on Mac. I have specified "CONF=DebugNative" with the case sensitive in the gradle.properties file. You are speaking about -PCONF, but in the gradle I have s

Trouble building JDK in debug mode

2015-05-27 Thread Sam'
mething obvious somewhere... Best regards, Sam'