hg: openjfx/8/graphics/rt: RT-33539 : Lens: Cannot click on bottom right of the screen with mouse on Freescale

2013-11-04 Thread hang . vo
Changeset: bf5672724141
Author:Rafi Tayar rafi.ta...@oracle.com
Date:  2013-11-04 11:25 +0200
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bf5672724141

RT-33539 : Lens: Cannot click on bottom right of the screen with mouse on 
Freescale
Reviewed-by : Daniel Blaukopf

! modules/graphics/src/main/native-glass/lens/lensport/imx6Cursor.c



Re: [API REVIEW] Add javafx.scene.layout.BackgroundInsets (RT-26277)

2013-11-04 Thread Stephen F Northover

Hi David,

Looks good.  Please update the JIRA with what you intend to do. People 
are welcome to follow along there if they have any ideas for a different 
API / approach.


Steve

On 2013-11-04 2:22 PM, David Grieve wrote:

https://javafx-jira.kenai.com/browse/RT-26277 relates to the use of percentage 
values in -fx-background-insets. BackgroundFill (in javafx.scene.layout) uses 
Insets, which does not allow for a percentage value.

My proposal here is to simply copy the BorderWidths implementation to a 
BackgroundInsets class, with appropriate renaming along the way, and use it in 
place of Insets in BackgroundFill. The impact on the BackgroundFill API is:

-public final Insets getInsets()
+public final BackgroundInsets getBackgroundInsets()

Since BackgroundFill is new in 8.0, backward compatibility is not a concern.









hg: openjfx/8/graphics/rt: RT-33556: Implement styling for 2-level UI Controls

2013-11-04 Thread hang . vo
Changeset: b937270b6da0
Author:jgiles
Date:  2013-11-05 07:57 +1300
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b937270b6da0

RT-33556: Implement styling for 2-level UI Controls
RT-32835: Styles for 2-Level UI Controls are not loaded with 
-Dcom.sun.javafx.twoLevelFocus=true

+ 
modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/two-level-focus.css
+ 
modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/two-level-focus.css
! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java



review request: RT-32837: Ensemble8 left arrow has line artifact

2013-11-04 Thread Felipe Heidrich
Hi Jim

Please review
https://javafx-jira.kenai.com/browse/RT-32837
You will find the webrev at the end:
http://cr.openjdk.java.net/~fheidric/RT32837-2/webrev/


Thank you
Felipe



hg: openjfx/8/graphics/rt: RT-28692: implement curve radii syntax from CSS background and borders module level 3 for -fx-background-radius and -fx-border-radius.

2013-11-04 Thread hang . vo
Changeset: ed14640dd11c
Author:David Grievedavid.gri...@oracle.com
Date:  2013-11-04 20:57 -0500
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ed14640dd11c

RT-28692: implement curve radii syntax from CSS background and borders module 
level 3 for -fx-background-radius and -fx-border-radius.
Reviewed by: Jonathan

! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
! modules/graphics/src/main/java/com/sun/javafx/css/Size.java
! modules/graphics/src/main/java/com/sun/javafx/css/StyleConverterImpl.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/javafx/scene/layout/Background.java
! modules/graphics/src/main/java/javafx/scene/layout/BackgroundConverter.java
! modules/graphics/src/main/java/javafx/scene/layout/Border.java
! modules/graphics/src/main/java/javafx/scene/layout/BorderConverter.java
+ modules/graphics/src/main/java/javafx/scene/layout/CornerRadiiConverter.java
! modules/graphics/src/test/java/javafx/scene/layout/RegionCSSTest.java



hg: openjfx/8/graphics/rt: RT-33590 Simplify Ensemble8 styling. pushing changes for Jasper

2013-11-04 Thread hang . vo
Changeset: 3d78391f8a73
Author:dmasada
Date:  2013-11-04 21:13 -0800
URL:   http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3d78391f8a73

RT-33590 Simplify Ensemble8 styling. pushing changes for Jasper

! apps/samples/Ensemble8/nbproject/build-impl.xml
! apps/samples/Ensemble8/nbproject/genfiles.properties
! apps/samples/Ensemble8/nbproject/project.properties
! apps/samples/Ensemble8/src/app/java/ensemble/SamplePopoverTreeList.java
! apps/samples/Ensemble8/src/app/java/ensemble/control/Popover.java
! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/Description.java
! apps/samples/Ensemble8/src/app/resources/ensemble/EnsembleStylesCommon.css
! apps/samples/Ensemble8/src/app/resources/ensemble/images/orange-arrrow.png
! apps/samples/Ensemble8/src/app/resources/ensemble/images/orange-arr...@2x.png