hg: openjfx/2.2/master/rt: 53 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Jul 11 12:28:43 PDT 2012
Changeset: 9a2b4524a317
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-26 12:20 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/9a2b4524a317
RT-22565: parent stylesheets may be in the default stylesheet container
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: 385a5b779565
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-27 18:52 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/385a5b779565
Backed out changeset 9a2b4524a317
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: d20976d5d10f
Author: Paru Somashekar <parvathi.somashekar at oracle.com>
Date: 2012-06-28 10:34 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/d20976d5d10f
[TEST ONLY] remove @ignore for some chart tests - they pass now.
! javafx-ui-charts/test/javafx/scene/chart/StackedAreaChartTest.java
! javafx-ui-charts/test/javafx/scene/chart/StackedBarChartTest.java
! javafx-ui-charts/test/javafx/scene/chart/XYChartTest.java
Changeset: 9ed69f9a93bb
Author: jgiles
Date: 2012-06-27 16:03 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/9ed69f9a93bb
[DOC ONLY] Update to cells package documentation.
! javafx-ui-controls/src/javafx/scene/control/cell/package.html
Changeset: a42d594cef37
Author: jgiles
Date: 2012-06-29 09:37 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a42d594cef37
RT-22676: Embedded: Ensemble sample throws an exception
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 4484722efef7
Author: jgiles
Date: 2012-06-29 09:39 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/4484722efef7
RT-2295: Non-editable ComboBox does not show prompt text when it should
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
Changeset: 0d6d4249cce9
Author: jgiles
Date: 2012-06-29 09:40 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/0d6d4249cce9
RT-22908: Column width of data rows does not align with header column width
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java
Changeset: d17e7e409769
Author: jgiles
Date: 2012-06-29 09:40 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/d17e7e409769
RT-22875: CheckBoxTreeItem: indeterminate state does not affect rendering
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeCell.java
Changeset: 480b6f9324a7
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/480b6f9324a7
RT-22954: PieChart with rollover has picking issues
! javafx-ui-charts/src/javafx/scene/chart/PieChart.java
Changeset: a81a3544722e
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a81a3544722e
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 29a0e209d81f
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/29a0e209d81f
RT-22937: Selection issue on editors based on ComboBox with dynamic item list
! javafx-ui-controls/src/javafx/scene/control/ComboBox.java
Changeset: 2d7d2be9cdb7
Author: Kinsley Wong
Date: 2012-06-28 14:45 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/2d7d2be9cdb7
RT-22928: ClassCastException in TilePane while using the CSS style -fx-pref-columns
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
Changeset: feb33f9ce89b
Author: Kinsley Wong
Date: 2012-06-28 14:48 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/feb33f9ce89b
RT-22925: When closing a Tab inside a TabPane, the selection model does not return the correct Tab.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TabPaneBehavior.java
! javafx-ui-controls/src/javafx/scene/control/TabPane.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
Changeset: f90f6b0e27a4
Author: jgiles
Date: 2012-06-29 09:47 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/f90f6b0e27a4
RT-22076: CSS: Treat style class as a bit mask in Selector for better performance on selector matching.
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 90b96294241a
Author: jgiles
Date: 2012-06-29 09:49 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/90b96294241a
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 68f2523b8433
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-28 18:21 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/68f2523b8433
RT-22076: backout patch pushed by jgiles in favor of updated patch
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 29a95b63c732
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-28 18:21 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/29a95b63c732
RT-22076: create a bitmask from style class strings to speed up SimpleSelector.isSubsetOf method.
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: ad5af91935ff
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-29 13:18 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/ad5af91935ff
RT-22565: parent stylesheets may be in the default stylesheet container
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 121a87ea1d97
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-02 14:15 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/121a87ea1d97
RT-22076: backout patch for RT-22076 until after integration
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: 80668368c867
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-02 14:16 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/80668368c867
RT-23140: NPE in getStyleHelper if stylesheet fails to load. Check if stylesheet is null and also check if stylesheet List<Rule> is null or empty. If so, move on to next stylesheet.
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StylesheetTest.java
Changeset: 3e1c680c584d
Author: Kinsley Wong
Date: 2012-07-02 12:02 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/3e1c680c584d
[DOC-ONLY] Pagination control has no entry in cssref.html doc.
! javafx-ui-common/src/javafx/scene/doc-files/cssref.html
Changeset: 5b9ab0325414
Author: Kinsley Wong
Date: 2012-07-02 12:03 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/5b9ab0325414
[DOC ONLY] RT-21293: Typos in the API docs.
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
Changeset: dffc6988a9ab
Author: Kinsley Wong
Date: 2012-07-02 13:05 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/dffc6988a9ab
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
Changeset: 40d9b78ba945
Author: Pavel Safrata
Date: 2012-07-02 14:50 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/40d9b78ba945
RT-22747, RT-22749: marked additional SB dependencies.
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/KeyCode.java
Changeset: b27852b420e2
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2012-07-02 06:08 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/b27852b420e2
RT-21828 Canvas Screen Lock
! javafx-ui-common/src/javafx/scene/canvas/Canvas.java
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
Changeset: 6b0866a7c08c
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2012-07-03 10:09 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/6b0866a7c08c
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
Changeset: 7f0d5537b52a
Author: mfang
Date: 2012-06-29 21:46 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/7f0d5537b52a
RT-23080: NLS: javafx2.2 message drop 20 integration
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_de.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_es.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_fr.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_it.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_ja.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_ko.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_pt_BR.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_sv.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_zh_CN.properties
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls_zh_TW.properties
Changeset: bc2e7244d877
Author: igor
Date: 2012-07-03 16:18 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/bc2e7244d877
Merge
Changeset: 554e78523bab
Author: hudson
Date: 2012-07-05 12:13 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/554e78523bab
Added tag 2.2-b16 for changeset bc2e7244d877
! .hgtags
Changeset: 9bcfd0822e48
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-03 14:35 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/9bcfd0822e48
RT-22559: address isUserSetProperty and getAllPseudoClassStates causing bottleneck in StyleHelper.transitionToState
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: c74fc98bb9d4
Author: jgiles
Date: 2012-07-03 12:12 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/c74fc98bb9d4
RT-23008: TextFieldListCell throws NPE on Enter
! javafx-ui-controls/src/javafx/scene/control/cell/CellUtils.java
Changeset: 587765f2009d
Author: jgiles
Date: 2012-07-03 12:22 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/587765f2009d
[DOC ONLY] RT-23154: TextField Cells Javadoc doesn't specify clearly that StringConverter has to be set for them to work
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldListCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldTreeCell.java
Changeset: e26d0e3bfcb3
Author: jgiles
Date: 2012-07-03 15:28 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/e26d0e3bfcb3
[DOC ONLY] RT-22874: CheckBoxTreeItem: javadoc is incomplete
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
Changeset: ea0e80ad3933
Author: jgiles
Date: 2012-07-04 07:36 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/ea0e80ad3933
[DOC ONLY] Fixes for a number of JavaDoc errors and warnings.
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
! javafx-ui-common/src/javafx/scene/image/PixelFormat.java
! javafx-ui-common/src/javafx/scene/image/WritablePixelFormat.java
! javafx-ui-common/src/javafx/scene/input/InputMethodEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseEvent.java
! javafx-ui-common/src/javafx/scene/paint/ImagePattern.java
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
! javafx-ui-controls/src/javafx/scene/control/Pagination.java
! javafx-ui-controls/src/javafx/scene/control/SplitPane.java
! javafx-ui-controls/src/javafx/scene/control/Tab.java
! javafx-ui-controls/src/javafx/scene/control/Tooltip.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxListCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/ChoiceBoxTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/ComboBoxTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/MapValueFactory.java
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldListCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/TextFieldTreeCell.java
Changeset: b06e3fb7dd1a
Author: jgiles
Date: 2012-07-04 07:37 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/b06e3fb7dd1a
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 53c9087d14fb
Author: Kinsley Wong <kinsley.wong at oracle.com>
Date: 2012-07-03 13:10 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/53c9087d14fb
RT-22929 [Not bug court approved pushing so qa and can run tests] SplitPane: issue with position setting
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/SplitPaneSkin.java
! javafx-ui-controls/test/javafx/scene/control/SplitPaneTest.java
Changeset: 279dc6b31ebd
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-03 20:22 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/279dc6b31ebd
RT-22076: reinsert patch
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: 907808cece4e
Author: Kinsley Wong
Date: 2012-07-05 11:32 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/907808cece4e
RT-22866 Pagination control does not handle swipe gesture events.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/PaginationSkin.java
Changeset: 9d0660e793f6
Author: Kinsley Wong
Date: 2012-07-05 11:33 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/9d0660e793f6
RT-23084: Calling "setSelected(true)" on CheckBox fires ActionEvent.
! javafx-ui-controls/src/javafx/scene/control/CheckBox.java
Changeset: d48861b45651
Author: Kinsley Wong
Date: 2012-07-05 13:25 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/d48861b45651
RT-23063: Nested SplitPand rendering issue.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/SplitPaneSkin.java
! javafx-ui-controls/test/javafx/scene/control/SplitPaneTest.java
Changeset: 330911490952
Author: jgiles
Date: 2012-07-09 10:12 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/330911490952
RT-21684: TableView with hidden/invisible columns: resizing of columns gets confused
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java
Changeset: e3ddeb5fe157
Author: jgiles
Date: 2012-07-09 10:12 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/e3ddeb5fe157
RT-23067: AIOOBE when expand one of selected nodes in TreeView
! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java
Changeset: 2e3e8a90f8c0
Author: jgiles
Date: 2012-07-09 16:49 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/2e3e8a90f8c0
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 0122996d25d3
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-09 12:39 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/0122996d25d3
RT-22076: backout patch. Fix deferred to 3.0
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: 5b3e02e4f23b
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-09 12:39 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/5b3e02e4f23b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: a88de67241de
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-09 12:51 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a88de67241de
RT-21594: If the style cache for a node is null, then tell the node to reapply CSS because the StyleHelper is no good in this case.
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
Changeset: 18f3884957e7
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-09 12:51 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/18f3884957e7
RT-23184: adding same UA stylesheet should not cause styles to be obliterated
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: f3bb020babab
Author: mickf
Date: 2012-07-09 18:12 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/f3bb020babab
RT-23033 : Label with setFocusTraversable(true) breaks focus traversing
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/BehaviorBase.java
Changeset: a8bd152f64ad
Author: mickf
Date: 2012-07-09 18:17 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a8bd152f64ad
RT-20222 : Ensemble - Controls on the right side are not reachable via keyboard
! javafx-ui-common/src/com/sun/javafx/scene/traversal/ContainerTabOrder.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TabPaneBehavior.java
Changeset: 1eadff96bc2b
Author: Kinsley Wong
Date: 2012-07-09 13:16 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/1eadff96bc2b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java
Changeset: 64f2c821ab4e
Author: "Joseph Andresen<joseph.andresen at oracle.com>"
Date: 2012-07-09 14:22 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/64f2c821ab4e
[javadoc] RT-22593 Effects: some treat as private docs missing
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/src/javafx/scene/effect/Lighting.java
Changeset: 1d8c6251f243
Author: kcr
Date: 2012-07-10 06:46 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/1d8c6251f243
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
Changeset: f28a395961d2
Author: hudson
Date: 2012-07-11 12:24 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/f28a395961d2
Added tag 2.2-b17 for changeset 1d8c6251f243
! .hgtags
More information about the openjfx-dev
mailing list