Re: [8u] Review request: RT-38290: [WebView] HTML canvas clip() functionality broken

2014-08-27 Thread Anton V. Tarasov
Hi Steve, Sure, thanks for the reminder. Anton. On 27.08.2014 1:11, Stephen F Northover wrote: Hi Anton T, The policy for OpenJFX is that code reviews happen in the associated JIRA: https://wiki.openjdk.java.net/display/OpenJFX/Code+Reviews Thanks for reviewing this code, Steve On

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Update version

2014-08-27 Thread yves . joan
Changeset: 7e3f564c5a26 Author:yjoan Date: 2014-08-27 09:44 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7e3f564c5a26 [SCENEBUILDER] Update version ! apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebuilder/app/about/AboutWindowController.java !

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Nico Krebs | www.mensch-und-maschine.de
Hi Edu, short story: i built a very simple image file format: a zip file, containing a meta.xml file and several png images. the xml defines the position of each png in the image. this way i have a very basic layered image file. I built the first version with Swing in JDK 7 but switched to

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Nico Krebs | www.mensch-und-maschine.de
i just found this StackOverflow-post: https://stackoverflow.com/questions/16089304/javafx-imageview-without-any-smoothing the author also thinks that this is a bug. the proposed solutions seems to be a hack and to be slow(guessing). imagine an image with around 1000 layers (which already

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Nico Krebs | www.mensch-und-maschine.de
fyi: i just checked if the scrollpane is smoothing the images, but it`s not. removing the scrollpane keeps images smoothed. Edu García mailto:arcn...@gmail.com 26. August 2014 23:13 I'm curious. Why setSmooth doesn't work? Also, do I really need to create an image in memory just to render

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Removed Warnings detected by Eclipse

2014-08-27 Thread jerome . cambon
Changeset: 427fa460c27c Author:Jerome Cambon Date: 2014-08-27 11:37 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/427fa460c27c [SCENEBUILDER] Removed Warnings detected by Eclipse !

[8u40] Review request for RT-38230: Document the image file formats supported by javafx.scene.image.Image

2014-08-27 Thread Vadim Pakhnushev
Hi Jim, Please review the fix: https://javafx-jira.kenai.com/browse/RT-38230 http://cr.openjdk.java.net/~vadim/RT-38230/webrev.00/ Thanks, Vadim

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

2014-08-27 Thread sandra . lions-piron
Changeset: 60236c9b4be4 Author:slions Date: 2014-08-27 12:14 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/60236c9b4be4 [SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels = Adapt Insert As Accessory and Insert

MultiTouch Test Application

2014-08-27 Thread Jörg Wille
Hi Lisa, how is the progress on open-sourcing rt-closed/toys/HelloWorld/src/helloworld/HelloMultitouch.java Thanks, Joerg

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix for DTL-6833: Shape.strokeDashArray property should be hidden

2014-08-27 Thread jerome . cambon
Changeset: a707fa9c9186 Author:Jerome Cambon Date: 2014-08-27 15:33 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a707fa9c9186 [SCENEBUILDER] Fix for DTL-6833: Shape.strokeDashArray property should be hidden !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Going on fixing DTL-6783: RemovePropertyValueJob now removes the property

2014-08-27 Thread eric . le . ponner
Changeset: 96fb6a5bd1fc Author:eric.le.pon...@oracle.com Date: 2014-08-27 16:27 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/96fb6a5bd1fc [SCENEBUILDER] Going on fixing DTL-6783: RemovePropertyValueJob now removes the property after removing the last value. This

hg: openjfx/8u/rt: Added tag 8u40-b03 for changeset 0b9677f61b09

2014-08-27 Thread hang . vo
Changeset: a2dda1afa7b5 Author:hudson Date: 2014-08-27 07:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/a2dda1afa7b5 Added tag 8u40-b03 for changeset 0b9677f61b09 ! .hgtags

[8u40] Review request for RT-38338: [Glass, Mac] While a stage is in fullscreen mode you cannot open another stage on top of the fullscreen stage

2014-08-27 Thread Anthony Petrov
Hi Steve, Felipe, Please review the fix: https://javafx-jira.kenai.com/browse/RT-38338 -- best regards, Anthony

GridPane percent width.

2014-08-27 Thread Robert Fisher
Hi all, I have a grid pane with 2 columns, with one child in each. The columns are each assigned 50% width. I find that for some sizes (maybe when the total width is an odd number of pixels), the right-most column of pixels of the right child are cut off and not rendered. Is this

hg: openjfx/8u-dev/rt: [SCENEBUILDER] metadata for textFormatter property of TextField

2014-08-27 Thread yves . joan
Changeset: 3840e47bc78c Author:yjoan Date: 2014-08-27 17:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3840e47bc78c [SCENEBUILDER] metadata for textFormatter property of TextField !

8u40 API Review: RT-37767 Provide friendly APIs to access User JVM Preferences

2014-08-27 Thread Danno Ferrin
webrev: http://cr.openjdk.java.net/~shemnon/RT-37767/webrev.0/ Jira: https://javafx-jira.kenai.com/browse/RT-37767 This is the proposed API to allow the friendly access tot eh User JVM Options. Here are some snippets from demo code on my machine showing how they may interact: // get

hg: openjfx/8u-dev/rt: [SCENEBUILDER] DeleteObjectJob now uses RemoveObjectJob.

2014-08-27 Thread eric . le . ponner
Changeset: a5c10d255438 Author:eric.le.pon...@oracle.com Date: 2014-08-27 17:38 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a5c10d255438 [SCENEBUILDER] DeleteObjectJob now uses RemoveObjectJob. This fixes a latent bug and will ease work of references (DTL-6774). !

hg: openjfx/8u-dev/rt: (RT-37585) Embedded - enable freetype/pango path by default

2014-08-27 Thread david . hill
Changeset: eedae2717d3c Author:ddhill Date: 2014-08-27 11:38 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eedae2717d3c (RT-37585) Embedded - enable freetype/pango path by default Reviewed-by: kselle, fheidric !

hg: openjfx/8u-dev/rt: RT-38431: Use consistent ACC in callback

2014-08-27 Thread kevin . rushforth
Changeset: 08fef750e7dd Author:kcr Date: 2014-08-27 08:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/08fef750e7dd RT-38431: Use consistent ACC in callback Reviewed-by: anthony, msladecek !

Possible new project: OpenJDK LaF

2014-08-27 Thread Mario Torre
Hi all, First of all, sorry for cross posting... I would like to kindly ask to direct all the replies to this thread to the discuss alias if possible. Is a bit of time I'm playing with the idea of implementing a proper GTK3 look and feel for OpenJDK, something to make the jdk look a bit more

Change in default font engine for embedded

2014-08-27 Thread David Hill
As part of https://javafx-jira.kenai.com/browse/RT-37585 I just commited a change that will have embedded using the native font engine (freetype/pango) instead of the T2K based engine we were using before. Please keep an eye out for font based oddities :-) If you wish to use/force the T2K

hg: openjfx/8u-dev/rt: [DOCS-ONLY] RT-38453: [CSS] errors in cssref html causing issues in various browsers

2014-08-27 Thread david . grieve
Changeset: 9ae7393e72e9 Author:David Grievedavid.gri...@oracle.com Date: 2014-08-27 13:51 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9ae7393e72e9 [DOCS-ONLY] RT-38453: [CSS] errors in cssref html causing issues in various browsers !

hg: openjfx/8u-dev/rt: RT-38230: Document the image file formats supported by javafx.scene.image.Image

2014-08-27 Thread vadim . pakhnushev
Changeset: 99757c39bff9 Author:vadim Date: 2014-08-27 22:20 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/99757c39bff9 RT-38230: Document the image file formats supported by javafx.scene.image.Image Reviewed-by: fheidric !

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Jim Graham
On 8/27/14 1:04 AM, Nico Krebs | www.mensch-und-maschine.de wrote: Question 1: I don't know why setSmooth(false) doesnt work. Perhaps am i using it the wrong way? I set it for each ImageView object i got in my list. the scrollpane can`t be unsmoothed because of the lack of the setSmooth()

