Age | Commit message (Expand) | Author |
2009-01-08 | If the mousebutton is unknown when we go to grab, don't just print a | Owain Ainsworth |
2009-01-06 | remove "search should ignore the current window" from list, for the | Okan Demirmen |
2009-01-06 | HasXinerama is an int | Okan Demirmen |
2009-01-06 | remove unused code | Okan Demirmen |
2008-12-04 | Kill obviously dead variable. | Owain Ainsworth |
2008-12-03 | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | Owain Ainsworth |
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | Owain Ainsworth |
2008-09-22 | .Bl needs a matching .El. From Martin Toft a while ago, thanks! | Owain Ainsworth |
2008-09-22 | Improve wording of the ``ignore'' directive. From Martin Toft a while | Owain Ainsworth |
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | Owain Ainsworth |
2008-09-22 | Display the current window title not a previous one in the case of | Owain Ainsworth |
2008-09-03 | Keep the exec menu entries sorted. | Can Erkin Acar |
2008-07-22 | fix the froggy problem. | Owain Ainsworth |
2008-07-22 | We've been handling grabbing wrong all this time (noticed at c2k8). | Owain Ainsworth |
2008-07-22 | split x_setup() into two. dpy_init() for setting up the display and | Owain Ainsworth |
2008-07-22 | Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes | Owain Ainsworth |
2008-07-22 | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | Owain Ainsworth |
2008-07-22 | kill another leftover prototype. | Owain Ainsworth |
2008-07-18 | Put back the initialisation of gc in group_cycle. No cookie for okan. | Owain Ainsworth |
2008-07-15 | move client_vertmaximize to a more sensible location, purely for readability. | Okan Demirmen |
2008-07-15 | save an X call and use what we already have stored. | Okan Demirmen |
2008-07-15 | don't compensate for bwidth twice. | Okan Demirmen |
2008-07-11 | Nm makes more sense than Xr, from Pierre Riteau - thanks! | Okan Demirmen |
2008-07-11 | Change "a window" to "current window" in documentation. it's more correct. | Owain Ainsworth |
2008-07-11 | add Xr for cwm(1) | Okan Demirmen |
2008-07-11 | no more hidden (and mysterious) config reloads and allow binding a key | Okan Demirmen |
2008-07-11 | replace snprintf with strlcpy | Okan Demirmen |
2008-07-11 | we already have ymax, so use it instead of asking X for it again. | Okan Demirmen |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | Okan Demirmen |
2008-06-30 | only cycle through visible *and* non-ignored windows. | Okan Demirmen |
2008-06-25 | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | Owain Ainsworth |
2008-06-25 | Support mod4 (windows key) in mouse bindings too. | Owain Ainsworth |
2008-06-25 | Support shift in mouse bindings. There's really no reason not to. | Owain Ainsworth |
2008-06-25 | Actually grab the correct mouse buttons for a window, instead of doing the | Owain Ainsworth |
2008-06-25 | Sort flags. | Owain Ainsworth |
2008-06-25 | Stop keyboard move moving the window utterly off the screen. If that | Owain Ainsworth |
2008-06-19 | Don't link "-lX11 -lXau -lXdmcp" twice. | Owain Ainsworth |
2008-06-18 | No need to map/unmap the window on hide/show since we already do the | Owain Ainsworth |
2008-06-18 | Revert previous "fix" it introduces new issues of its own. | Owain Ainsworth |
2008-06-17 | missed one mouse function | Okan Demirmen |
2008-06-17 | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | Owain Ainsworth |
2008-06-17 | Just rework the mouse binding calculation on event to look like the | Owain Ainsworth |
2008-06-17 | The mousebinding code missing a break once it had found the correct | Owain Ainsworth |
2008-06-16 | Make this not crash when compiled with -g. | Michael Knudsen |
2008-06-15 | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | Owain Ainsworth |
2008-06-14 | (mostly) proper xshape event support | Okan Demirmen |
2008-06-14 | unbreak | Okan Demirmen |
2008-06-14 | slightly alter the semantics of config files: | Okan Demirmen |
2008-06-14 | confable menu and window mouse bindings from rivo nurges (thanks!) with | Okan Demirmen |
2008-06-13 | finally document functions that can be bound, removing the need to have | Okan Demirmen |