Add drawers to wmaker!
commite14e6b3da8a97d282dc71d07beb6febf0f1dd26d
authorDaniel Déchelotte <yo.dan@free.fr>
Thu, 11 Apr 2013 23:42:41 +0000 (12 01:42 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 12 Apr 2013 01:14:10 +0000 (12 02:14 +0100)
tree1e3013c7471ee3b28b25efec9756cc7070cda531
parent707ce34a5e2adfb2f13b7ac9387940f7e0c80e2f
Add drawers to wmaker!

Drawers are horizontal docks, and they can themselves only live in the dock

To use them, right click on the dock or a docked appicon and select "Add
a drawer". Then move appicons into the drawer (drag them with the
mouse). You may change the icon of the drawer. By default, drawers
auto-expand and -collapse, and auto-raise/lower. This can be customized
in the same way as for the clip.

Set DisableDrawers to YES in G/D/WindowMaker if you do not want to see
the menu entry to add a drawer.

Just discovered this bug: the auto-attract icon functionality will not
work (to be precise, it crashes WM!) if the clip is disabled
(NoClip=YES). Will fix shortly, of course.
19 files changed:
WindowMaker/Defaults/WindowMaker.in
WindowMaker/Icons/Drawer.png [new file with mode: 0644]
WindowMaker/Icons/Makefile.am
debian/debianfiles/conf/WMWindowAttributes
src/WindowMaker.h
src/appicon.c
src/defaults.c
src/dock.c
src/dock.h
src/dockedapp.c
src/icon.c
src/icon.h
src/main.c
src/screen.c
src/screen.h
src/session.c
src/startup.c
src/superfluous.c
src/workspace.c