Age | Commit message (Expand) | Author |
2011-06-24 | New option to raise a client via the mouse (unbound by default); | Okan Demirmen |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | Okan Demirmen |
2011-06-24 | re-do various bits of {,h,v}max for simplicity and less flag handling. | Okan Demirmen |
2011-06-24 | replace the non-working check to see if another wm is running with a | Okan Demirmen |
2011-06-24 | more nitems usage. | Okan Demirmen |
2011-06-24 | re-order sweep draw so that we map into the client window after | Okan Demirmen |
2011-06-24 | struct XftFont already has height which we can use directly instead of | Okan Demirmen |
2011-06-24 | alter a few function returns and prototypes; found by lint. | Okan Demirmen |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | Okan Demirmen |
2011-06-24 | collapse client and group {r,}cycle defines since they are really | Okan Demirmen |
2011-06-23 | switch to installing source manuals: | Christian Weisgerber |
2011-05-15 | fix botched client and group cycle defines; noticed by Thomas Pfaff. | Okan Demirmen |
2011-05-13 | remove left over XSync; ok oga@ | Okan Demirmen |
2011-05-11 | tag and comment cleanup; ok oga@ | Okan Demirmen |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | Okan Demirmen |
2011-05-06 | On map, don't warp to windows that are marked as ignored. | Owain Ainsworth |
2011-05-05 | bump window resize back to 60hz. instead, we should not need to sync | Okan Demirmen |
2011-05-05 | re-org. ok oga@ | Okan Demirmen |
2011-05-05 | make the menu window aware of xinerama info; this makes the menu stay | Okan Demirmen |
2011-03-23 | revert the XSync timing change for client move only; first noticed by | Okan Demirmen |
2011-03-22 | warp the pointer back, iff we don't move the mouse, once we are done | Okan Demirmen |
2011-03-22 | we should re-focus the client and ungrab the ptr even if we don't have a | Okan Demirmen |
2011-03-22 | fix nousance of always highlighting the first entry even when there is | Okan Demirmen |
2011-03-22 | move the default case to the end. | Okan Demirmen |
2011-03-22 | reduce the number of times we sync during a window resize. | Okan Demirmen |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | Okan Demirmen |
2011-03-22 | if virt/horz un-maximizing, restore only the un-maximized axis | Okan Demirmen |
2011-03-22 | (0,0) is also inside in the screen; from Sviatoslav Chagaev. | Okan Demirmen |
2011-03-22 | while this piece deals with client argv's in a seemingly inefficient way | Okan Demirmen |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | Okan Demirmen |
2011-03-22 | move the single keycode function directly into the menu code. | Okan Demirmen |
2011-03-08 | xcb is no longer optional. | Matthieu Herrb |
2011-02-13 | if we are saving the pointer location for a specific client, make sure | Okan Demirmen |
2011-02-13 | we lose track of highstack somewhere, so recompute it before we need it. | Ted Unangst |
2010-12-14 | in MotionNotify geom.x, geom.y calculations take into account bwidth. | Martynas Venckus |
2010-11-27 | Explicitely link libxcb when needed for static arches. | Matthieu Herrb |
2010-09-25 | s/-offset -indent/-offset indent/ for correct indentation, | Ingo Schwarze |
2010-09-25 | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | Ingo Schwarze |
2010-09-25 | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | Okan Demirmen |
2010-09-25 | picked a henning diff from src - original log: | Okan Demirmen |
2010-09-25 | spacing nits | Okan Demirmen |
2010-09-25 | more clear variable name so than name/class shouldn't be confused again. | Okan Demirmen |
2010-09-25 | clarify window name/class a bit more with word ordering. | Okan Demirmen |
2010-07-30 | revert -r1.45 of group.c (log was: fix window name and class to match | Okan Demirmen |
2010-07-23 | fix backwards example (after r1.45 of group.c); noticed by phessler@ | Okan Demirmen |
2010-06-28 | fix window name and class to match cwmrc(5); from Holger Mikolon - thanks! | Okan Demirmen |
2010-05-22 | initialize nitems | Okan Demirmen |
2010-05-22 | replace XFetchName() with something more intelligent which attempts to | Okan Demirmen |
2010-04-12 | grab events on the root window *before* we look for existing windows. | Owain Ainsworth |
2010-04-11 | clean up a few xu_* functions to just accept what they need (Window). | Okan Demirmen |