Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | oga | 2007-11-07 | -8/+82 |
| | | | | | | Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@. | |||
* | wording | ian | 2007-10-07 | -2/+2 |
| | ||||
* | When cycling, only the end of the window names will be printed if the | jasper | 2007-10-02 | -2/+11 |
| | | | | | | | | 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. | jasper | 2007-09-06 | -4/+5 |
| | | | | | | from Stefan Kempf "looks right to me" matthieu@ | |||
* | Okan Demirmen sent me a diff to kill some silly Fa macros, then persuaded | jmc | 2007-06-29 | -101/+113 |
| | | | | | | me to clean this page up; jasper and bernd gave oks for the Fa removal; | |||
* | implement keyboard initiated movement of windows | todd | 2007-06-27 | -4/+78 |
| | | | | | | 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 in | niallo | 2007-06-26 | -23/+204 |
| | | | | | | | | | | | | _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. | jasper | 2007-06-08 | -3/+8 |
| | | | | from aon@iki.fi | |||
* | document the autogroup functionality. | jasper | 2007-06-06 | -1/+20 |
| | | | | with aon@iki.fi | |||
* | make it possible to cycle through the windows when non are selected. | jasper | 2007-06-05 | -13/+22 |
| | | | | | | (eg. when they're hidden, now you can cycle through them) from aon@iki.fi | |||
* | draw window borders when redrawing a window | jasper | 2007-06-05 | -3/+9 |
| | | | | from aon@iki.fi | |||
* | show hidden windows when they should (eg. when the pointer is warped to them) | jasper | 2007-05-29 | -2/+6 |
| | | | | from aon@iki.fi via bernd@ | |||
* | don't give borderless windows a border, when they're inactive | jasper | 2007-05-29 | -3/+1 |
| | | | | from aon@iki.fi via bernd@ | |||
* | add two missing closedir()'s | jasper | 2007-05-28 | -1/+7 |
| | | | | | | from Antti Nykänen <aon at iki.fi> via bernd@ ok pedro@ | |||
* | convert globals from G_foo to Foo, as per TODO. | jasper | 2007-05-28 | -386/+384 |
| | | | | "looks good" pedro@, ok matthieu@ | |||
* | full screen sized windows | jasper | 2007-05-27 | -5/+9 |
| | | | | ok matthieu@ | |||
* | autoconf junk was zapped, so no need for HAVE_CONFIG_H | jasper | 2007-05-22 | -5/+1 |
| | ||||
* | remove useless #ifdef | jasper | 2007-05-22 | -5/+1 |
| | | | | ok pedro@ | |||
* | remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL) | jasper | 2007-05-22 | -2/+0 |
| | | | | ok pedro@ | |||
* | we don't use this file on openbsd, so zap it. | jasper | 2007-05-21 | -105/+0 |
| | | | | ok matthieu@ pedro@ | |||
* | fix optind | jasper | 2007-05-21 | -2/+2 |
| | | | | ok ray@ | |||
* | - new sentence, new line. | jasper | 2007-05-10 | -48/+44 |
| | | | | | | | - 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 on | jasper | 2007-05-10 | -8/+26 |
| | | | | | | | - 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/. | bernd | 2007-04-27 | -4/+7 |
| | ||||
* | Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new | bernd | 2007-04-27 | -5/+95 |
| | | | | key binding. | |||
* | Remove autoconf crap and other stuff we don't need. | bernd | 2007-04-27 | -14748/+0 |
| | ||||
* | Simple Makefile to build cwm. | bernd | 2007-04-27 | -0/+25 |
| | ||||
* | Initial import of cwm-3. | bernd | 2007-04-27 | -0/+20753 |
tested by sturm@, ok matthieu@ |