jfx
jfx copied to clipboard
JavaFX mainline development
- added Skin.install() - javadoc changes for Skinnable.setSkin(Skin) no code changes for Skinnable.setSkin(Skin) yet. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at...
1. reword SelectionModel.isSelected(int) javadoc, removing incorrect statement "Is functionally equivalent to calling getSelectedIndices().contains(index)." 2. reimplement TableView.TableViewSelectionModel.isSelected(int) method to return true when at least one cell in *any* column is selected...
**Issue:** When the `TableView` is set with built-in `CONSTRAINED_RESIZE_POLICY`, the horizontal scroll bar keeps flickering when the `TableView` width is reduced. **Cause:** The table columns widths are recalculated only if...
Issue: xml not well-formed error occurs at XML document parser. Issue: doEnd() call not needed for JAVA platform, as it is making XMLDocumentParserLibxml2 xml not well-formed error. --------- ### Progress...
This PR fixes a bunch of NPEs when a null `SelectionModel` or `FocusModel` is set on a `ListView`. The following NPEs are fixed (all are also covered by exactly one...
Initialize the `(Tree)TableView` when creating the measure row. This will guarantee, that we can access the `(Tree)TableView` in the `(Tree)TableRowSkin`, which is currently only null during the autosizing (It is...
A null check has been added to below SpinnerValueFactory classes in valueProperty() ChangeListeners- - `IntegerSpinnerValueFactory` - `LocalDateSpinnerValueFactory` - `LocalTimeSpinnerValueFactory` - `ListSpinnerValueFactory` Added 5 tests that detect NPE for above 4...
Refactoring and renaming changes to some of the D3D pipeline files and a few changes on the Java side. These are various "leftovers" from previous issues that we didn't want...
This is a draft PR. I have added `A warning about inserting Nodes into the ListView items list` similar to the one available for ComboBox. I plan to update -...
Changelog for this MarlinFX 0.9.4.6 release: The Marlin-renderer 0.9.4.6 release provides one bug fix in Stroker: skip repeated endpoint to preserve mitter orientation: see JDK-8264999, https://bugs.openjdk.org/browse/JDK-8264999 The Marlin-renderer 0.9.4.5 release...