Merge PR #579: Linux window decorations: native move window and system menu

This commit is contained in:
Karl Tauber
2022-09-11 12:11:06 +02:00
19 changed files with 810 additions and 67 deletions

View File

@@ -5,6 +5,9 @@ FlatLaf Change Log
#### New features and improvements
- Linux: Use X11 window manager events to move window and to show window menu
(right-click on window title bar), if custom window decorations are enabled.
This gives FlatLaf windows a more "native" feeling. (issue #482)
- MenuBar: Support different menu selection style UI defaults for `MenuBar` and
`MenuItem`. (issue #587)
- TabbedPane: New option to disable tab run rotation in wrap layout. Set UI