summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Trivial typo in recent "exec windowmanager" additionian2008-01-221-1/+1
* All of the 9wm code in cwm has been removed or re-written. Edit LICENSEoga2008-01-163-35/+13
* huge amount of cleanup and dead code removal.oga2008-01-1611-186/+22
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-144-260/+88
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-1117-18/+195
* Kill some more dead code, cursor.c goes away.oga2008-01-083-68/+1
* Adjust initial window placement with any geometry that would placemarc2008-01-031-3/+6
* Kill draw.c, nothing uses the code in it.oga2008-01-033-24/+1
* Kill some warnings intoduced with the execwm feature.oga2008-01-031-2/+2
* remove declaration of removed functionmarc2008-01-021-2/+0
* remove unused codemarc2008-01-022-54/+1
* Only use the x,y values from the XSizeHints structure when they are greatermarc2008-01-011-2/+4
* allow the search feature to work in the root window, like other similar ones.okan2007-12-311-1/+1
* Add a "restart wm" function. ok oga@ian2007-11-285-3/+56
* Another messed up keybinding.oga2007-11-281-1/+1
* re-add a lost group keybindingokan2007-11-271-0/+1
* Make cwm default keybindings always exist. Additional keybindings nowoga2007-11-193-61/+88
* fix a pasto: documentation/5639 from viqjmc2007-11-161-11/+11
* introduce conf_bindname() to drastically simplify conf.ctodd2007-11-132-183/+130
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-134-0/+75
* Small manpage nit.oga2007-11-081-2/+2
* Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning whenoga2007-11-071-1/+1
* Document cwm's keybinding support. It was already there, but not in the manpage.oga2007-11-072-14/+109
* Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga2007-11-074-4/+78
* wordingian2007-10-071-1/+1
* When cycling, only the end of the window names will be printed if thejasper2007-10-022-0/+9
* fix buffer overflow, as sizeof(paths) won't fit inside the array.jasper2007-09-061-3/+4
* Okan Demirmen sent me a diff to kill some silly Fa macros, then persuadedjmc2007-06-291-100/+112
* implement keyboard initiated movement of windowstodd2007-06-274-0/+74
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-265-18/+199
* don't map hidden windows on re-start.jasper2007-06-081-2/+7
* document the autogroup functionality.jasper2007-06-061-0/+19
* make it possible to cycle through the windows when non are selected.jasper2007-06-054-9/+18
* draw window borders when redrawing a windowjasper2007-06-051-2/+8
* show hidden windows when they should (eg. when the pointer is warped to them)jasper2007-05-291-1/+5
* don't give borderless windows a border, when they're inactivejasper2007-05-291-2/+0
* add two missing closedir()'sjasper2007-05-281-0/+6
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-2817-372/+370
* full screen sized windowsjasper2007-05-273-2/+6
* autoconf junk was zapped, so no need for HAVE_CONFIG_Hjasper2007-05-221-4/+0
* remove useless #ifdefjasper2007-05-221-4/+0
* remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL)jasper2007-05-221-2/+0
* we don't use this file on openbsd, so zap it.jasper2007-05-211-105/+0
* fix optindjasper2007-05-211-1/+1
* - new sentence, new line.jasper2007-05-101-47/+43
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-103-5/+23
* 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
* 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