Age | Commit message (Expand) | Author |
2009-01-23 | Whitespace nit. | Owain Ainsworth |
2009-01-23 | Switch to using XInternAtoms for caching the atom numbers. Saves a pile | Owain Ainsworth |
2009-01-23 | move conf_clear() and add proto. | Okan Demirmen |
2009-01-23 | Move the keybinding argument to a union to prevent warnings where | Owain Ainsworth |
2009-01-22 | now that pwin is gone gone gone, we no longer have to do the bwidth | Okan Demirmen |
2009-01-22 | The default font name is strduped, so don't test for default font name | Owain Ainsworth |
2009-01-22 | Oops, missed an atom. | Owain Ainsworth |
2009-01-22 | Cache all of the X atoms we use at startup. | Owain Ainsworth |
2009-01-21 | borderwidth as a cwmrc(5) keyword, really helps debugging | Todd T. Fries |
2009-01-19 | library dependency ordering matters for static archs, -lXext last in this case | Todd T. Fries |
2009-01-17 | remove unused | Okan Demirmen |
2009-01-17 | Finally fix the really annoying race where if you rapidly switch groups several | Owain Ainsworth |
2009-01-16 | revert just the 'race fix'; more works needs to be ironed out with | Okan Demirmen |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | Okan Demirmen |
2009-01-15 | On startup, don't leak memory when we enumerate existing windows. | Owain Ainsworth |
2009-01-15 | - add missing prototypes. | Okan Demirmen |
2009-01-13 | better cast; noticed by ray@ | Okan Demirmen |
2009-01-11 | Add -Wall to CFLAGS, it's helped find a few dodgy constructs. | Owain Ainsworth |
2009-01-11 | shortcut_to_name should not be defined as static in a header file. Put | Owain Ainsworth |
2009-01-11 | add missing prototypes | Okan Demirmen |
2009-01-11 | better comparison idiom; found with -Wall | Okan Demirmen |
2009-01-11 | - merge grab_sweep() into mousefunc_window_resize(). | Okan Demirmen |
2009-01-11 | FcNameParse() manpage lies, cast here. | Okan Demirmen |
2009-01-11 | remove unused variables | Okan Demirmen |
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 |