portable version of OpenBSD's cwm(1) window manager
Go to file
oga 1eed217b1c Rewrite most of grab_menu in grab.c (it was partly 9wm code).
This should work functionally the same, with a few simplifications.

Changes:
- we don't care if you're holding another button when you release the
  menu key if you don't want to select anything, move off the menu.
- remove the hysteresis from the menu selection (before you had to move
  more than three pixels onto a new menu entry before it selected it)
- simplify a lot of the selection code
- kill dead code.
- do what the XXX comment said and cache the screensize (i may tweak
  this later).

As far as I can tell, the only code remaining from 9wm is the list of
fonts in calmwm.c. Others appear to concur.

ok marc@, looked over and tested by a few others. Reminders from okan@.
2008-01-14 15:21:10 +00:00
calmwm.c Rewrite most of grab_menu in grab.c (it was partly 9wm code). 2008-01-14 15:21:10 +00:00
calmwm.h Rewrite most of grab_menu in grab.c (it was partly 9wm code). 2008-01-14 15:21:10 +00:00
client.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
conf.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
cwm.1 - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
font.c convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
grab.c Rewrite most of grab_menu in grab.c (it was partly 9wm code). 2008-01-14 15:21:10 +00:00
group.c Rewrite most of grab_menu in grab.c (it was partly 9wm code). 2008-01-14 15:21:10 +00:00
hash.h Initial revision 2007-04-27 17:58:48 +00:00
headers.h - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
input.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
kbfunc.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
LICENSE Initial revision 2007-04-27 17:58:48 +00:00
Makefile Kill some more dead code, cursor.c goes away. 2008-01-08 20:21:43 +00:00
README - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
screen.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
search.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
TODO convert globals from G_foo to Foo, as per TODO. 2007-05-28 18:34:27 +00:00
util.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
xevents.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
xmalloc.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00
xutil.c - Remove the "all rights reserved" tag at the top of most of the source 2008-01-11 16:06:44 +00:00

--------------------------------------------------------------------------------
cwm release three
--------------------------------------------------------------------------------
   by Marius Aamodt Eriksen <marius@monkey.org>
   contributions by Andy Adamson <dros@monkey.org>,
                    Niels Provos <provos@monkey.org>,
                    Martin Murray <mmurray@monkey.org>,
                    Dimitris Economou <dimeco@stanford.edu> &
                    Antti Nykänen <aon@iki.fi>.

   http://monkey.org/~marius/cwm

DESCRIPTION

   cwm is a window manager initially inspired by evilwm[1].  It
   developed out of modifications to evilwm, but eventually the code
   base of evilwm did not accomodate well for the new features added.
   So calmwm was written from scratch.

   Its main goal is to be as efficient as possible, while providing 
   a very clean, simple & attractive aesthetic.

   cwm has several novel features, including the ability to search
   for windows.

HIGHLIGHTS IN RELEASE TWO

   * Improved alt-tabbing, including the ability to reverse cycle.
   * Display of a context menu when alt-tabbing, showing the previous,
     current and next window in the cycle order.
   * Much improved ranking in search.
   * In search-menus, the ability to list every item.

HIGHLIGHTS IN RELEASE THREE

   * More search ranking improvements
   * Many contributions by Antti Nykänen: keyboard binding "i18n",
     show window labels in minimized window menu, automatic window
     grouping, MWM hints support & some bug fixes.
   * Xft support & the addition of the -f flag (see manpage).

INSTALL

   ./configure
   make
   su
   make install

DOCUMENTATION

   See the manpage cwm(1).

LICENSE

   cwm is distributed under a BSD like license. Please see the LICENSE
   file or the top of any source file for more information.

[1] http://evilwm.sourceforge.net/