JavaFX Canvas misses API to set dashed line stroke

2014-07-22 Thread David Gilbert
Hello, I have created a small open source library that provides a bridge from Java2D to the JavaFX Canvas: https://github.com/jfree/fxgraphics2d Unfortunately I have so far not been able to support dashed lines, since the GraphicsContext from the JavaFX Canvas doesn't provide any API to set

hg: openjfx/8u-dev/rt: RT-37982 : Create a unit test for RT-36241

2014-07-22 Thread rafi . tayar
Changeset: f07260b4dcda Author:Rafi Tayar rafi.ta...@oracle.com Date: 2014-07-22 15:39 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f07260b4dcda RT-37982 : Create a unit test for RT-36241 Reviewed-by : dblaukopf !

hg: openjfx/8u-dev/rt: Fix for RT-37604 [Monocle] Make sure all methods in the X11 port have javadoc

2014-07-22 Thread lisa . selle
Changeset: 9d9b35b0e3f6 Author:lisa.se...@oracle.com Date: 2014-07-22 09:16 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9d9b35b0e3f6 Fix for RT-37604 [Monocle] Make sure all methods in the X11 port have javadoc Reviewed by dblaukopf Reviewed by dblaukopf Reviewed by

[8u40] review request: RT-36925: [Linux, Mac] Prism build script unnecessary mixing of 2 different compilers

2014-07-22 Thread Kevin Rushforth
Chien, Please review the following: https://javafx-jira.kenai.com/browse/RT-36925 Thanks. -- Kevin

Mirrored observable collections

2014-07-22 Thread Mike Hearn
I have what I imagine is a fairly typical JavaFX application (once it's released I'll post more about it). It has a GUI, some mostly asynchronous state management, and interactions with various servers that can change the apps state. At first I tried the simple and obvious approach in which the

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-07-22 Thread felipe . heidrich
Changeset: 62382252b90a Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-22 09:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/62382252b90a RT-37959: [Accessibility] Review a11y enums Part 2: remove SELECTED_CELLS and SELECTED_ROWS, use SELECTED_ITEMS

hg: openjfx/8u-dev/rt: RT-36925: [Linux, Mac] Prism build script unnecessary mixing of 2 different compilers

2014-07-22 Thread kevin . rushforth
Changeset: bea785e79ae4 Author:kcr Date: 2014-07-22 11:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bea785e79ae4 RT-36925: [Linux, Mac] Prism build script unnecessary mixing of 2 different compilers ! buildSrc/linux.gradle ! buildSrc/mac.gradle

hg: openjfx/8u-dev/rt: [Accessibility] Removing warnings (unused import, raw casts)

2014-07-22 Thread felipe . heidrich
Changeset: 47b2d611494a Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-22 11:54 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/47b2d611494a [Accessibility] Removing warnings (unused import, raw casts) !

Re: ANGLE - Translating OpenGL ES 2 code to DirectX?

2014-07-22 Thread Richard Bair
This sounds like there are concrete plans for this, which wood be great news. I’d say there were a lot of thoughts around it but it hasn’t been turned into an actionable plan. Heck, I don’t even know if we have a JIRA for it (Kevin would know…) Richard The approach where an integration API

Re: ANGLE - Translating OpenGL ES 2 code to DirectX?

2014-07-22 Thread Kevin Rushforth
Here is the JIRA that is tracking this: RT-36215 https://javafx-jira.kenai.com/browse/RT-36215: Allow FX to interoperate with 3rd party (native) OpenGL visualizations There aren't any concrete plans to deliver it, though. When/if we do, Richard's earlier comments reflect current thinking as

[8u26] Review Request RT-37583 [Monocle] Change X.java and EGL.java to use instance methods

2014-07-22 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37583. Details in the jira. Thanks, Lisa

Re: Mirrored observable collections

2014-07-22 Thread Tomas Mikula
Nice! On Tue, Jul 22, 2014 at 6:09 PM, Mike Hearn m...@plan99.net wrote: I have what I imagine is a fairly typical JavaFX application (once it's released I'll post more about it). It has a GUI, some mostly asynchronous state management, and interactions with various servers that can change the

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-07-22 Thread felipe . heidrich
Changeset: 3e3de644625d Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-22 15:41 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3e3de644625d RT-37959: [Accessibility] Review a11y enums Part 3: Removed ADD_TO_SELECTION, REMOVE_FROM_SELECTION, SELECT.

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-07-22 Thread felipe . heidrich
Changeset: 1eaf140df101 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-22 16:25 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1eaf140df101 RT-37959: [Accessibility] Review a11y enums Part 4: Remove SCROLL_INDEX. Add SHOW_ITEM (for ListView, TableView,

hg: openjfx/8u-dev/rt: RT-37964: [Accessibility] implement a set focus action

2014-07-22 Thread felipe . heidrich
Changeset: d114805cda20 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-22 16:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d114805cda20 RT-37964: [Accessibility] implement a set focus action Follow-up: implementing REQUEST_FOCUS on ListCell,

JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-22 Thread Prasant J
Hi, I'm woking on Freescale iMX6Q based linux system and I have a single touch display connected. I'm running Oracle ARM JVM (8u6 release). The touch is multi touch with 2 touch points (touch controller is from eGalax). My javafx application does not get any touch events and javafx dumps the