Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Kill draw.c, nothing uses the code in it. | oga | 2008-01-03 | -26/+3 |
| | | | | | | More dead code removals to come. ok marc@ | |||
* | Kill some warnings intoduced with the execwm feature. | oga | 2008-01-03 | -3/+3 |
| | | | | ok marc@ | |||
* | remove declaration of removed function | marc | 2008-01-02 | -3/+1 |
| | | | | Reminded by matthieu@ (thanks!) | |||
* | remove unused code | marc | 2008-01-02 | -55/+2 |
| | | | | OK oga@ | |||
* | Only use the x,y values from the XSizeHints structure when they are greater | marc | 2008-01-01 | -3/+5 |
| | | | | | than zero. The fields are obsolete and not always used. OK jasper@ | |||
* | allow the search feature to work in the root window, like other similar ones. | okan | 2007-12-31 | -2/+2 |
| | | | | ok todd@ | |||
* | Add a "restart wm" function. ok oga@ | ian | 2007-11-28 | -8/+61 |
| | ||||
* | Another messed up keybinding. | oga | 2007-11-28 | -2/+2 |
| | | | | | | I blame todd... ok okan@ | |||
* | re-add a lost group keybinding | okan | 2007-11-27 | -1/+2 |
| | | | | ok oga@ todd@ | |||
* | Make cwm default keybindings always exist. Additional keybindings now | oga | 2007-11-19 | -64/+91 |
| | | | | | | | | | | overlap with the new ones, overriding them. Also a new "unmap" keyword in binding definitions now unmaps a binding without adding a new one. This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines their own bindings whilst wanting some of the defaults. Looked over, liked and ok todd@ | |||
* | fix a pasto: documentation/5639 from viq | jmc | 2007-11-16 | -12/+12 |
| | | | | | | | while i'm at it: - fix an .El botch up - kill trailing whitespace - new sentence, new line | |||
* | introduce conf_bindname() to drastically simplify conf.c | todd | 2007-11-13 | -185/+132 |
| | | | | really liked by oga@ | |||
* | enable pointer movement in cwm via C-<arrowkeys> | todd | 2007-11-13 | -4/+79 |
| | | | | looked over by oga@ | |||
* | Small manpage nit. | oga | 2007-11-08 | -3/+3 |
| | | | | From Okan Demirmen, thanks! | |||
* | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | oga | 2007-11-07 | -2/+2 |
| | | | | | | | | moving and resizing windows using the keyboard. Future diffs might make this value configurable. ok jasper@, todd@. | |||
* | Document cwm's keybinding support. It was already there, but not in the manpage. | oga | 2007-11-07 | -16/+111 |
| | | | | | | While I'm here add support for extra modifier keys. "commit commit!" jasper@, ok todd@. | |||
* | 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@ |