hg: openjfx/8u-dev/rt: RT-37926 JavaBeanProperties fixed DescriptorListenerCleaner still causes memory leaks

2014-07-15 Thread martin . sladecek
Changeset: 321b64885bc3
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-07-15 09:29 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/321b64885bc3

RT-37926 JavaBeanProperties fixed DescriptorListenerCleaner still causes memory 
leaks
Contributed by: marco.schu...@eckert-partner.it

! 
modules/base/src/main/java/javafx/beans/property/adapter/DescriptorListenerCleaner.java



[8u40] Review request : RT-36451 : [Combobox, Touch] HelloSanity: cannot scroll long combobox popup with touch, something gets selected before scroll is performed

2014-07-15 Thread Rafi Tayar
Daniel,

 

Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36451

 

Webrev:

http://cr.openjdk.java.net/~ratayar/RT-36451/

 

Thanks,

Rafi

 

 

 


hg: openjfx/8u-dev/rt: RT-37821 ConcurrentModificationException if an attempt is made to remove an accelerator whilst an accelerator callback is being processed

2014-07-15 Thread martin . sladecek
Changeset: 982a483303a5
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-07-15 13:02 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/982a483303a5

RT-37821 ConcurrentModificationException if an attempt is made to remove an 
accelerator whilst an accelerator callback is being processed

! 
modules/graphics/src/main/java/com/sun/javafx/scene/KeyboardShortcutsHandler.java
+ modules/graphics/src/test/java/javafx/scene/AcceleratorsTest.java



error while building JFX 8udev for iOS

2014-07-15 Thread Tobias Bley
Hi folks,

when I try to build JFX for iOS using „gradle sdk…“ i’m getting the following 
errors - is it a known issue?

Best regards,
Tobi



:graphics:ccIosPrismES2Arm
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:67:34:
 warning: implicit declaration of function 'createContext' is invalid in C99 
[-Wimplicit-function-declaration]
context = (jlong) (intptr_t) createContext((void *) (intptr_t) 
nativeShareCtxHandle,
 ^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:76:14:
 warning: implicit declaration of function 'makeCurrentContext' is invalid in 
C99 [-Wimplicit-function-declaration]
result = makeCurrentContext((void *) (intptr_t) context);
 ^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:78:9:
 warning: implicit declaration of function 'printAndReleaseResources' is 
invalid in C99 [-Wimplicit-function-declaration]
printAndReleaseResources(0, context,
^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:137:13:
 warning: implicit declaration of function 
'getProcAddress' is invalid in C99 [-Wimplicit-function-declaration]
getProcAddress(glActiveTexture);
^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:239:5:
 warning: implicit declaration of function 'setSwapInterval' is invalid in C99 
[-Wimplicit-function-declaration]
setSwapInterval((void *) jlong_to_ptr(ctxInfo-context), 0);
^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:59:22:
 warning:unused variable 'pfInfo' [-Wunused-variable]
PixelFormatInfo* pfInfo =  (PixelFormatInfo* )jlong_to_ptr(nativePFInfo);
 ^
6 warnings generated.
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:108:5:
 warning: implicit declaration of function 'flushBuffer' is invalid in C99 
[-Wimplicit-function-declaration]
flushBuffer((void *) (intptr_t) ctxInfo-context);
^
1 warning generated.
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:42:13:
 warning: format specifies type 'unsigned int' but the argument has type 'void 
*' [-Wformat]
shareContext, view, pixelFormat, viewNotReady);
^~~~
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:42:27:
 warning: format specifies type 'unsigned int' but the argument has type 'void 
*' [-Wformat]
shareContext, view, pixelFormat, viewNotReady);
  ^~~~
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:41:70:
 warning: flag ' ' results in undefined behavior with 'n' conversion specifier 
[-Wformat]
fprintf(stderr, IOSWindowSystemInterface : share %x view %x pf % notready 
%\n,
~^~
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:42:33:
 warning: format specifies type 'int *' but the argument has type 'void *' 
[-Wformat]
shareContext, view, pixelFormat, viewNotReady);
^~~
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:41:81:
 warning:invalid conversion specifier '
