summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* When cycling, only the end of the window names will be printed if thejasper2007-10-022-0/+9
| | | | | | | | name is too long. so show the beginning instead. from Pierre Riteau <pierre.riteau at free.fr> "looks correct" matthieu@
* fix buffer overflow, as sizeof(paths) won't fit inside the array.jasper2007-09-061-3/+4
| | | | | | from Stefan Kempf "looks right to me" matthieu@
* Okan Demirmen sent me a diff to kill some silly Fa macros, then persuadedjmc2007-06-291-100/+112
| | | | | | me to clean this page up; jasper and bernd gave oks for the Fa removal;
* implement keyboard initiated movement of windowstodd2007-06-274-0/+74
| | | | | | enhanced version of diff originally from niallo@ man bits from niallo@ ok niallo@ japser@
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-265-18/+199
| | | | | | | | | | | | _PATH_DEFPATH add an "ssh-to" dialog which auto-completes based on contents of ~/.ssh/known_hosts (M-.) testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@ mk@ and David Cathcart <david at cathcart.cx> ok todd@
* don't map hidden windows on re-start.jasper2007-06-081-2/+7
| | | | from aon@iki.fi
* document the autogroup functionality.jasper2007-06-061-0/+19
| | | | with aon@iki.fi
* make it possible to cycle through the windows when non are selected.jasper2007-06-054-9/+18
| | | | | | (eg. when they're hidden, now you can cycle through them) from aon@iki.fi
* draw window borders when redrawing a windowjasper2007-06-051-2/+8
| | | | from aon@iki.fi
* show hidden windows when they should (eg. when the pointer is warped to them)jasper2007-05-291-1/+5
| | | | from aon@iki.fi via bernd@
* don't give borderless windows a border, when they're inactivejasper2007-05-291-2/+0
| | | | from aon@iki.fi via bernd@
* add two missing closedir()'sjasper2007-05-281-0/+6
| | | | | | from Antti Nykänen <aon at iki.fi> via bernd@ ok pedro@
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-2817-372/+370
| | | | "looks good" pedro@, ok matthieu@
* full screen sized windowsjasper2007-05-273-2/+6
| | | | ok matthieu@
* autoconf junk was zapped, so no need for HAVE_CONFIG_Hjasper2007-05-221-4/+0
|
* remove useless #ifdefjasper2007-05-221-4/+0
| | | | ok pedro@
* remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL)jasper2007-05-221-2/+0
| | | | ok pedro@
* we don't use this file on openbsd, so zap it.jasper2007-05-211-105/+0
| | | | ok matthieu@ pedro@
* fix optindjasper2007-05-211-1/+1
| | | | ok ray@
* - new sentence, new line.jasper2007-05-101-47/+43
| | | | | | | - use .Pp instead of just a newline - no empty lines between sections. ok jmc@ matthieu@
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-103-5/+23
| | | | | | | - adjust argc/argv by optind - add an ENVIRONMENT section to the manpage ok matthieu@ ray@
* Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/.bernd2007-04-272-2/+5
|
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-275-0/+90
| | | | key binding.
* Remove autoconf crap and other stuff we don't need.bernd2007-04-2717-14748/+0
|
* Simple Makefile to build cwm.bernd2007-04-271-0/+25
|
* Initial revisionbernd2007-04-2742-0/+20753