| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tornadofx-1.7.16.jar | 2018-05-13 | 2.8 MB | |
| README.md | 2018-05-13 | 1.9 kB | |
| TornadoFX 1.7.16 source code.tar.gz | 2018-05-13 | 250.9 kB | |
| TornadoFX 1.7.16 source code.zip | 2018-05-13 | 326.1 kB | |
| Totals: 4 Items | 3.4 MB | 0 | |
Fixed
- runAsyncWithProgress must Unwrap ToolBar parent (https://github.com/edvin/tornadofx/issues/687)
- Calling
close()insideInternalWindowwould also close the parent placeholderfor list type controls should not require list type parameter- Added warning log message when
WorkspaceAppis called with aWorkspacesubclass as main view paramter - Fix bug caused by not properly removing nodes from
ToolBar - Fixed issues generating CSS for dashed strokes in shapes and borders
contextmenubuilder returnsContextMenuinstance instead ofEventTarget(https://github.com/edvin/tornadofx/issues/702)togglebuttonandradiobuttonbuilders moved fromNodetoEventTarget(https://github.com/edvin/tornadofx/issues/716)- Workspace now undocks closed tabs correctly (https://github.com/edvin/tornadofx/issues/718)
Changes
- Kotlin 1.2.41
- Workspace.navigateForward() made public
- Added missing pseudoclasses to CSS DSL
- HostServices is now retrieved from
Application.getHostServices()instead of sun/internal API
Additions
--dicontainer=diContainerClassparameter allows assignment of DIContainer from command line (https://github.com/edvin/tornadofx-idea-plugin/issues/56)readonlyandcancelpseudoclasses added to type safe CSS- Added add/remove/toggle class for Tab
- ContextMenu.radiomenuitem (https://github.com/edvin/tornadofx/issues/646)
- mutableList can now be bound to an ObservableMap
- CssSelectionBlock now has all relation selectors (see
CssSubRule.Relation) - TableView DND Reorder testapp
onCancelcallback inWizard(https://github.com/edvin/tornadofx/issues/712)- combobox.editableWhen() - also works for DatePicker since it extends ComboBoxBase (https://github.com/edvin/tornadofx/issues/717)
- editableWhen() added for TableView, TreeTableView, ListView