Changeset: b7df69987d07 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:01 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b7df69987d07
RT-31237: allow "none" as a css property value having the same semantics as "null". ! modules/graphics/src/main/java/com/sun/javafx/css/converters/ColorConverter.java ! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java Changeset: fbc40f535dd4 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:03 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fbc40f535dd4 RT-30940: rework HelloLabelBorders. ! apps/toys/Hello/src/main/java/hello/HelloLabelBorders.java - apps/toys/Hello/src/main/java/hello/LabelBorders.css ! apps/toys/Hello/src/main/java/hello/hello.css Changeset: 9068ba8f3950 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:03 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9068ba8f3950 [DOCS ONLY] RT-27995: clarify default value of visibility propert in cssref. ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: 8c1ff5eb1679 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:03 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8c1ff5eb1679 [DOCS ONLY] RT-9178: add note to cssref regarding font inheritance ! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html Changeset: c7499eb02a43 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:03 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c7499eb02a43 RT-7413: clip has no parent. if a node has a clip, call impl_processCSS on the clip ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: e9afba41e211 Author: David Grieve<david.gri...@oracle.com> Date: 2014-01-16 08:08 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e9afba41e211 Backed out changeset c7499eb02a43 ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: bd74f5138913 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2014-01-16 14:09 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bd74f5138913 [JAVADOC] RT-35351 Fix javafx.scene.Node.setEventHandler javadoc ! modules/graphics/src/main/java/javafx/scene/Node.java