' [-Wformat-invalid-specifier]
fprintf(stderr, IOSWindowSystemInterface : share %x view %x pf % notready 
%\n,
   
~^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:60:12:
 warning: incompatible integer to pointer conversion returning 'jlong' (aka 
'long long') from a function with result type 'void *' [-Wint-conversion]
return ptr_to_jlong(ctx);
   ^
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/ios-window-system.h:32:29:
 note: expanded from macro 'ptr_to_jlong'
#define ptr_to_jlong(value) (jlong)((long)(value))
^~
/Applications/Developer/Java/open-jfx-graphics-8u-dev2/rt/modules/graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m:87:55:
 error: use of undeclared identifier 

javafx: multiple displays when using opengl-es2 pipeline

2014-07-15 Thread Prasant J
Hi,

I'm using javafx (build 1.8.0-b132) using opengl-es2 pipeline.


I have found out on my ARM linux board (when using opengl-es2 using
eglfb pipeline) only one screen is supported.


I would like to know whether multiple displays is supported at all (on
any platform: windows/mac/linux) when opengl-es2 pipeline is used?


Any inputs will be of help.

-Pj


hg: openjfx/8u-dev/rt: RT-36451 : [Combobox, Touch] HelloSanity: cannot scroll long combobox popup with touch, something gets selected before scroll is performed

2014-07-15 Thread rafi . tayar
Changeset: 2507b139676a
Author:Rafi Tayar rafi.ta...@oracle.com
Date:  2014-07-15 17:33 +0300
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2507b139676a

RT-36451 : [Combobox, Touch] HelloSanity: cannot scroll long combobox popup 
with touch, something gets selected before scroll is performed
Reviewed-by : dblaukopf

! modules/graphics/src/main/java/com/sun/glass/ui/monocle/TouchInput.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/TouchState.java



[8u26] Review request : RT-37714: Single swipe event is not handled

2014-07-15 Thread Seeon Birger
Hi Martin,

 

Please review the proposed fix for

https://javafx-jira.kenai.com/browse/RT-37714

http://cr.openjdk.java.net/~sbirger/RT-37714/webrev

 

In particular would like to verify that it behaves well on Windows platform.

 

Thanks,

Seeon

 

 


Re: javafx: multiple displays when using opengl-es2 pipeline on embedded platforms

2014-07-15 Thread David Hill

On 7/15/14, 10:28 AM, Anthony Petrov wrote:

Hi Prasant,

JavaFX supports multi-screen configurations on all the desktop platforms 
(Windows, Mac, and Linux).

David, or Daniel, or Lisa (all cc'ed) could clarify whether this is supported 
on embedded platforms currently.

This is not something we have targeted yet for ARM devices.

There are several reasons for this, none of which is a stopper.
   * we do not have a device in house that supports multiple screens (ie 2 HDMI 
ports), though I may be wrong on this because I do have a device with an LCD 
touch and an HDMI port, so I might be able to configure both to work.
   * we have not been asked to spend the time support this
   * because of our focus on direct to framebuffer, we need vendor specific API 
is pick which screen we are referencing. I have seen this capability documented 
for the i.MX6, but have not seen how to do it on on other platforms.

Certainly adding support for multiple screens should not be hard, if I am 
right, it would mean extending code in two to three places. (discovery in 
MonocleScreen, and then using the screen in the creation of the EGL context in 
prism).

Can you share which device you were thinking of using this with ?
Would you be interested in helping with this?

Dave




--
best regards,
Anthony

On 7/15/2014 4:28 PM, Prasant J wrote:

Hi,

I'm using javafx (build 1.8.0-b132) using opengl-es2 pipeline.


I have found out on my ARM linux board (when using opengl-es2 using
eglfb pipeline) only one screen is supported.


I would like to know whether multiple displays is supported at all (on
any platform: windows/mac/linux) when opengl-es2 pipeline is used?


Any inputs will be of help.

-Pj




--
David Hilldavid.h...@oracle.com
Java Embedded Development

A man's feet should be planted in his country, but his eyes should survey the 
world.
-- George Santayana (1863 - 1952)



hg: openjfx/8u-dev/rt: [Unit Tests] ZoomTests temporary excluded due to RT-37942

2014-07-15 Thread elina . kleyman
Changeset: 4b42aade45da
Author:Elina Kleyman elina.kley...@oracle.com
Date:  2014-07-15 18:10 +0300
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b42aade45da

[Unit Tests] ZoomTests temporary excluded due to RT-37942

! tests/system/src/test/java/com/sun/glass/ui/monocle/ZoomTest.java



hg: openjfx/8u-dev/rt: RT-37897: [Accessibility] add an 'accessibility on' API

2014-07-15 Thread felipe . heidrich
Changeset: c880f2366efc
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-07-14 13:40 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c880f2366efc

RT-37897: [Accessibility] add an 'accessibility on' API

! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/application/Platform.java
! modules/graphics/src/main/java/javafx/scene/Scene.java



Code Review Request For RT-35173: Implement Alpha test functionality for the embedded platform

2014-07-15 Thread Chien Yang

Hi Dave, Jim and Kevin,

Please review my proposed fix: https://javafx-jira.kenai.com/browse/RT-35173

Thanks,
- Chien


hg: openjfx/8u20/rt: 37 new changesets

2014-07-15 Thread kevin . rushforth
Changeset: dcebb408a400
Author:mv157916
Date:  2014-02-04 22:19 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/dcebb408a400

RT-35609: Change release version from 8u5 to 8u11 in Java 8u-cpu Master. 
Reviewed by Kevin Rushforth.

! build.properties

Changeset: 57906070ee23
Author:Kirill Kirichenko kirill.kiriche...@oracle.com
Date:  2014-02-05 16:38 +0400
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/57906070ee23

RT-34013: [Parfait] warnings from b111 for 
jfxmedia-native.gstreamer.3rd_party.glib.glib-2.28.8

! 
modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.28.8/glib/gstrfuncs.c

Changeset: babf6cf30d2c
Author:kcr
Date:  2014-02-05 09:38 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/babf6cf30d2c

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u-cpu/master/jfx/rt


Changeset: 0a11c3581c67
Author:kcr
Date:  2014-02-05 10:47 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/0a11c3581c67

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt

! build.properties

Changeset: e47208d3db0d
Author:kcr
Date:  2014-02-13 09:14 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/e47208d3db0d

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 82ac5988e1e5
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-02-18 08:52 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/82ac5988e1e5

RT-35652: Improve glyph boundaries
Reviewed-by: Alexander Vorobyev, Marc Sch?nefeld, Philip Race

! modules/graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java
! modules/graphics/src/main/native-font/coretext.c

Changeset: 2ea4eb07edc2
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-02-18 08:57 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/2ea4eb07edc2

RT-35509: Intermittent font reading failure
Reviewed-by: Alexander Vorobyev, Marc Sch?nefeld, Philip Race

! modules/graphics/src/main/native-font/coretext.c

Changeset: 0927101a6114
Author:kcr
Date:  2014-02-20 11:04 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/0927101a6114

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: c3b3b2a2a063
Author:cbensen
Date:  2014-02-24 10:48 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/c3b3b2a2a063

RT-35915: Replace search and replace

! modules/fxpackager/src/main/native/launcher/win/WinLauncher.cpp

Changeset: af34e72d6718
Author:kcr
Date:  2014-02-26 08:52 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/af34e72d6718

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 7d291971488e
Author:kcr
Date:  2014-03-04 14:44 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/7d291971488e

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 6bc82b33e562
Author:kcr
Date:  2014-03-06 09:03 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/6bc82b33e562

RT-35954: Smaller font of fonts for applications
Reviewed-by: felipe, Marc Schoenefeld, Alexander Fomin

! modules/graphics/src/main/java/com/sun/javafx/font/FontFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontLoader.java
! modules/graphics/src/main/java/com/sun/prism/j2d/J2DFontFactory.java
! modules/graphics/src/main/java/javafx/scene/text/Font.java

Changeset: c94b2cd8af3f
Author:kcr
Date:  2014-03-12 11:54 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/c94b2cd8af3f

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 190df911503d
Author:kcr
Date:  2014-03-19 15:20 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/190df911503d

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 5121e340208b
Author:David Grievedavid.gri...@oracle.com
Date:  2014-02-05 16:42 -0500
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/5121e340208b

RT-35584: css code should not set logging level.

! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java

Changeset: 2b11fde07db7
Author:kcr
Date:  2014-03-12 10:43 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/2b11fde07db7

RT-36189: [JFXPanel] SecurityException in PlatformUtil when running 
SwingInterop with security manager
Reviewed-by: snorthov, ngthomas

! modules/base/src/main/java/com/sun/javafx/PlatformUtil.java

Changeset: 5303fdb31c69
Author:kcr
Date:  2014-03-17 05:28 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u20/rt/rev/5303fdb31c69

RT-36141: Gtk: SecurityException using WebView when running app with security 
manager

Changes for July 2014 CPU release (8u11) synced into FX 8u20

2014-07-15 Thread Kevin Rushforth
I have synced the OpenJFX changes from the just-released July 2014 CPU 
release (8u11) into 8u20. I will sync them into 8u later this afternoon.


Here is a webrev of the FX 8u11 changes for those who are interested in 
the changes, but don't want to wade through the 37 separate changesets I 
just pushed (most of which are tag or merge changesets).


http://cr.openjdk.java.net/~kcr/openjfx-8u11-8u20-sync/webrev/

-- Kevin



hg: openjfx/8u-dev/rt: 39 new changesets

2014-07-15 Thread kevin . rushforth
Changeset: 6290dc0f2b7b
Author:David Grievedavid.gri...@oracle.com
Date:  2014-07-09 20:47 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6290dc0f2b7b

RT-37818: [CSS] Drag triggers NPE at 
com.sun.javafx.css.StyleManager.removeStylesheetContainer

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java

Changeset: dcebb408a400
Author:mv157916
Date:  2014-02-04 22:19 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dcebb408a400

RT-35609: Change release version from 8u5 to 8u11 in Java 8u-cpu Master. 
Reviewed by Kevin Rushforth.

! build.properties

Changeset: 57906070ee23
Author:Kirill Kirichenko kirill.kiriche...@oracle.com
Date:  2014-02-05 16:38 +0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/57906070ee23

RT-34013: [Parfait] warnings from b111 for 
jfxmedia-native.gstreamer.3rd_party.glib.glib-2.28.8

! 
modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.28.8/glib/gstrfuncs.c

Changeset: babf6cf30d2c
Author:kcr
Date:  2014-02-05 09:38 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/babf6cf30d2c

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u-cpu/master/jfx/rt


Changeset: 0a11c3581c67
Author:kcr
Date:  2014-02-05 10:47 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0a11c3581c67

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt

! build.properties

Changeset: e47208d3db0d
Author:kcr
Date:  2014-02-13 09:14 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e47208d3db0d

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 82ac5988e1e5
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-02-18 08:52 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/82ac5988e1e5

RT-35652: Improve glyph boundaries
Reviewed-by: Alexander Vorobyev, Marc Sch?nefeld, Philip Race

! modules/graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java
! modules/graphics/src/main/native-font/coretext.c

Changeset: 2ea4eb07edc2
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-02-18 08:57 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2ea4eb07edc2

RT-35509: Intermittent font reading failure
Reviewed-by: Alexander Vorobyev, Marc Sch?nefeld, Philip Race

! modules/graphics/src/main/native-font/coretext.c

Changeset: 0927101a6114
Author:kcr
Date:  2014-02-20 11:04 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0927101a6114

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: c3b3b2a2a063
Author:cbensen
Date:  2014-02-24 10:48 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c3b3b2a2a063

RT-35915: Replace search and replace

! modules/fxpackager/src/main/native/launcher/win/WinLauncher.cpp

Changeset: af34e72d6718
Author:kcr
Date:  2014-02-26 08:52 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/af34e72d6718

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 7d291971488e
Author:kcr
Date:  2014-03-04 14:44 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7d291971488e

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 6bc82b33e562
Author:kcr
Date:  2014-03-06 09:03 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6bc82b33e562

RT-35954: Smaller font of fonts for applications
Reviewed-by: felipe, Marc Schoenefeld, Alexander Fomin

! modules/graphics/src/main/java/com/sun/javafx/font/FontFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java
! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontLoader.java
! modules/graphics/src/main/java/com/sun/prism/j2d/J2DFontFactory.java
! modules/graphics/src/main/java/javafx/scene/text/Font.java

Changeset: c94b2cd8af3f
Author:kcr
Date:  2014-03-12 11:54 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c94b2cd8af3f

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 190df911503d
Author:kcr
Date:  2014-03-19 15:20 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/190df911503d

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u5/master/jfx/rt


Changeset: 5121e340208b
Author:David Grievedavid.gri...@oracle.com
Date:  2014-02-05 16:42 -0500
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5121e340208b

RT-35584: css code should not set logging level.

! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java

Changeset: 2b11fde07db7
Author:kcr
Date:  2014-03-12 10:43 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2b11fde07db7

RT-36189: [JFXPanel] SecurityException in PlatformUtil when 

hg: openjfx/8u-dev/rt: Fix to RT-35173: Implement Alpha test functionality for the embedded platform

2014-07-15 Thread chien . yang
Changeset: 8d90dbdf7ee3
Author:Chien Yang chien.y...@oracle.com
Date:  2014-07-15 16:34 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8d90dbdf7ee3

Fix to RT-35173: Implement Alpha test functionality for the embedded platform
Reviewed by flar, kcr

! modules/graphics/src/main/java/com/sun/prism/impl/ps/BaseShaderContext.java
! modules/graphics/src/main/jsl-prism/CompileJSL.java
! modules/graphics/src/main/native-prism-d3d/D3DContext.cc
! modules/graphics/src/main/native-prism-es2/GLContext.c



hg: openjfx/8u-dev/rt: [toys] make HelloSimpleTreeTableView a bit more interesting.

2014-07-15 Thread felipe . heidrich
Changeset: 92be7aaba96f
Author:Felipe Heidrich felipe.heidr...@oracle.com
Date:  2014-07-15 16:35 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/92be7aaba96f

[toys] make HelloSimpleTreeTableView a bit more interesting.

! apps/toys/Hello/src/main/java/a11y/HelloSimpleTreeTableView.java