hg: openjfx/8u-dev/rt: Fix RT-23822: Support FontSmoothingType in Canvas fillText()

2014-08-27 Thread james . graham
Changeset: 20ee873c49f1 Author:flar james.gra...@oracle.com Date: 2014-08-27 15:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/20ee873c49f1 Fix RT-23822: Support FontSmoothingType in Canvas fillText() Reviewed by: felipe, kcr !

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Edu García
Thank you Nico and Jim. Also Jim, that issue only talks about ImageView IIRC. Are you going to implement something similar for shapes? I know it's not the same, but I wanted to show pixelated shapes as well (think about zooming in past 100% in Illustrator with pixel preview enabled). I don't keep

Re: Displaying pixel-perfect images without blur when zooming

2014-08-27 Thread Jim Graham
We have no plans at all for implementing pixel preview as a setting on Shapes. You can do that with snapshot if you want. The Shape.setSmooth() setting (currently stubbed out) is meant to control antialiasing, not rendering resolution. There should be similar bugs for Shape.setSmooth() and

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

2014-08-27 Thread jonathan . giles
Changeset: 0549284f26c9 Author:jgiles Date: 2014-08-28 09:56 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0549284f26c9 RT-38456: [TabPane] Tabs can be incorrectly made invisible when rearranged !

8u40 review request: RT-38183 - ManagedResource warnings when switching screen configurations

2014-08-27 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-38183/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-38183 Short and long explanations of the fix are in the Jira comments... ...jim