X11: Menucolors

Replace the XawList with our own lists of labels and command widgets
to allow for menucolors. Supports only inverse line attribute for now.

Allow key translations to work with menus on Linux.
This commit is contained in:
Pasi Kallinen
2018-10-03 17:08:02 +03:00
parent ae61fe6f27
commit e48c61c06f
3 changed files with 358 additions and 363 deletions

View File

@@ -220,6 +220,8 @@ Qt: add Qt5 specific hints file for linux and Mac OS X (Ray Chason)
Qt: enable compiling Qt5 on Windows (Ray Chason)
Qt: entering extended commands, hide non-matching ones
Qt: remember tile and font size
X11: implement menucolors and allow menus to obey inverse attribute
X11: make key translations work with menus on Linux
General New Features