| Commit message (Expand) | Author | Age | Files | Lines |
* | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | 2011-08-22 | 1 | -5/+0 |
* | revert r1.11 of parse.y and create logic in conf_setup instead to deal | okan | 2011-08-22 | 2 | -10/+14 |
* | Re-draw borders after reloading, not before; from Alexander Polakov. | okan | 2011-07-26 | 1 | -2/+2 |
* | use the menu border; from Alexander Polakov, but with the existing define. | okan | 2011-07-25 | 1 | -2/+3 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | 10 | -46/+50 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | 6 | -23/+23 |
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | 4 | -5/+5 |
* | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | 2011-06-27 | 2 | -8/+7 |
* | warn if we can't parse the config file on start, just like we do on reload. | okan | 2011-06-25 | 1 | -1/+2 |
* | Since cwm(1) uses the same parser as others in src, document how | okan | 2011-06-25 | 1 | -1/+13 |
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | 3 | -14/+15 |
* | New option to raise a client via the mouse (unbound by default); | okan | 2011-06-24 | 4 | -1/+11 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 7 | -2/+56 |
* | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | 2011-06-24 | 2 | -34/+18 |
* | replace the non-working check to see if another wm is running with a | okan | 2011-06-24 | 1 | -19/+20 |
* | more nitems usage. | okan | 2011-06-24 | 1 | -4/+2 |
* | re-order sweep draw so that we map into the client window after | okan | 2011-06-24 | 1 | -3/+2 |
* | struct XftFont already has height which we can use directly instead of | okan | 2011-06-24 | 4 | -7/+4 |
* | alter a few function returns and prototypes; found by lint. | okan | 2011-06-24 | 4 | -21/+10 |
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | 2 | -4/+4 |
* | collapse client and group {r,}cycle defines since they are really | okan | 2011-06-24 | 2 | -7/+3 |
* | switch to installing source manuals: | naddy | 2011-06-23 | 1 | -3/+1 |
* | fix botched client and group cycle defines; noticed by Thomas Pfaff. | okan | 2011-05-15 | 1 | -4/+4 |
* | remove left over XSync; ok oga@ | okan | 2011-05-13 | 1 | -6/+2 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 15 | -19/+26 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | 7 | -1/+43 |
* | On map, don't warp to windows that are marked as ignored. | oga | 2011-05-06 | 1 | -2/+2 |
* | bump window resize back to 60hz. instead, we should not need to sync | okan | 2011-05-05 | 1 | -5/+3 |
* | re-org. ok oga@ | okan | 2011-05-05 | 1 | -308/+268 |
* | make the menu window aware of xinerama info; this makes the menu stay | okan | 2011-05-05 | 1 | -10/+27 |
* | revert the XSync timing change for client move only; first noticed by | okan | 2011-03-23 | 1 | -2/+2 |
* | warp the pointer back, iff we don't move the mouse, once we are done | okan | 2011-03-22 | 1 | -0/+8 |
* | we should re-focus the client and ungrab the ptr even if we don't have a | okan | 2011-03-22 | 1 | -5/+5 |
* | fix nousance of always highlighting the first entry even when there is | okan | 2011-03-22 | 1 | -1/+1 |
* | move the default case to the end. | okan | 2011-03-22 | 1 | -2/+2 |
* | reduce the number of times we sync during a window resize. | okan | 2011-03-22 | 1 | -5/+4 |
* | introduce nitems macro, with the appropriate ifndef. | okan | 2011-03-22 | 4 | -15/+14 |
* | if virt/horz un-maximizing, restore only the un-maximized axis | okan | 2011-03-22 | 1 | -0/+5 |
* | (0,0) is also inside in the screen; from Sviatoslav Chagaev. | okan | 2011-03-22 | 1 | -2/+2 |
* | while this piece deals with client argv's in a seemingly inefficient way | okan | 2011-03-22 | 2 | -27/+0 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | 4 | -27/+24 |
* | move the single keycode function directly into the menu code. | okan | 2011-03-22 | 4 | -129/+96 |
* | xcb is no longer optional. | matthieu | 2011-03-08 | 1 | -4/+1 |
* | if we are saving the pointer location for a specific client, make sure | okan | 2011-02-13 | 1 | -0/+3 |
* | we lose track of highstack somewhere, so recompute it before we need it. | tedu | 2011-02-13 | 1 | -0/+5 |
* | in MotionNotify geom.x, geom.y calculations take into account bwidth. | martynas | 2010-12-14 | 1 | -2/+2 |
* | Explicitely link libxcb when needed for static arches. | matthieu | 2010-11-27 | 1 | -1/+4 |
* | s/-offset -indent/-offset indent/ for correct indentation, | schwarze | 2010-09-25 | 1 | -4/+4 |
* | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | schwarze | 2010-09-25 | 1 | -6/+6 |
* | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | 2010-09-25 | 1 | -0/+6 |