Changeset: ac4d9e43d517 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-11-18 11:21 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ac4d9e43d517
RT-34346: TextAlignment center ceased to work ! modules/graphics/src/main/java/com/sun/javafx/text/PrismTextLayout.java Changeset: 9500977f0627 Author: leifs Date: 2013-11-18 11:24 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9500977f0627 RT-34298: RTL orientation: MenuButton RTL text exceeds the bound if preferred width is small. Reviewed-by: felipe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledSkinBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Utils.java Changeset: 323f71bef4ae Author: jgiles Date: 2013-11-12 13:17 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/323f71bef4ae RT-21186: ComboBox doesn't show tooltip over its TextField ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java ! modules/controls/src/test/java/javafx/scene/control/ComboBoxTest.java Changeset: f8e3cfc08d81 Author: jgiles Date: 2013-11-12 13:43 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f8e3cfc08d81 RT-32547: Resizable pointer, while there is no resizable component. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java Changeset: eaaee0a8bf4a Author: jgiles Date: 2013-11-12 15:00 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eaaee0a8bf4a RT-25239: [TableView] resizing of nonresizable column can be done with autosizing. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java Changeset: 3c6808a1eb1d Author: jgiles Date: 2013-11-15 10:36 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3c6808a1eb1d [TEST ONLY] Removing commented out @Ignore lines from two tests. ! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java Changeset: 881baee7d434 Author: jgiles Date: 2013-11-18 13:26 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/881baee7d434 RT-34333: HTMLEditor font size popup is incorrectly sized ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java Changeset: d892fc853b2a Author: jgiles Date: 2013-11-19 07:59 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d892fc853b2a RT-34327: Comparator in TreeTableView has wrong generic type Reviewed-by: dgrieve ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java