summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* We are inconsistent when it comes to function returns, so just go allokan2011-07-2510-46/+50
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-236-23/+23
* correct spelling; from Alexander Polakov.okan2011-07-144-5/+5
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-272-8/+7
* warn if we can't parse the config file on start, just like we do on reload.okan2011-06-251-1/+2
* Since cwm(1) uses the same parser as others in src, document howokan2011-06-251-1/+13
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-243-14/+15
* New option to raise a client via the mouse (unbound by default);okan2011-06-244-1/+11
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-247-2/+56
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-242-34/+18
* replace the non-working check to see if another wm is running with aokan2011-06-241-19/+20
* more nitems usage.okan2011-06-241-4/+2
* re-order sweep draw so that we map into the client window afterokan2011-06-241-3/+2
* struct XftFont already has height which we can use directly instead ofokan2011-06-244-7/+4
* alter a few function returns and prototypes; found by lint.okan2011-06-244-21/+10
* Correct extern declaration and while here, rename a variable to beokan2011-06-242-4/+4
* collapse client and group {r,}cycle defines since they are reallyokan2011-06-242-7/+3
* switch to installing source manuals:naddy2011-06-231-3/+1
* fix botched client and group cycle defines; noticed by Thomas Pfaff.okan2011-05-151-4/+4
* remove left over XSync; ok oga@okan2011-05-131-6/+2
* tag and comment cleanup; ok oga@okan2011-05-1115-19/+26
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-077-1/+43
* On map, don't warp to windows that are marked as ignored.oga2011-05-061-2/+2
* bump window resize back to 60hz. instead, we should not need to syncokan2011-05-051-5/+3
* re-org. ok oga@okan2011-05-051-308/+268
* make the menu window aware of xinerama info; this makes the menu stayokan2011-05-051-10/+27
* revert the XSync timing change for client move only; first noticed byokan2011-03-231-2/+2
* warp the pointer back, iff we don't move the mouse, once we are doneokan2011-03-221-0/+8
* we should re-focus the client and ungrab the ptr even if we don't have aokan2011-03-221-5/+5
* fix nousance of always highlighting the first entry even when there isokan2011-03-221-1/+1
* move the default case to the end.okan2011-03-221-2/+2
* reduce the number of times we sync during a window resize.okan2011-03-221-5/+4
* introduce nitems macro, with the appropriate ifndef.okan2011-03-224-15/+14
* if virt/horz un-maximizing, restore only the un-maximized axisokan2011-03-221-0/+5
* (0,0) is also inside in the screen; from Sviatoslav Chagaev.okan2011-03-221-2/+2
* while this piece deals with client argv's in a seemingly inefficient wayokan2011-03-222-27/+0
* remove XXX and move a configure event out of the event handler functions.okan2011-03-224-27/+24
* move the single keycode function directly into the menu code.okan2011-03-224-129/+96
* xcb is no longer optional.matthieu2011-03-081-4/+1
* if we are saving the pointer location for a specific client, make sureokan2011-02-131-0/+3
* we lose track of highstack somewhere, so recompute it before we need it.tedu2011-02-131-0/+5
* in MotionNotify geom.x, geom.y calculations take into account bwidth.martynas2010-12-141-2/+2
* Explicitely link libxcb when needed for static arches.matthieu2010-11-271-1/+4
* s/-offset -indent/-offset indent/ for correct indentation,schwarze2010-09-251-4/+4
* s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlintschwarze2010-09-251-6/+6
* do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.okan2010-09-251-0/+6
* picked a henning diff from src - original log:okan2010-09-251-2/+3
* spacing nitsokan2010-09-252-13/+7
* revert -r1.45 of group.c (log was: fix window name and class to matchokan2010-07-302-7/+8
* fix backwards example (after r1.45 of group.c); noticed by phessler@okan2010-07-231-3/+3