As promised, here's our precious patches for WindowMaker. I haven't ported vlaad-trance (transparent menus) and sga-moving-add (keybindings to move window in 8 directions) since I don't use them and it was boring to port.
Commit messages should explain everything, I spent some time on it ;-) Alexey I. Froloff (11): Raise shaded window frame when unhiding Luxi Sans doesn't have cyrillic Titlebar height controlling options Add keyboard shortcuts to docked appicons Menu translation support Bouncing appicon effect Option to disable clip title Minimize all windows key binding Open window menu on right-click in window list menu Highlite current window's appicon New titlebar button style FAQ.I18N | 2 +- WINGs/Tests/wtest.c | 2 +- WINGs/configuration.c | 4 +- WPrefs.app/Configurations.c | 40 ++++- WPrefs.app/tiff/Makefile.am | 1 + WPrefs.app/tiff/nextstyle.tiff | Bin 0 -> 4004 bytes WPrefs.app/tiff/oldstyle.tiff | Bin 1044 -> 4004 bytes WPrefs.app/xpm/Makefile.am | 1 + WPrefs.app/xpm/nextstyle.xpm | 120 ++++++++++++++ WPrefs.app/xpm/oldstyle.xpm | 94 ++++++------ WindowMaker/Styles/Autumn.style | 12 +- WindowMaker/Styles/Black.style | 12 +- WindowMaker/Styles/BlackTexture.style | 12 +- WindowMaker/Styles/Blue.style | 12 +- WindowMaker/Styles/BlueDawn.style | 12 +- WindowMaker/Styles/BlueishGreen.style | 12 +- WindowMaker/Styles/Brown.style | 12 +- WindowMaker/Styles/Brownish.style | 12 +- WindowMaker/Styles/Chumbo.style | 12 +- WindowMaker/Styles/Copper.style | 12 +- WindowMaker/Styles/DarkBlue.style | 12 +- WindowMaker/Styles/DarkRed.style | 12 +- WindowMaker/Styles/Emerald.style | 12 +- WindowMaker/Styles/Fire.style | 12 +- WindowMaker/Styles/Food.style | 12 +- WindowMaker/Styles/Golden.style | 12 +- WindowMaker/Styles/Green.style | 12 +- WindowMaker/Styles/GreyBlue.style | 12 +- WindowMaker/Styles/Gtk.style | 12 +- WindowMaker/Styles/IRednBlue.style | 12 +- WindowMaker/Styles/Interlace.style | 12 +- WindowMaker/Styles/LightBlue.style | 12 +- WindowMaker/Styles/NewBlue.style | 12 +- WindowMaker/Styles/NightSky.style | 12 +- WindowMaker/Styles/Pastel.style | 12 +- WindowMaker/Styles/Pink.style | 12 +- WindowMaker/Styles/Pumpkin.style | 12 +- WindowMaker/Styles/Purple.style | 12 +- WindowMaker/Styles/Purplish.style | 12 +- WindowMaker/Styles/Red.style | 12 +- WindowMaker/Styles/RednBlue.style | 12 +- WindowMaker/Styles/Spring.style | 12 +- WindowMaker/Styles/Summer.style | 12 +- WindowMaker/Styles/Traditional.style | 12 +- WindowMaker/Styles/VioletBlue.style | 12 +- WindowMaker/Themes/Default.style | 12 +- WindowMaker/Themes/OpenStep.style | 12 +- WindowMaker/Themes/Pastel.style | 12 +- WindowMaker/Themes/SteelBlueSilk.style | 12 +- configure.ac | 5 + src/WindowMaker.h | 10 ++ src/actions.c | 65 ++++++++- src/actions.h | 1 + src/appicon.c | 2 + src/appicon.h | 4 + src/application.c | 12 ++ src/application.h | 23 +++ src/def_pixmaps.h | 266 ++++++++++++++++++++++++++++++++ src/defaults.c | 24 +++- src/dock.c | 146 +++++++++++++++++- src/dockedapp.c | 137 ++++++++++++++++- src/event.c | 6 +- src/extend_pixmaps.h | 74 +++++++++ src/framewin.c | 115 ++++++++++---- src/framewin.h | 5 +- src/funcs.h | 2 + src/icon.c | 28 +++- src/keybind.h | 1 + src/main.c | 14 ++- src/menu.c | 29 +++- src/moveres.c | 10 +- src/placement.c | 2 + src/rootmenu.c | 26 ++-- src/screen.c | 48 +++++- src/screen.h | 1 + src/superfluous.c | 157 +++++++++++++++++++ src/texture.c | 18 ++- src/wconfig.h.in | 18 ++- src/window.c | 12 ++- src/winmenu.c | 48 ++++++ wrlib/misc.c | 55 ++++++-- wrlib/wraster.h | 2 + 82 files changed, 1711 insertions(+), 387 deletions(-) create mode 100644 WPrefs.app/tiff/nextstyle.tiff create mode 100644 WPrefs.app/xpm/nextstyle.xpm -- 1.7.2.3 -- To unsubscribe, send mail to [email protected].
