Re: [Integrated] RFR: 8235772: Remove use of deprecated finalize method from PiscesRenderer and AbstractSurface

2020-02-23 Thread Ambarish Rapte
Changeset: 31505620 Author:Ambarish Rapte Date: 2020-02-24 06:05:00 + URL: https://git.openjdk.java.net/jfx/commit/31505620 8235772: Remove use of deprecated finalize method from PiscesRenderer and AbstractSurface Reviewed-by: jvos, kcr !

Re: [Integrated] RFR: 8239109: Update SQLite to version 3.31.1

2020-02-23 Thread Guru Hb
Changeset: 4eaff0de Author:Guru Hb Date: 2020-02-24 04:08:43 + URL: https://git.openjdk.java.net/jfx/commit/4eaff0de 8239109: Update SQLite to version 3.31.1 Reviewed-by: ajoseph, kcr, jvos ! modules/javafx.web/src/main/native/Source/ThirdParty/sqlite/VERSION !

Re: [openjdk/jfx] 8234712: Add pivot properties for scale and rotation in Node, ScaleTransition and RotateTransition (#53)

2020-02-23 Thread Nir Lisker
I was thinking about this some more. We could use ObjectProperty as this would allow to set nulls in order to reset the value to the default node's center, and will allow independent axis control and binding. It's rather ugly though in my opinion. On Tue, Dec 17, 2019 at 2:46 AM Nir Lisker