CHANGELOG.md: added custom window decorations

This commit is contained in:
Karl Tauber
2020-06-29 17:00:28 +02:00
parent 0d91116e62
commit 9da634e225

View File

@@ -3,6 +3,13 @@ FlatLaf Change Log
## Unreleased
- Custom window decorations (Windows 10 only; PR #108; issues #47 and #82)
support:
- dark window title panes
- embedding menu bar into window title pane
- native Windows 10 borders and behavior when running in
[JetBrains Runtime 11](https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime)
or later (the JRE that IntelliJ IDEA uses)
- CheckBox and RadioButton: Support changing selected icon style from outline to
filled (as in FlatLaf IntelliJ theme) with `UIManager.put(
"CheckBox.icon.style", "filled" );`.