Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Vadim Pakhnushev
Vote: yes On 01.04.2016 0:04, Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by April 14, 2016

[9] Code Review Request: 8144556: Add support to allow user specified rendering order

2016-03-31 Thread Chien Yang
Please review the proposed specification and implementation. JIRA: https://bugs.openjdk.java.net/browse/JDK-8144556 Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8144556/webrev.00/ - Chien

review: convert addExports to new syntax

2016-03-31 Thread David Hill
Kevin, yet another review for you to look at :-) https://bugs.openjdk.java.net/browse/JDK-8153231 http://cr.openjdk.java.net/~ddhill/8153231/ -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (186

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread David Hill
On 3/31/16, 5:04 PM, Kevin Rushforth wrote: VOTE: yes I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by April 14, 2016.

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Jim Graham
Vote: yes ...jim On 3/31/16 2:04 PM, Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Phil Race
Vote: yes -phil. On 03/31/2016 02:04 PM, Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer.

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Jonathan Giles
Vote: YES -- Jonathan On 1/04/16 10:04 AM, Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Morris Meyer
Vote: YES On 3/31/16 5:04 PM, Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by April 14, 201

Re: CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Kevin Rushforth
Vote: YES Kevin Rushforth wrote: I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by April 14, 2016. Only current Ope

CFV: New OpenJFX Committer: Murali Billa

2016-03-31 Thread Kevin Rushforth
I hereby nominate Murali Billa [1] to OpenJFX Committer. Murali is a member of JavaFX team at Oracle working on WebKit, who has contributed 10 changesets [5] to OpenJFX, at least 8 of which are significant. Votes are due by April 14, 2016. Only current OpenJFX Committers [2] are eligible to

Re: Posible bug when maximizing an already maximized stage on Mac

2016-03-31 Thread José Pereda
Hi Jerome, Your last comment is related to this open issue: https://bugs.openjdk.java.net/browse/JDK-8087618 Jose On Thu, Mar 31, 2016 at 12:31 PM, Jérome Cambon wrote: > Hi, > > I can reproduce the issue as well, on both my Mac Retina display and my > external display. > Additional comments:

Re: Posible bug when maximizing an already maximized stage on Mac

2016-03-31 Thread Jérome Cambon
Hi, I can reproduce the issue as well, on both my Mac Retina display and my external display. Additional comments: - If one resize the window and click the maximize button several times: no issue - Once maximized, if one resize the window by only few pixels, and click the maximize button: noth

Posible bug when maximizing an already maximized stage on Mac

2016-03-31 Thread José Pereda
Hi all, Running this little test on a MacBook Pro Retina, OS X 10.11.4, with JDK 8u77: @Override public void start(Stage stage) { Button button = new Button("Click to maximize"); button.setOnAction(e -> stage.setMaximized(true)); Rectangle2D bounds = Screen.getPrim

Re: [9] Review request: 8091832: Provide API for getting the Screen scale on HiDPI screens

2016-03-31 Thread Jim Graham
I've updated the fix with the following additions: http://cr.openjdk.java.net/~flar/JDK-8091832/webrev.rt.02/ - Redundant or obsolete command line overrides removed from Windows code as follows: Settings still supported: -Dglass.win.uiScale Settings no longer supported, implementation