Changeset: 60ec7824be54
Author:jgiles
Date: 2014-05-01 11:37 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/60ec7824be54
[TOY ONLY] Clean up HelloTableView to use proper CheckBoxTableCell.
! apps/toys/Hello/src/main/java/hello/HelloTableView.java
Changeset: 1c2d5be06d
Thanks Danno I am surprised also this has slipped notice. I thought I was crazy
but I guess not. I will look at the workaround since I so hate hardcoding
which is what I did to get things to work.
Thanks for looking into my issue.
-Tony
On Wednesday, April 30, 2014 5:51 PM, Danno Ferrin
wro
Changeset: 35a1fc49c131
Author:Danno Ferrin (shemnon)
Date: 2014-04-28 21:28 -0600
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/35a1fc49c131
RT-36724 - JavaFX Packager Renaming
Summary: Move java code around to new packages.
! build.gradle
- modules/fxpackager/src/main/ja
After reading the code I am surprised by the answer I am going to give.
You can’t. Not with the current code.
The arguments passed into the java main class are the arguments passed into the
executable launching it. So if you launch the win app via command line with
arguments you get the argum
Changeset: a49dfbd3235c
Author:jgiles
Date: 2014-05-01 08:31 +1200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a49dfbd3235c
RT-36920: [Ensemble8] NullPointerException from VirtualFlow.layoutChildren when
running Gesture Event sample
!
modules/controls/src/main/java/com/
Changeset: 6d2f01663378
Author:Felipe Heidrich
Date: 2014-04-30 12:10 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6d2f01663378
[Font, Linux] fix code format, remove tab from pango.c, rename vars, improve
error checking
!
modules/graphics/src/main/java/com/sun/jav
Hi All,
Does anyone know how to get command line parameters passed to the "args" of a
java program via the javafx deploy ant task? I tried and could not get anything
to work. I have a command line argument like serverid=myserver and want to to
get passed to my program via "args".
Thanks!
-To
Changeset: 084a6d5b5416
Author:Felipe Heidrich
Date: 2014-04-30 11:22 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/084a6d5b5416
RT-36926: [Font, Linux] PangoGlyphLayout can't see embedded font
! modules/graphics/src/main/java/com/sun/javafx/font/freetype/FTFac
Changeset: d71ed34d7bd5
Author:Felipe Heidrich
Date: 2014-04-30 10:48 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d71ed34d7bd5
RT-36924: [Font, Linux] PangoGlyphLayout not handling PangoGlyph special values
!
modules/graphics/src/main/java/com/sun/javafx/font/free
Changeset: 312b5c77a0ba
Author:hudson
Date: 2014-04-28 07:50 -0700
URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/312b5c77a0ba
Added tag 2.2.60-b17 for changeset 9ddf548a79fe
! .hgtags
Changeset: 845bff23874e
Author:hudson
Date: 2014-04-29 07:22 -0700
URL: ht
Changeset: 52f27b865f51
Author:Felipe Heidrich
Date: 2014-04-30 13:23 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/52f27b865f51
[TextFlow] TextFlow has to handle BASELINE_OFFSET_SAME_AS_HEIGHT properly
! modules/graphics/src/main/java/javafx/scene/text/TextFlow.java
I'm trying an alternative approach. Is there a convenient way to know that
the current set of pixels has hit the screen so it's OK to temporarily
block the UI loop again after reconfiguring the UI? I could add in manual
delays before doing Platform.runLater but that's pretty hacky.
What I'm seein
Changeset: b6812eeecbc9
Author:Felipe Heidrich
Date: 2014-04-30 06:22 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b6812eeecbc9
[Font] New native font rasterizer in Linux fails to load non system true type
fonts
! modules/graphics/src/main/java/com/sun/javafx/font/
Changeset: 66289f859d06
Author:hudson
Date: 2014-04-30 07:48 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/66289f859d06
Added tag 8u20-b12 for changeset 38c1ea45f8be
! .hgtags
Changeset: 5e0c832019c3
Author:kcr
Date: 2014-04-30 08:30 -0700
URL: http://
Updated webrev:
http://cr.openjdk.java.net/~kselle/webrev-20140430-1059-RT-36844/webrev/
On 4/30/2014 10:02 AM, Lisa Selle wrote:
Daniel,
Please review the fix for
https://javafx-jira.kenai.com/browse/RT-36844
Webrev at
http://cr.openjdk.java.net/~kselle/webrev-20140430-0959-RT-36844
Daniel,
Please review the fix for
https://javafx-jira.kenai.com/browse/RT-36844
Webrev at
http://cr.openjdk.java.net/~kselle/webrev-20140430-0959-RT-36844/webrev/
Thanks,
Lisa
Hi,
On 29.04.14 14:35, David Grieve wrote:
> I've found that this works:
>
> final StyleableBooleanProperty prop =
> (StyleableBooleanProperty)focusTraversableProperty();
>
Right i can confirm that.
The problem is that we are then relying even more on the fact the
upstream code does not ch
Hi,
According to Eclipse Compiler people we probably found a bug in javac.
They cited the following paragraph from the spec:
> "A cast from a type S to a parameterized type (§4.5) T is unchecked
>unless at least one of the following is true:
>* S <: T
>* All of the type arguments (§
Changeset: 9ec54207d0ad
Author:Daniel Blaukopf
Date: 2014-04-30 11:21 +0300
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9ec54207d0ad
RT-36822 [Monocle] X11 framebuffer container doesn't work any more
Reviewed-by: kselle
! buildSrc/x86egl.gradle
!
modules/graphics/src/ma
Changeset: 29ad05f09214
Author:Martin Sladecek
Date: 2014-04-30 10:11 +0200
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/29ad05f09214
RT-36877 Charts: autoRanging axis calculates different margins for upper and
lower bounds
Reviewed by: jgiles
! modules/controls/src/main
20 matches
Mail list logo